#DC5976

Color #DC5976 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #DC5976

Tints of Cranberry #DC5976

Color information

#DC5976 (or 0xDC5976) is unknown color: approx Cranberry. HEX triplet: DC, 59 and 76. RGB value is (220,89,118). Sum of RGB (Red+Green+Blue) = 220+89+118=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5976 is #23A689. Grayscale: #838383. Windows color (decimal): -2336394 or 7756252. OLE color: 7756252.

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

Color convert

RGB22089118-
CMYK00.600.460.14
HSL346.72º65.17%60.59%-
HSV(B)346.72º59.55%86.27%-
XYZ36.3623.6719.79-
YUV131.48120.4191.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=51.52%
G=20.84%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208911800.600.460.14346.7265.1760.59
HexDC597603C2EE15b413d
Octal334131166074561653310175
Binary1101110010110011110110011110010111011101010110111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5976; }

 p { color: rgb(220,89,118); }

 H1.HeaderClassName
 {
   color: #DC5976;
 }
 .AnyTagClassName
 {
   color: #DC5976;
 }
</style>
background-color css

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

 a { background-color: rgb(220,89,118); }

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

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

 span { border-color: rgb(220,89,118); }

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