Shades of Cranberry #D24872
Tints of Cranberry #D24872
RGB
CMYK
RGB Variations
Color information
#D24872 (or 0xD24872) is known color: Cranberry. HEX triplet: D2, 48 and 72. RGB value is (210,72,114). Sum of RGB (Red+Green+Blue) = 210+72+114=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D24872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24872 is #2DB78D. Grayscale: #767676. Windows color (decimal): -2996110 or 7489746. OLE color: 7489746.
HSL color Cylindrical-coordinate representation of color #D24872: hue angle of 341.74º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24872 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 114 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.18 |
| HSL | 341.74º | 0.61% | 0.55% | - |
| HSV(B) | 341.74º | 0.66% | 0.82% | - |
| XYZ | 31.93 | 19.55 | 18.01 | - |
| YUV | 118.05 | 125.72 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 114 | 0 | 0.66 | 0.46 | 0.18 | 341.74 | 0.61 | 0.55 |
| Hex | D2 | 48 | 72 | 0 | 42 | 2E | 12 | 156 | 3D | 37 |
| Octal | 322 | 110 | 162 | 0 | 102 | 56 | 22 | 526 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1110010 | 0 | 1000010 | 101110 | 10010 | 101010110 | 111101 | 110111 |
Color Harmonies of #D24872
Complementary color
Monochromatic Colors of #D24872
Black with #D24872
Text Example
Text Example
White with #D24872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24872; }
p { color: rgb(210,72,114); }
H1.HeaderClassName
{
color: #D24872;
}
.AnyTagClassName
{
color: #D24872;
}
</style>
background-color css
<style>
a { background-color: #D24872; }
a { background-color: rgb(210,72,114); }
div.DivClassName
{
background-color: #D24872;
}
.BgClassName
{
background-color: #D24872;
}
</style>
border-color css
<style>
span { border-color: #D24872; }
span { border-color: rgb(210,72,114); }
td.TdClassName
{
border-color: #D24872;
}
.TagClassName
{
border-color: #D24872;
}
</style>