Shades of Cranberry #D24F76
Tints of Cranberry #D24F76
RGB
CMYK
RGB Variations
Color information
#D24F76 (or 0xD24F76) is known color: Cranberry. HEX triplet: D2, 4F and 76. RGB value is (210,79,118). Sum of RGB (Red+Green+Blue) = 210+79+118=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F76 is #2DB089. Grayscale: #7A7A7A. Windows color (decimal): -2994314 or 7753682. OLE color: 7753682.
HSL color Cylindrical-coordinate representation of color #D24F76: hue angle of 342.14º 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 #D24F76 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 118 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.18 |
| HSL | 342.14º | 0.59% | 0.57% | - |
| HSV(B) | 342.14º | 0.62% | 0.82% | - |
| XYZ | 32.64 | 20.6 | 19.4 | - |
| YUV | 122.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 118 | 0 | 0.62 | 0.44 | 0.18 | 342.14 | 0.59 | 0.57 |
| Hex | D2 | 4F | 76 | 0 | 3E | 2C | 12 | 156 | 3B | 39 |
| Octal | 322 | 117 | 166 | 0 | 76 | 54 | 22 | 526 | 73 | 71 |
| Binary | 11010010 | 1001111 | 1110110 | 0 | 111110 | 101100 | 10010 | 101010110 | 111011 | 111001 |
Color Harmonies of #D24F76
Complementary color
Monochromatic Colors of #D24F76
Black with #D24F76
Text Example
Text Example
White with #D24F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F76; }
p { color: rgb(210,79,118); }
H1.HeaderClassName
{
color: #D24F76;
}
.AnyTagClassName
{
color: #D24F76;
}
</style>
background-color css
<style>
a { background-color: #D24F76; }
a { background-color: rgb(210,79,118); }
div.DivClassName
{
background-color: #D24F76;
}
.BgClassName
{
background-color: #D24F76;
}
</style>
border-color css
<style>
span { border-color: #D24F76; }
span { border-color: rgb(210,79,118); }
td.TdClassName
{
border-color: #D24F76;
}
.TagClassName
{
border-color: #D24F76;
}
</style>