Shades of Cranberry #D24F75
Tints of Cranberry #D24F75
RGB
CMYK
RGB Variations
Color information
#D24F75 (or 0xD24F75) is known color: Cranberry. HEX triplet: D2, 4F and 75. RGB value is (210,79,117). Sum of RGB (Red+Green+Blue) = 210+79+117=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F75 is #2DB08A. Grayscale: #7A7A7A. Windows color (decimal): -2994315 or 7688146. OLE color: 7688146.
HSL color Cylindrical-coordinate representation of color #D24F75: hue angle of 342.6º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24F75 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 117 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.18 |
| HSL | 342.6º | 0.59% | 0.57% | - |
| HSV(B) | 342.6º | 0.62% | 0.82% | - |
| XYZ | 32.59 | 20.58 | 19.08 | - |
| YUV | 122.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 117 | 0 | 0.62 | 0.44 | 0.18 | 342.6 | 0.59 | 0.57 |
| Hex | D2 | 4F | 75 | 0 | 3E | 2C | 12 | 157 | 3B | 39 |
| Octal | 322 | 117 | 165 | 0 | 76 | 54 | 22 | 527 | 73 | 71 |
| Binary | 11010010 | 1001111 | 1110101 | 0 | 111110 | 101100 | 10010 | 101010111 | 111011 | 111001 |
Color Harmonies of #D24F75
Complementary color
Monochromatic Colors of #D24F75
Black with #D24F75
Text Example
Text Example
White with #D24F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F75; }
p { color: rgb(210,79,117); }
H1.HeaderClassName
{
color: #D24F75;
}
.AnyTagClassName
{
color: #D24F75;
}
</style>
background-color css
<style>
a { background-color: #D24F75; }
a { background-color: rgb(210,79,117); }
div.DivClassName
{
background-color: #D24F75;
}
.BgClassName
{
background-color: #D24F75;
}
</style>
border-color css
<style>
span { border-color: #D24F75; }
span { border-color: rgb(210,79,117); }
td.TdClassName
{
border-color: #D24F75;
}
.TagClassName
{
border-color: #D24F75;
}
</style>