Shades of Cranberry #D24B78
Tints of Cranberry #D24B78
RGB
CMYK
RGB Variations
Color information
#D24B78 (or 0xD24B78) is known color: Cranberry. HEX triplet: D2, 4B and 78. RGB value is (210,75,120). Sum of RGB (Red+Green+Blue) = 210+75+120=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24B78 is #2DB487. Grayscale: #787878. Windows color (decimal): -2995336 or 7883730. OLE color: 7883730.
HSL color Cylindrical-coordinate representation of color #D24B78: hue angle of 340º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24B78 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 120 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.18 |
| HSL | 340º | 0.6% | 0.56% | - |
| HSV(B) | 340º | 0.64% | 0.82% | - |
| XYZ | 32.48 | 20.09 | 19.93 | - |
| YUV | 120.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 120 | 0 | 0.64 | 0.43 | 0.18 | 340 | 0.6 | 0.56 |
| Hex | D2 | 4B | 78 | 0 | 40 | 2B | 12 | 154 | 3C | 38 |
| Octal | 322 | 113 | 170 | 0 | 100 | 53 | 22 | 524 | 74 | 70 |
| Binary | 11010010 | 1001011 | 1111000 | 0 | 1000000 | 101011 | 10010 | 101010100 | 111100 | 111000 |
Color Harmonies of #D24B78
Complementary color
Monochromatic Colors of #D24B78
Black with #D24B78
Text Example
Text Example
White with #D24B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24B78; }
p { color: rgb(210,75,120); }
H1.HeaderClassName
{
color: #D24B78;
}
.AnyTagClassName
{
color: #D24B78;
}
</style>
background-color css
<style>
a { background-color: #D24B78; }
a { background-color: rgb(210,75,120); }
div.DivClassName
{
background-color: #D24B78;
}
.BgClassName
{
background-color: #D24B78;
}
</style>
border-color css
<style>
span { border-color: #D24B78; }
span { border-color: rgb(210,75,120); }
td.TdClassName
{
border-color: #D24B78;
}
.TagClassName
{
border-color: #D24B78;
}
</style>