Shades of Cranberry #D24879
Tints of Cranberry #D24879
RGB
CMYK
RGB Variations
Color information
#D24879 (or 0xD24879) is known color: Cranberry. HEX triplet: D2, 48 and 79. RGB value is (210,72,121). Sum of RGB (Red+Green+Blue) = 210+72+121=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D24879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24879 is #2DB786. Grayscale: #767676. Windows color (decimal): -2996103 or 7948498. OLE color: 7948498.
HSL color Cylindrical-coordinate representation of color #D24879: hue angle of 338.7º 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 #D24879 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 121 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.18 |
| HSL | 338.7º | 0.61% | 0.55% | - |
| HSV(B) | 338.7º | 0.66% | 0.82% | - |
| XYZ | 32.35 | 19.72 | 20.19 | - |
| YUV | 118.85 | 129.22 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 121 | 0 | 0.66 | 0.42 | 0.18 | 338.7 | 0.61 | 0.55 |
| Hex | D2 | 48 | 79 | 0 | 42 | 2A | 12 | 153 | 3D | 37 |
| Octal | 322 | 110 | 171 | 0 | 102 | 52 | 22 | 523 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1111001 | 0 | 1000010 | 101010 | 10010 | 101010011 | 111101 | 110111 |
Color Harmonies of #D24879
Complementary color
Monochromatic Colors of #D24879
Black with #D24879
Text Example
Text Example
White with #D24879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24879; }
p { color: rgb(210,72,121); }
H1.HeaderClassName
{
color: #D24879;
}
.AnyTagClassName
{
color: #D24879;
}
</style>
background-color css
<style>
a { background-color: #D24879; }
a { background-color: rgb(210,72,121); }
div.DivClassName
{
background-color: #D24879;
}
.BgClassName
{
background-color: #D24879;
}
</style>
border-color css
<style>
span { border-color: #D24879; }
span { border-color: rgb(210,72,121); }
td.TdClassName
{
border-color: #D24879;
}
.TagClassName
{
border-color: #D24879;
}
</style>