Shades of Cranberry #D24A83
Tints of Cranberry #D24A83
RGB
CMYK
RGB Variations
Color information
#D24A83 (or 0xD24A83) is known color: Cranberry. HEX triplet: D2, 4A and 83. RGB value is (210,74,131). Sum of RGB (Red+Green+Blue) = 210+74+131=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24A83 is #2DB57C. Grayscale: #797979. Windows color (decimal): -2995581 or 8604370. OLE color: 8604370.
HSL color Cylindrical-coordinate representation of color #D24A83: hue angle of 334.85º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24A83 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 131 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.18 |
| HSL | 334.85º | 0.6% | 0.56% | - |
| HSV(B) | 334.85º | 0.65% | 0.82% | - |
| XYZ | 33.12 | 20.24 | 23.63 | - |
| YUV | 121.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 131 | 0 | 0.65 | 0.38 | 0.18 | 334.85 | 0.6 | 0.56 |
| Hex | D2 | 4A | 83 | 0 | 41 | 26 | 12 | 14F | 3C | 38 |
| Octal | 322 | 112 | 203 | 0 | 101 | 46 | 22 | 517 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10000011 | 0 | 1000001 | 100110 | 10010 | 101001111 | 111100 | 111000 |
Color Harmonies of #D24A83
Complementary color
Monochromatic Colors of #D24A83
Black with #D24A83
Text Example
Text Example
White with #D24A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A83; }
p { color: rgb(210,74,131); }
H1.HeaderClassName
{
color: #D24A83;
}
.AnyTagClassName
{
color: #D24A83;
}
</style>
background-color css
<style>
a { background-color: #D24A83; }
a { background-color: rgb(210,74,131); }
div.DivClassName
{
background-color: #D24A83;
}
.BgClassName
{
background-color: #D24A83;
}
</style>
border-color css
<style>
span { border-color: #D24A83; }
span { border-color: rgb(210,74,131); }
td.TdClassName
{
border-color: #D24A83;
}
.TagClassName
{
border-color: #D24A83;
}
</style>