#DC4570

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

Shades of Cranberry #DC4570

Tints of Cranberry #DC4570

Color information

#DC4570 (or 0xDC4570) is unknown color: approx Cranberry. HEX triplet: DC, 45 and 70. RGB value is (220,69,112). Sum of RGB (Red+Green+Blue) = 220+69+112=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4570 is #23BA8F. Grayscale: #777777. Windows color (decimal): -2341520 or 7357916. OLE color: 7357916.

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

Color convert

RGB22069112-
CMYK00.690.490.14
HSL342.91º68.33%56.67%-
HSV(B)342.91º68.64%86.27%-
XYZ34.5720.6417.49-
YUV119.05124.03200-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.86%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=54.86%
G=17.21%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206911200.690.490.14342.9168.3356.67
HexDC457004531E1574439
Octal3341051600105611652710471
Binary11011100100010111100000100010111000111101010101111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4570; }

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

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

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

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

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

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

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

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