Html Css Color HEX #DC5571 Cranberry

📋 copy color: '#DC5571'

red 220 ◦ green 85 ◦ blue 113

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

Shades of Cranberry #DC5571

Tints of Cranberry #DC5571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

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

R = 52.63%
G = 20.33%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC5571 (or 0xDC5571) is known color: Cranberry. HEX triplet: DC, 55 and 71. RGB value is (220,85,113). Sum of RGB (Red+Green+Blue) = 220+85+113=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5571 is #23AA8E. Grayscale: #808080. Windows color (decimal): -2337423 or 7427548. OLE color: 7427548.

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

Color convert

RGB 220 85 113 -
CMYK 0 0.61 0.49 0.14
HSL 347.56º 0.66% 0.6% -
HSV(B) 347.56º 0.61% 0.86% -
XYZ 35.74 22.9 18.16 -
YUV 128.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 220 85 113 0 0.61 0.49 0.14 347.56 0.66 0.6
Hex DC 55 71 0 3D 31 E 15C 42 3C
Octal 334 125 161 0 75 61 16 534 102 74
Binary 11011100 1010101 1110001 0 111101 110001 1110 101011100 1000010 111100

Color Harmonies of #DC5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5571

Black with #DC5571

Text Example


Text Example

White with #DC5571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5571; }

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

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

background-color css

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

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

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

border-color css

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

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

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