Shades of Cranberry #D24D75
Tints of Cranberry #D24D75
RGB
CMYK
RGB Variations
Color information
#D24D75 (or 0xD24D75) is known color: Cranberry. HEX triplet: D2, 4D and 75. RGB value is (210,77,117). Sum of RGB (Red+Green+Blue) = 210+77+117=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D75 is #2DB28A. Grayscale: #797979. Windows color (decimal): -2994827 or 7687634. OLE color: 7687634.
HSL color Cylindrical-coordinate representation of color #D24D75: hue angle of 341.95º 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 #D24D75 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 117 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.18 |
| HSL | 341.95º | 0.6% | 0.56% | - |
| HSV(B) | 341.95º | 0.63% | 0.82% | - |
| XYZ | 32.44 | 20.29 | 19.04 | - |
| YUV | 121.33 | 125.56 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 117 | 0 | 0.63 | 0.44 | 0.18 | 341.95 | 0.6 | 0.56 |
| Hex | D2 | 4D | 75 | 0 | 3F | 2C | 12 | 156 | 3C | 38 |
| Octal | 322 | 115 | 165 | 0 | 77 | 54 | 22 | 526 | 74 | 70 |
| Binary | 11010010 | 1001101 | 1110101 | 0 | 111111 | 101100 | 10010 | 101010110 | 111100 | 111000 |
Color Harmonies of #D24D75
Complementary color
Monochromatic Colors of #D24D75
Black with #D24D75
Text Example
Text Example
White with #D24D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D75; }
p { color: rgb(210,77,117); }
H1.HeaderClassName
{
color: #D24D75;
}
.AnyTagClassName
{
color: #D24D75;
}
</style>
background-color css
<style>
a { background-color: #D24D75; }
a { background-color: rgb(210,77,117); }
div.DivClassName
{
background-color: #D24D75;
}
.BgClassName
{
background-color: #D24D75;
}
</style>
border-color css
<style>
span { border-color: #D24D75; }
span { border-color: rgb(210,77,117); }
td.TdClassName
{
border-color: #D24D75;
}
.TagClassName
{
border-color: #D24D75;
}
</style>