#DC5972

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

Shades of Cranberry #DC5972

Tints of Cranberry #DC5972

Color information

#DC5972 (or 0xDC5972) is unknown color: approx Cranberry. HEX triplet: DC, 59 and 72. RGB value is (220,89,114). Sum of RGB (Red+Green+Blue) = 220+89+114=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5972 is #23A68D. Grayscale: #838383. Windows color (decimal): -2336398 or 7494108. OLE color: 7494108.

HSL color Cylindrical-coordinate representation of color #DC5972: hue angle of 348.55º 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 #DC5972 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB22089114-
CMYK00.600.480.14
HSL348.55º65.17%60.59%-
HSV(B)348.55º59.55%86.27%-
XYZ36.1223.5818.57-
YUV131.02118.4191.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=52.01%
G=21.04%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208911400.600.480.14348.5565.1760.59
HexDC597203C30E15d413d
Octal334131162074601653510175
Binary1101110010110011110010011110011000011101010111011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5972; }

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

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

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

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

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

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

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

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