Shades of Cranberry #DC457C
Tints of Cranberry #DC457C
RGB
CMYK
RGB Variations
Color information
#DC457C (or 0xDC457C) is known color: 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
| RGB | 220 | 69 | 124 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.14 |
| HSL | 338.15º | 0.68% | 0.57% | - |
| HSV(B) | 338.15º | 0.69% | 0.86% | - |
| XYZ | 35.28 | 20.93 | 21.25 | - |
| YUV | 120.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 124 | 0 | 0.69 | 0.44 | 0.14 | 338.15 | 0.68 | 0.57 |
| Hex | DC | 45 | 7C | 0 | 45 | 2C | E | 152 | 44 | 39 |
| Octal | 334 | 105 | 174 | 0 | 105 | 54 | 16 | 522 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1111100 | 0 | 1000101 | 101100 | 1110 | 101010010 | 1000100 | 111001 |
Color Harmonies of #DC457C
Complementary color
Monochromatic Colors of #DC457C
Black with #DC457C
Text Example
Text Example
White with #DC457C
Text Example
Text Example
HTML Codes & Css Web 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>