Shades of Cranberry #D84F77
Tints of Cranberry #D84F77
RGB
CMYK
RGB Variations
Color information
#D84F77 (or 0xD84F77) is known color: Cranberry. HEX triplet: D8, 4F and 77. RGB value is (216,79,119). Sum of RGB (Red+Green+Blue) = 216+79+119=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F77 is #27B088. Grayscale: #7C7C7C. Windows color (decimal): -2601097 or 7819224. OLE color: 7819224.
HSL color Cylindrical-coordinate representation of color #D84F77: hue angle of 342.48º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D84F77 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 119 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.15 |
| HSL | 342.48º | 0.64% | 0.58% | - |
| HSV(B) | 342.48º | 0.63% | 0.85% | - |
| XYZ | 34.44 | 21.52 | 19.79 | - |
| YUV | 124.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 119 | 0 | 0.63 | 0.45 | 0.15 | 342.48 | 0.64 | 0.58 |
| Hex | D8 | 4F | 77 | 0 | 3F | 2D | F | 156 | 40 | 3A |
| Octal | 330 | 117 | 167 | 0 | 77 | 55 | 17 | 526 | 100 | 72 |
| Binary | 11011000 | 1001111 | 1110111 | 0 | 111111 | 101101 | 1111 | 101010110 | 1000000 | 111010 |
Color Harmonies of #D84F77
Complementary color
Monochromatic Colors of #D84F77
Black with #D84F77
Text Example
Text Example
White with #D84F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F77; }
p { color: rgb(216,79,119); }
H1.HeaderClassName
{
color: #D84F77;
}
.AnyTagClassName
{
color: #D84F77;
}
</style>
background-color css
<style>
a { background-color: #D84F77; }
a { background-color: rgb(216,79,119); }
div.DivClassName
{
background-color: #D84F77;
}
.BgClassName
{
background-color: #D84F77;
}
</style>
border-color css
<style>
span { border-color: #D84F77; }
span { border-color: rgb(216,79,119); }
td.TdClassName
{
border-color: #D84F77;
}
.TagClassName
{
border-color: #D84F77;
}
</style>