Shades of Cranberry #D24A79
Tints of Cranberry #D24A79
RGB
CMYK
RGB Variations
Color information
#D24A79 (or 0xD24A79) is known color: Cranberry. HEX triplet: D2, 4A and 79. RGB value is (210,74,121). Sum of RGB (Red+Green+Blue) = 210+74+121=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A79 is #2DB586. Grayscale: #777777. Windows color (decimal): -2995591 or 7949010. OLE color: 7949010.
HSL color Cylindrical-coordinate representation of color #D24A79: hue angle of 339.26º 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 #D24A79 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 121 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.18 |
| HSL | 339.26º | 0.6% | 0.56% | - |
| HSV(B) | 339.26º | 0.65% | 0.82% | - |
| XYZ | 32.48 | 19.98 | 20.23 | - |
| YUV | 120.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 121 | 0 | 0.65 | 0.42 | 0.18 | 339.26 | 0.6 | 0.56 |
| Hex | D2 | 4A | 79 | 0 | 41 | 2A | 12 | 153 | 3C | 38 |
| Octal | 322 | 112 | 171 | 0 | 101 | 52 | 22 | 523 | 74 | 70 |
| Binary | 11010010 | 1001010 | 1111001 | 0 | 1000001 | 101010 | 10010 | 101010011 | 111100 | 111000 |
Color Harmonies of #D24A79
Complementary color
Monochromatic Colors of #D24A79
Black with #D24A79
Text Example
Text Example
White with #D24A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A79; }
p { color: rgb(210,74,121); }
H1.HeaderClassName
{
color: #D24A79;
}
.AnyTagClassName
{
color: #D24A79;
}
</style>
background-color css
<style>
a { background-color: #D24A79; }
a { background-color: rgb(210,74,121); }
div.DivClassName
{
background-color: #D24A79;
}
.BgClassName
{
background-color: #D24A79;
}
</style>
border-color css
<style>
span { border-color: #D24A79; }
span { border-color: rgb(210,74,121); }
td.TdClassName
{
border-color: #D24A79;
}
.TagClassName
{
border-color: #D24A79;
}
</style>