Shades of Cranberry #D24875
Tints of Cranberry #D24875
RGB
CMYK
RGB Variations
Color information
#D24875 (or 0xD24875) is known color: Cranberry. HEX triplet: D2, 48 and 75. RGB value is (210,72,117). Sum of RGB (Red+Green+Blue) = 210+72+117=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D24875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24875 is #2DB78A. Grayscale: #767676. Windows color (decimal): -2996107 or 7686354. OLE color: 7686354.
HSL color Cylindrical-coordinate representation of color #D24875: hue angle of 340.43º 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 #D24875 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 117 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.18 |
| HSL | 340.43º | 0.61% | 0.55% | - |
| HSV(B) | 340.43º | 0.66% | 0.82% | - |
| XYZ | 32.11 | 19.62 | 18.92 | - |
| YUV | 118.39 | 127.22 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 117 | 0 | 0.66 | 0.44 | 0.18 | 340.43 | 0.61 | 0.55 |
| Hex | D2 | 48 | 75 | 0 | 42 | 2C | 12 | 154 | 3D | 37 |
| Octal | 322 | 110 | 165 | 0 | 102 | 54 | 22 | 524 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1110101 | 0 | 1000010 | 101100 | 10010 | 101010100 | 111101 | 110111 |
Color Harmonies of #D24875
Complementary color
Monochromatic Colors of #D24875
Black with #D24875
Text Example
Text Example
White with #D24875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24875; }
p { color: rgb(210,72,117); }
H1.HeaderClassName
{
color: #D24875;
}
.AnyTagClassName
{
color: #D24875;
}
</style>
background-color css
<style>
a { background-color: #D24875; }
a { background-color: rgb(210,72,117); }
div.DivClassName
{
background-color: #D24875;
}
.BgClassName
{
background-color: #D24875;
}
</style>
border-color css
<style>
span { border-color: #D24875; }
span { border-color: rgb(210,72,117); }
td.TdClassName
{
border-color: #D24875;
}
.TagClassName
{
border-color: #D24875;
}
</style>