Shades of Cranberry #D24981
Tints of Cranberry #D24981
RGB
CMYK
RGB Variations
Color information
#D24981 (or 0xD24981) is known color: Cranberry. HEX triplet: D2, 49 and 81. RGB value is (210,73,129). Sum of RGB (Red+Green+Blue) = 210+73+129=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D24981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24981 is #2DB67E. Grayscale: #787878. Windows color (decimal): -2995839 or 8473042. OLE color: 8473042.
HSL color Cylindrical-coordinate representation of color #D24981: hue angle of 335.47º 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 #D24981 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 129 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.18 |
| HSL | 335.47º | 0.6% | 0.55% | - |
| HSV(B) | 335.47º | 0.65% | 0.82% | - |
| XYZ | 32.92 | 20.05 | 22.9 | - |
| YUV | 120.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 129 | 0 | 0.65 | 0.39 | 0.18 | 335.47 | 0.6 | 0.55 |
| Hex | D2 | 49 | 81 | 0 | 41 | 27 | 12 | 14F | 3C | 37 |
| Octal | 322 | 111 | 201 | 0 | 101 | 47 | 22 | 517 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10000001 | 0 | 1000001 | 100111 | 10010 | 101001111 | 111100 | 110111 |
Color Harmonies of #D24981
Complementary color
Monochromatic Colors of #D24981
Black with #D24981
Text Example
Text Example
White with #D24981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24981; }
p { color: rgb(210,73,129); }
H1.HeaderClassName
{
color: #D24981;
}
.AnyTagClassName
{
color: #D24981;
}
</style>
background-color css
<style>
a { background-color: #D24981; }
a { background-color: rgb(210,73,129); }
div.DivClassName
{
background-color: #D24981;
}
.BgClassName
{
background-color: #D24981;
}
</style>
border-color css
<style>
span { border-color: #D24981; }
span { border-color: rgb(210,73,129); }
td.TdClassName
{
border-color: #D24981;
}
.TagClassName
{
border-color: #D24981;
}
</style>