#DC4970

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

Shades of Cranberry #DC4970

Tints of Cranberry #DC4970

Color information

#DC4970 (or 0xDC4970) is unknown color: approx Cranberry. HEX triplet: DC, 49 and 70. RGB value is (220,73,112). Sum of RGB (Red+Green+Blue) = 220+73+112=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4970 is #23B68F. Grayscale: #797979. Windows color (decimal): -2340496 or 7358940. OLE color: 7358940.

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

Color convert

RGB22073112-
CMYK00.670.490.14
HSL344.08º67.74%57.45%-
HSV(B)344.08º66.82%86.27%-
XYZ34.8221.1517.58-
YUV121.4122.7198.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.32%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=54.32%
G=18.02%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207311200.670.490.14344.0867.7457.45
HexDC497004331E1584439
Octal3341111600103611653010471
Binary11011100100100111100000100001111000111101010110001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4970; }

 p { color: rgb(220,73,112); }

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

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

 a { background-color: rgb(220,73,112); }

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

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

 span { border-color: rgb(220,73,112); }

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