Shades of Cranberry #D84E78
Tints of Cranberry #D84E78
RGB
CMYK
RGB Variations
Color information
#D84E78 (or 0xD84E78) is known color: Cranberry. HEX triplet: D8, 4E and 78. RGB value is (216,78,120). Sum of RGB (Red+Green+Blue) = 216+78+120=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E78 is #27B187. Grayscale: #7C7C7C. Windows color (decimal): -2601352 or 7884504. OLE color: 7884504.
HSL color Cylindrical-coordinate representation of color #D84E78: hue angle of 341.74º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84E78 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 120 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.15 |
| HSL | 341.74º | 0.64% | 0.58% | - |
| HSV(B) | 341.74º | 0.64% | 0.85% | - |
| XYZ | 34.43 | 21.4 | 20.09 | - |
| YUV | 124.05 | 125.72 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 120 | 0 | 0.64 | 0.44 | 0.15 | 341.74 | 0.64 | 0.58 |
| Hex | D8 | 4E | 78 | 0 | 40 | 2C | F | 156 | 40 | 3A |
| Octal | 330 | 116 | 170 | 0 | 100 | 54 | 17 | 526 | 100 | 72 |
| Binary | 11011000 | 1001110 | 1111000 | 0 | 1000000 | 101100 | 1111 | 101010110 | 1000000 | 111010 |
Color Harmonies of #D84E78
Complementary color
Monochromatic Colors of #D84E78
Black with #D84E78
Text Example
Text Example
White with #D84E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E78; }
p { color: rgb(216,78,120); }
H1.HeaderClassName
{
color: #D84E78;
}
.AnyTagClassName
{
color: #D84E78;
}
</style>
background-color css
<style>
a { background-color: #D84E78; }
a { background-color: rgb(216,78,120); }
div.DivClassName
{
background-color: #D84E78;
}
.BgClassName
{
background-color: #D84E78;
}
</style>
border-color css
<style>
span { border-color: #D84E78; }
span { border-color: rgb(216,78,120); }
td.TdClassName
{
border-color: #D84E78;
}
.TagClassName
{
border-color: #D84E78;
}
</style>