Shades of Cranberry #D84C80
Tints of Cranberry #D84C80
RGB
CMYK
RGB Variations
Color information
#D84C80 (or 0xD84C80) is known color: Cranberry. HEX triplet: D8, 4C and 80. RGB value is (216,76,128). Sum of RGB (Red+Green+Blue) = 216+76+128=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84C80 is #27B37F. Grayscale: #7B7B7B. Windows color (decimal): -2601856 or 8408280. OLE color: 8408280.
HSL color Cylindrical-coordinate representation of color #D84C80: hue angle of 337.71º 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 #D84C80 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 128 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.15 |
| HSL | 337.71º | 0.64% | 0.57% | - |
| HSV(B) | 337.71º | 0.65% | 0.85% | - |
| XYZ | 34.8 | 21.33 | 22.7 | - |
| YUV | 123.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 128 | 0 | 0.65 | 0.41 | 0.15 | 337.71 | 0.64 | 0.57 |
| Hex | D8 | 4C | 80 | 0 | 41 | 29 | F | 152 | 40 | 39 |
| Octal | 330 | 114 | 200 | 0 | 101 | 51 | 17 | 522 | 100 | 71 |
| Binary | 11011000 | 1001100 | 10000000 | 0 | 1000001 | 101001 | 1111 | 101010010 | 1000000 | 111001 |
Color Harmonies of #D84C80
Complementary color
Monochromatic Colors of #D84C80
Black with #D84C80
Text Example
Text Example
White with #D84C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C80; }
p { color: rgb(216,76,128); }
H1.HeaderClassName
{
color: #D84C80;
}
.AnyTagClassName
{
color: #D84C80;
}
</style>
background-color css
<style>
a { background-color: #D84C80; }
a { background-color: rgb(216,76,128); }
div.DivClassName
{
background-color: #D84C80;
}
.BgClassName
{
background-color: #D84C80;
}
</style>
border-color css
<style>
span { border-color: #D84C80; }
span { border-color: rgb(216,76,128); }
td.TdClassName
{
border-color: #D84C80;
}
.TagClassName
{
border-color: #D84C80;
}
</style>