Shades of Cranberry #D84C78
Tints of Cranberry #D84C78
RGB
CMYK
RGB Variations
Color information
#D84C78 (or 0xD84C78) is known color: Cranberry. HEX triplet: D8, 4C and 78. RGB value is (216,76,120). Sum of RGB (Red+Green+Blue) = 216+76+120=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C78 is #27B387. Grayscale: #7A7A7A. Windows color (decimal): -2601864 or 7883992. OLE color: 7883992.
HSL color Cylindrical-coordinate representation of color #D84C78: hue angle of 341.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84C78 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 120 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.15 |
| HSL | 341.14º | 0.64% | 0.57% | - |
| HSV(B) | 341.14º | 0.65% | 0.85% | - |
| XYZ | 34.29 | 21.12 | 20.04 | - |
| YUV | 122.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 120 | 0 | 0.65 | 0.44 | 0.15 | 341.14 | 0.64 | 0.57 |
| Hex | D8 | 4C | 78 | 0 | 41 | 2C | F | 155 | 40 | 39 |
| Octal | 330 | 114 | 170 | 0 | 101 | 54 | 17 | 525 | 100 | 71 |
| Binary | 11011000 | 1001100 | 1111000 | 0 | 1000001 | 101100 | 1111 | 101010101 | 1000000 | 111001 |
Color Harmonies of #D84C78
Complementary color
Monochromatic Colors of #D84C78
Black with #D84C78
Text Example
Text Example
White with #D84C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C78; }
p { color: rgb(216,76,120); }
H1.HeaderClassName
{
color: #D84C78;
}
.AnyTagClassName
{
color: #D84C78;
}
</style>
background-color css
<style>
a { background-color: #D84C78; }
a { background-color: rgb(216,76,120); }
div.DivClassName
{
background-color: #D84C78;
}
.BgClassName
{
background-color: #D84C78;
}
</style>
border-color css
<style>
span { border-color: #D84C78; }
span { border-color: rgb(216,76,120); }
td.TdClassName
{
border-color: #D84C78;
}
.TagClassName
{
border-color: #D84C78;
}
</style>