Shades of Cranberry #D24878
Tints of Cranberry #D24878
RGB
CMYK
RGB Variations
Color information
#D24878 (or 0xD24878) is known color: Cranberry. HEX triplet: D2, 48 and 78. RGB value is (210,72,120). Sum of RGB (Red+Green+Blue) = 210+72+120=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D24878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24878 is #2DB787. Grayscale: #767676. Windows color (decimal): -2996104 or 7882962. OLE color: 7882962.
HSL color Cylindrical-coordinate representation of color #D24878: hue angle of 339.13º 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 #D24878 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 120 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.18 |
| HSL | 339.13º | 0.61% | 0.55% | - |
| HSV(B) | 339.13º | 0.66% | 0.82% | - |
| XYZ | 32.29 | 19.69 | 19.87 | - |
| YUV | 118.73 | 128.72 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 120 | 0 | 0.66 | 0.43 | 0.18 | 339.13 | 0.61 | 0.55 |
| Hex | D2 | 48 | 78 | 0 | 42 | 2B | 12 | 153 | 3D | 37 |
| Octal | 322 | 110 | 170 | 0 | 102 | 53 | 22 | 523 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1111000 | 0 | 1000010 | 101011 | 10010 | 101010011 | 111101 | 110111 |
Color Harmonies of #D24878
Complementary color
Monochromatic Colors of #D24878
Black with #D24878
Text Example
Text Example
White with #D24878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24878; }
p { color: rgb(210,72,120); }
H1.HeaderClassName
{
color: #D24878;
}
.AnyTagClassName
{
color: #D24878;
}
</style>
background-color css
<style>
a { background-color: #D24878; }
a { background-color: rgb(210,72,120); }
div.DivClassName
{
background-color: #D24878;
}
.BgClassName
{
background-color: #D24878;
}
</style>
border-color css
<style>
span { border-color: #D24878; }
span { border-color: rgb(210,72,120); }
td.TdClassName
{
border-color: #D24878;
}
.TagClassName
{
border-color: #D24878;
}
</style>