Shades of Cranberry #D24D80
Tints of Cranberry #D24D80
RGB
CMYK
RGB Variations
Color information
#D24D80 (or 0xD24D80) is known color: Cranberry. HEX triplet: D2, 4D and 80. RGB value is (210,77,128). Sum of RGB (Red+Green+Blue) = 210+77+128=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24D80 is #2DB27F. Grayscale: #7A7A7A. Windows color (decimal): -2994816 or 8408530. OLE color: 8408530.
HSL color Cylindrical-coordinate representation of color #D24D80: hue angle of 336.99º 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 #D24D80 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 128 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.18 |
| HSL | 336.99º | 0.6% | 0.56% | - |
| HSV(B) | 336.99º | 0.63% | 0.82% | - |
| XYZ | 33.13 | 20.57 | 22.65 | - |
| YUV | 122.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 128 | 0 | 0.63 | 0.39 | 0.18 | 336.99 | 0.6 | 0.56 |
| Hex | D2 | 4D | 80 | 0 | 3F | 27 | 12 | 151 | 3C | 38 |
| Octal | 322 | 115 | 200 | 0 | 77 | 47 | 22 | 521 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10000000 | 0 | 111111 | 100111 | 10010 | 101010001 | 111100 | 111000 |
Color Harmonies of #D24D80
Complementary color
Monochromatic Colors of #D24D80
Black with #D24D80
Text Example
Text Example
White with #D24D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D80; }
p { color: rgb(210,77,128); }
H1.HeaderClassName
{
color: #D24D80;
}
.AnyTagClassName
{
color: #D24D80;
}
</style>
background-color css
<style>
a { background-color: #D24D80; }
a { background-color: rgb(210,77,128); }
div.DivClassName
{
background-color: #D24D80;
}
.BgClassName
{
background-color: #D24D80;
}
</style>
border-color css
<style>
span { border-color: #D24D80; }
span { border-color: rgb(210,77,128); }
td.TdClassName
{
border-color: #D24D80;
}
.TagClassName
{
border-color: #D24D80;
}
</style>