Shades of Cranberry #D24972
Tints of Cranberry #D24972
RGB
CMYK
RGB Variations
Color information
#D24972 (or 0xD24972) is known color: Cranberry. HEX triplet: D2, 49 and 72. RGB value is (210,73,114). Sum of RGB (Red+Green+Blue) = 210+73+114=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D24972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24972 is #2DB68D. Grayscale: #767676. Windows color (decimal): -2995854 or 7490002. OLE color: 7490002.
HSL color Cylindrical-coordinate representation of color #D24972: hue angle of 342.04º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24972 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 114 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.18 |
| HSL | 342.04º | 0.6% | 0.55% | - |
| HSV(B) | 342.04º | 0.65% | 0.82% | - |
| XYZ | 32 | 19.68 | 18.03 | - |
| YUV | 118.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 114 | 0 | 0.65 | 0.46 | 0.18 | 342.04 | 0.6 | 0.55 |
| Hex | D2 | 49 | 72 | 0 | 41 | 2E | 12 | 156 | 3C | 37 |
| Octal | 322 | 111 | 162 | 0 | 101 | 56 | 22 | 526 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1110010 | 0 | 1000001 | 101110 | 10010 | 101010110 | 111100 | 110111 |
Color Harmonies of #D24972
Complementary color
Monochromatic Colors of #D24972
Black with #D24972
Text Example
Text Example
White with #D24972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24972; }
p { color: rgb(210,73,114); }
H1.HeaderClassName
{
color: #D24972;
}
.AnyTagClassName
{
color: #D24972;
}
</style>
background-color css
<style>
a { background-color: #D24972; }
a { background-color: rgb(210,73,114); }
div.DivClassName
{
background-color: #D24972;
}
.BgClassName
{
background-color: #D24972;
}
</style>
border-color css
<style>
span { border-color: #D24972; }
span { border-color: rgb(210,73,114); }
td.TdClassName
{
border-color: #D24972;
}
.TagClassName
{
border-color: #D24972;
}
</style>