Shades of Cranberry #D24D83
Tints of Cranberry #D24D83
RGB
CMYK
RGB Variations
Color information
#D24D83 (or 0xD24D83) is known color: Cranberry. HEX triplet: D2, 4D and 83. RGB value is (210,77,131). Sum of RGB (Red+Green+Blue) = 210+77+131=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24D83 is #2DB27C. Grayscale: #7A7A7A. Windows color (decimal): -2994813 or 8605138. OLE color: 8605138.
HSL color Cylindrical-coordinate representation of color #D24D83: hue angle of 335.64º 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 #D24D83 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 131 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.18 |
| HSL | 335.64º | 0.6% | 0.56% | - |
| HSV(B) | 335.64º | 0.63% | 0.82% | - |
| XYZ | 33.33 | 20.65 | 23.7 | - |
| YUV | 122.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 131 | 0 | 0.63 | 0.38 | 0.18 | 335.64 | 0.6 | 0.56 |
| Hex | D2 | 4D | 83 | 0 | 3F | 26 | 12 | 150 | 3C | 38 |
| Octal | 322 | 115 | 203 | 0 | 77 | 46 | 22 | 520 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10000011 | 0 | 111111 | 100110 | 10010 | 101010000 | 111100 | 111000 |
Color Harmonies of #D24D83
Complementary color
Monochromatic Colors of #D24D83
Black with #D24D83
Text Example
Text Example
White with #D24D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D83; }
p { color: rgb(210,77,131); }
H1.HeaderClassName
{
color: #D24D83;
}
.AnyTagClassName
{
color: #D24D83;
}
</style>
background-color css
<style>
a { background-color: #D24D83; }
a { background-color: rgb(210,77,131); }
div.DivClassName
{
background-color: #D24D83;
}
.BgClassName
{
background-color: #D24D83;
}
</style>
border-color css
<style>
span { border-color: #D24D83; }
span { border-color: rgb(210,77,131); }
td.TdClassName
{
border-color: #D24D83;
}
.TagClassName
{
border-color: #D24D83;
}
</style>