Shades of Cranberry #D24079
Tints of Cranberry #D24079
RGB
CMYK
RGB Variations
Color information
#D24079 (or 0xD24079) is known color: Cranberry. HEX triplet: D2, 40 and 79. RGB value is (210,64,121). Sum of RGB (Red+Green+Blue) = 210+64+121=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D24079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24079 is #2DBF86. Grayscale: #727272. Windows color (decimal): -2998151 or 7946450. OLE color: 7946450.
HSL color Cylindrical-coordinate representation of color #D24079: hue angle of 336.58º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24079 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 121 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.18 |
| HSL | 336.58º | 0.62% | 0.54% | - |
| HSV(B) | 336.58º | 0.7% | 0.82% | - |
| XYZ | 31.86 | 18.75 | 20.03 | - |
| YUV | 114.15 | 131.87 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 121 | 0 | 0.70 | 0.42 | 0.18 | 336.58 | 0.62 | 0.54 |
| Hex | D2 | 40 | 79 | 0 | 46 | 2A | 12 | 151 | 3E | 36 |
| Octal | 322 | 100 | 171 | 0 | 106 | 52 | 22 | 521 | 76 | 66 |
| Binary | 11010010 | 1000000 | 1111001 | 0 | 1000110 | 101010 | 10010 | 101010001 | 111110 | 110110 |
Color Harmonies of #D24079
Complementary color
Monochromatic Colors of #D24079
Black with #D24079
Text Example
Text Example
White with #D24079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24079; }
p { color: rgb(210,64,121); }
H1.HeaderClassName
{
color: #D24079;
}
.AnyTagClassName
{
color: #D24079;
}
</style>
background-color css
<style>
a { background-color: #D24079; }
a { background-color: rgb(210,64,121); }
div.DivClassName
{
background-color: #D24079;
}
.BgClassName
{
background-color: #D24079;
}
</style>
border-color css
<style>
span { border-color: #D24079; }
span { border-color: rgb(210,64,121); }
td.TdClassName
{
border-color: #D24079;
}
.TagClassName
{
border-color: #D24079;
}
</style>