Shades of Cranberry #D24D79
Tints of Cranberry #D24D79
RGB
CMYK
RGB Variations
Color information
#D24D79 (or 0xD24D79) is known color: Cranberry. HEX triplet: D2, 4D and 79. RGB value is (210,77,121). Sum of RGB (Red+Green+Blue) = 210+77+121=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D79 is #2DB286. Grayscale: #797979. Windows color (decimal): -2994823 or 7949778. OLE color: 7949778.
HSL color Cylindrical-coordinate representation of color #D24D79: hue angle of 340.15º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24D79 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 121 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.18 |
| HSL | 340.15º | 0.6% | 0.56% | - |
| HSV(B) | 340.15º | 0.63% | 0.82% | - |
| XYZ | 32.68 | 20.39 | 20.3 | - |
| YUV | 121.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 121 | 0 | 0.63 | 0.42 | 0.18 | 340.15 | 0.6 | 0.56 |
| Hex | D2 | 4D | 79 | 0 | 3F | 2A | 12 | 154 | 3C | 38 |
| Octal | 322 | 115 | 171 | 0 | 77 | 52 | 22 | 524 | 74 | 70 |
| Binary | 11010010 | 1001101 | 1111001 | 0 | 111111 | 101010 | 10010 | 101010100 | 111100 | 111000 |
Color Harmonies of #D24D79
Complementary color
Monochromatic Colors of #D24D79
Black with #D24D79
Text Example
Text Example
White with #D24D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D79; }
p { color: rgb(210,77,121); }
H1.HeaderClassName
{
color: #D24D79;
}
.AnyTagClassName
{
color: #D24D79;
}
</style>
background-color css
<style>
a { background-color: #D24D79; }
a { background-color: rgb(210,77,121); }
div.DivClassName
{
background-color: #D24D79;
}
.BgClassName
{
background-color: #D24D79;
}
</style>
border-color css
<style>
span { border-color: #D24D79; }
span { border-color: rgb(210,77,121); }
td.TdClassName
{
border-color: #D24D79;
}
.TagClassName
{
border-color: #D24D79;
}
</style>