Shades of Cranberry #D94E87
Tints of Cranberry #D94E87
RGB
CMYK
RGB Variations
Color information
#D94E87 (or 0xD94E87) is known color: Cranberry. HEX triplet: D9, 4E and 87. RGB value is (217,78,135). Sum of RGB (Red+Green+Blue) = 217+78+135=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94E87 is #26B178. Grayscale: #7D7D7D. Windows color (decimal): -2535801 or 8867545. OLE color: 8867545.
HSL color Cylindrical-coordinate representation of color #D94E87: hue angle of 335.4º degrees, saturation: 0.65, 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 #D94E87 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 135 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.15 |
| HSL | 335.4º | 0.65% | 0.58% | - |
| HSV(B) | 335.4º | 0.64% | 0.85% | - |
| XYZ | 35.71 | 21.95 | 25.28 | - |
| YUV | 126.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 135 | 0 | 0.64 | 0.38 | 0.15 | 335.4 | 0.65 | 0.58 |
| Hex | D9 | 4E | 87 | 0 | 40 | 26 | F | 14F | 41 | 3A |
| Octal | 331 | 116 | 207 | 0 | 100 | 46 | 17 | 517 | 101 | 72 |
| Binary | 11011001 | 1001110 | 10000111 | 0 | 1000000 | 100110 | 1111 | 101001111 | 1000001 | 111010 |
Color Harmonies of #D94E87
Complementary color
Monochromatic Colors of #D94E87
Black with #D94E87
Text Example
Text Example
White with #D94E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94E87; }
p { color: rgb(217,78,135); }
H1.HeaderClassName
{
color: #D94E87;
}
.AnyTagClassName
{
color: #D94E87;
}
</style>
background-color css
<style>
a { background-color: #D94E87; }
a { background-color: rgb(217,78,135); }
div.DivClassName
{
background-color: #D94E87;
}
.BgClassName
{
background-color: #D94E87;
}
</style>
border-color css
<style>
span { border-color: #D94E87; }
span { border-color: rgb(217,78,135); }
td.TdClassName
{
border-color: #D94E87;
}
.TagClassName
{
border-color: #D94E87;
}
</style>