Shades of Cranberry #D24D81
Tints of Cranberry #D24D81
RGB
CMYK
RGB Variations
Color information
#D24D81 (or 0xD24D81) is known color: Cranberry. HEX triplet: D2, 4D and 81. RGB value is (210,77,129). Sum of RGB (Red+Green+Blue) = 210+77+129=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24D81 is #2DB27E. Grayscale: #7A7A7A. Windows color (decimal): -2994815 or 8474066. OLE color: 8474066.
HSL color Cylindrical-coordinate representation of color #D24D81: hue angle of 336.54º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24D81 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 129 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.18 |
| HSL | 336.54º | 0.6% | 0.56% | - |
| HSV(B) | 336.54º | 0.63% | 0.82% | - |
| XYZ | 33.19 | 20.59 | 22.99 | - |
| YUV | 122.7 | 131.56 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 129 | 0 | 0.63 | 0.39 | 0.18 | 336.54 | 0.6 | 0.56 |
| Hex | D2 | 4D | 81 | 0 | 3F | 27 | 12 | 151 | 3C | 38 |
| Octal | 322 | 115 | 201 | 0 | 77 | 47 | 22 | 521 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10000001 | 0 | 111111 | 100111 | 10010 | 101010001 | 111100 | 111000 |
Color Harmonies of #D24D81
Complementary color
Monochromatic Colors of #D24D81
Black with #D24D81
Text Example
Text Example
White with #D24D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D81; }
p { color: rgb(210,77,129); }
H1.HeaderClassName
{
color: #D24D81;
}
.AnyTagClassName
{
color: #D24D81;
}
</style>
background-color css
<style>
a { background-color: #D24D81; }
a { background-color: rgb(210,77,129); }
div.DivClassName
{
background-color: #D24D81;
}
.BgClassName
{
background-color: #D24D81;
}
</style>
border-color css
<style>
span { border-color: #D24D81; }
span { border-color: rgb(210,77,129); }
td.TdClassName
{
border-color: #D24D81;
}
.TagClassName
{
border-color: #D24D81;
}
</style>