Shades of Cranberry #D84E88
Tints of Cranberry #D84E88
RGB
CMYK
RGB Variations
Color information
#D84E88 (or 0xD84E88) is known color: Cranberry. HEX triplet: D8, 4E and 88. RGB value is (216,78,136). Sum of RGB (Red+Green+Blue) = 216+78+136=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84E88 is #27B177. Grayscale: #7D7D7D. Windows color (decimal): -2601336 or 8933080. OLE color: 8933080.
HSL color Cylindrical-coordinate representation of color #D84E88: hue angle of 334.78º 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 #D84E88 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 136 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.15 |
| HSL | 334.78º | 0.64% | 0.58% | - |
| HSV(B) | 334.78º | 0.64% | 0.85% | - |
| XYZ | 35.49 | 21.83 | 25.63 | - |
| YUV | 125.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 136 | 0 | 0.64 | 0.37 | 0.15 | 334.78 | 0.64 | 0.58 |
| Hex | D8 | 4E | 88 | 0 | 40 | 25 | F | 14F | 40 | 3A |
| Octal | 330 | 116 | 210 | 0 | 100 | 45 | 17 | 517 | 100 | 72 |
| Binary | 11011000 | 1001110 | 10001000 | 0 | 1000000 | 100101 | 1111 | 101001111 | 1000000 | 111010 |
Color Harmonies of #D84E88
Complementary color
Monochromatic Colors of #D84E88
Black with #D84E88
Text Example
Text Example
White with #D84E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E88; }
p { color: rgb(216,78,136); }
H1.HeaderClassName
{
color: #D84E88;
}
.AnyTagClassName
{
color: #D84E88;
}
</style>
background-color css
<style>
a { background-color: #D84E88; }
a { background-color: rgb(216,78,136); }
div.DivClassName
{
background-color: #D84E88;
}
.BgClassName
{
background-color: #D84E88;
}
</style>
border-color css
<style>
span { border-color: #D84E88; }
span { border-color: rgb(216,78,136); }
td.TdClassName
{
border-color: #D84E88;
}
.TagClassName
{
border-color: #D84E88;
}
</style>