Shades of Cranberry #D84C7F
Tints of Cranberry #D84C7F
RGB
CMYK
RGB Variations
Color information
#D84C7F (or 0xD84C7F) is known color: Cranberry. HEX triplet: D8, 4C and 7F. RGB value is (216,76,127). Sum of RGB (Red+Green+Blue) = 216+76+127=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C7F is #27B380. Grayscale: #7B7B7B. Windows color (decimal): -2601857 or 8342744. OLE color: 8342744.
HSL color Cylindrical-coordinate representation of color #D84C7F: hue angle of 338.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 #D84C7F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 127 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.15 |
| HSL | 338.14º | 0.64% | 0.57% | - |
| HSV(B) | 338.14º | 0.65% | 0.85% | - |
| XYZ | 34.73 | 21.3 | 22.36 | - |
| YUV | 123.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 127 | 0 | 0.65 | 0.41 | 0.15 | 338.14 | 0.64 | 0.57 |
| Hex | D8 | 4C | 7F | 0 | 41 | 29 | F | 152 | 40 | 39 |
| Octal | 330 | 114 | 177 | 0 | 101 | 51 | 17 | 522 | 100 | 71 |
| Binary | 11011000 | 1001100 | 1111111 | 0 | 1000001 | 101001 | 1111 | 101010010 | 1000000 | 111001 |
Color Harmonies of #D84C7F
Complementary color
Monochromatic Colors of #D84C7F
Black with #D84C7F
Text Example
Text Example
White with #D84C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C7F; }
p { color: rgb(216,76,127); }
H1.HeaderClassName
{
color: #D84C7F;
}
.AnyTagClassName
{
color: #D84C7F;
}
</style>
background-color css
<style>
a { background-color: #D84C7F; }
a { background-color: rgb(216,76,127); }
div.DivClassName
{
background-color: #D84C7F;
}
.BgClassName
{
background-color: #D84C7F;
}
</style>
border-color css
<style>
span { border-color: #D84C7F; }
span { border-color: rgb(216,76,127); }
td.TdClassName
{
border-color: #D84C7F;
}
.TagClassName
{
border-color: #D84C7F;
}
</style>