Html Css Color HEX #DC5271 Cranberry

📋 copy color: '#DC5271'

red 220 ◦ green 82 ◦ blue 113

#DC5271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #DC5271

Tints of Cranberry #DC5271

RGB

 RED value IS 220 (86.33% from 255) = 53.01%

 GREEN value IS 82 (32.42% from 255) = 19.76%

 BLUE value IS 113 (44.53% from 255) = 27.23%

R = 53.01%
G = 19.76%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC5271 (or 0xDC5271) is known color: Cranberry. HEX triplet: DC, 52 and 71. RGB value is (220,82,113). Sum of RGB (Red+Green+Blue) = 220+82+113=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5271 is #23AD8E. Grayscale: #7E7E7E. Windows color (decimal): -2338191 or 7426780. OLE color: 7426780.

HSL color Cylindrical-coordinate representation of color #DC5271: hue angle of 346.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5271 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 113 -
CMYK 0 0.63 0.49 0.14
HSL 346.52º 0.66% 0.59% -
HSV(B) 346.52º 0.63% 0.86% -
XYZ 35.51 22.44 18.08 -
YUV 126.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 220 82 113 0 0.63 0.49 0.14 346.52 0.66 0.59
Hex DC 52 71 0 3F 31 E 15B 42 3B
Octal 334 122 161 0 77 61 16 533 102 73
Binary 11011100 1010010 1110001 0 111111 110001 1110 101011011 1000010 111011

Color Harmonies of #DC5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5271

Black with #DC5271

Text Example


Text Example

White with #DC5271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5271; }

 p { color: rgb(220,82,113); }

 H1.HeaderClassName
 {
   color: #DC5271;
 }
 .AnyTagClassName
 {
   color: #DC5271;
 }
</style>

background-color css

<style>
 a { background-color: #DC5271; }

 a { background-color: rgb(220,82,113); }

 div.DivClassName
 {
   background-color: #DC5271;
 }
 .BgClassName
 {
   background-color: #DC5271;
 }
</style>

border-color css

<style>
 span { border-color: #DC5271; }

 span { border-color: rgb(220,82,113); }

 td.TdClassName
 {
   border-color: #DC5271;
 }
 .TagClassName
 {
   border-color: #DC5271;
 }
</style>