#DC457C

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

Shades of Cranberry #DC457C

Tints of Cranberry #DC457C

Color information

#DC457C (or 0xDC457C) is unknown color: approx Cranberry. HEX triplet: DC, 45 and 7C. RGB value is (220,69,124). Sum of RGB (Red+Green+Blue) = 220+69+124=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC457C is #23BA83. Grayscale: #787878. Windows color (decimal): -2341508 or 8144348. OLE color: 8144348.

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

Color convert

RGB22069124-
CMYK00.690.440.14
HSL338.15º68.33%56.67%-
HSV(B)338.15º68.64%86.27%-
XYZ35.2820.9321.25-
YUV120.42130.03199.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.27%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=53.27%
G=16.71%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206912400.690.440.14338.1568.3356.67
HexDC457C0452CE1524439
Octal3341051740105541652210471
Binary11011100100010111111000100010110110011101010100101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC457C; }

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

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

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

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

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

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

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

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