Shades of Cranberry #D84A78
Tints of Cranberry #D84A78
RGB
CMYK
RGB Variations
Color information
#D84A78 (or 0xD84A78) is known color: Cranberry. HEX triplet: D8, 4A and 78. RGB value is (216,74,120). Sum of RGB (Red+Green+Blue) = 216+74+120=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A78 is #27B587. Grayscale: #797979. Windows color (decimal): -2602376 or 7883480. OLE color: 7883480.
HSL color Cylindrical-coordinate representation of color #D84A78: hue angle of 340.56º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84A78 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 120 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.15 |
| HSL | 340.56º | 0.65% | 0.57% | - |
| HSV(B) | 340.56º | 0.66% | 0.85% | - |
| XYZ | 34.16 | 20.85 | 19.99 | - |
| YUV | 121.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 120 | 0 | 0.66 | 0.44 | 0.15 | 340.56 | 0.65 | 0.57 |
| Hex | D8 | 4A | 78 | 0 | 42 | 2C | F | 155 | 41 | 39 |
| Octal | 330 | 112 | 170 | 0 | 102 | 54 | 17 | 525 | 101 | 71 |
| Binary | 11011000 | 1001010 | 1111000 | 0 | 1000010 | 101100 | 1111 | 101010101 | 1000001 | 111001 |
Color Harmonies of #D84A78
Complementary color
Monochromatic Colors of #D84A78
Black with #D84A78
Text Example
Text Example
White with #D84A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A78; }
p { color: rgb(216,74,120); }
H1.HeaderClassName
{
color: #D84A78;
}
.AnyTagClassName
{
color: #D84A78;
}
</style>
background-color css
<style>
a { background-color: #D84A78; }
a { background-color: rgb(216,74,120); }
div.DivClassName
{
background-color: #D84A78;
}
.BgClassName
{
background-color: #D84A78;
}
</style>
border-color css
<style>
span { border-color: #D84A78; }
span { border-color: rgb(216,74,120); }
td.TdClassName
{
border-color: #D84A78;
}
.TagClassName
{
border-color: #D84A78;
}
</style>