Shades of Cranberry #D94E89
Tints of Cranberry #D94E89
RGB
CMYK
RGB Variations
Color information
#D94E89 (or 0xD94E89) is known color: Cranberry. HEX triplet: D9, 4E and 89. RGB value is (217,78,137). Sum of RGB (Red+Green+Blue) = 217+78+137=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94E89 is #26B176. Grayscale: #7E7E7E. Windows color (decimal): -2535799 or 8998617. OLE color: 8998617.
HSL color Cylindrical-coordinate representation of color #D94E89: hue angle of 334.53º 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 #D94E89 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 137 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.15 |
| HSL | 334.53º | 0.65% | 0.58% | - |
| HSV(B) | 334.53º | 0.64% | 0.85% | - |
| XYZ | 35.86 | 22.01 | 26.02 | - |
| YUV | 126.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 137 | 0 | 0.64 | 0.37 | 0.15 | 334.53 | 0.65 | 0.58 |
| Hex | D9 | 4E | 89 | 0 | 40 | 25 | F | 14F | 41 | 3A |
| Octal | 331 | 116 | 211 | 0 | 100 | 45 | 17 | 517 | 101 | 72 |
| Binary | 11011001 | 1001110 | 10001001 | 0 | 1000000 | 100101 | 1111 | 101001111 | 1000001 | 111010 |
Color Harmonies of #D94E89
Complementary color
Monochromatic Colors of #D94E89
Black with #D94E89
Text Example
Text Example
White with #D94E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94E89; }
p { color: rgb(217,78,137); }
H1.HeaderClassName
{
color: #D94E89;
}
.AnyTagClassName
{
color: #D94E89;
}
</style>
background-color css
<style>
a { background-color: #D94E89; }
a { background-color: rgb(217,78,137); }
div.DivClassName
{
background-color: #D94E89;
}
.BgClassName
{
background-color: #D94E89;
}
</style>
border-color css
<style>
span { border-color: #D94E89; }
span { border-color: rgb(217,78,137); }
td.TdClassName
{
border-color: #D94E89;
}
.TagClassName
{
border-color: #D94E89;
}
</style>