Shades of Cranberry #D94E6F
Tints of Cranberry #D94E6F
RGB
CMYK
RGB Variations
Color information
#D94E6F (or 0xD94E6F) is known color: Cranberry. HEX triplet: D9, 4E and 6F. RGB value is (217,78,111). Sum of RGB (Red+Green+Blue) = 217+78+111=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E6F is #26B190. Grayscale: #7B7B7B. Windows color (decimal): -2535825 or 7294681. OLE color: 7294681.
HSL color Cylindrical-coordinate representation of color #D94E6F: hue angle of 345.76º 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 #D94E6F is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 111 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.15 |
| HSL | 345.76º | 0.65% | 0.58% | - |
| HSV(B) | 345.76º | 0.64% | 0.85% | - |
| XYZ | 34.21 | 21.35 | 17.36 | - |
| YUV | 123.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 111 | 0 | 0.64 | 0.49 | 0.15 | 345.76 | 0.65 | 0.58 |
| Hex | D9 | 4E | 6F | 0 | 40 | 31 | F | 15A | 41 | 3A |
| Octal | 331 | 116 | 157 | 0 | 100 | 61 | 17 | 532 | 101 | 72 |
| Binary | 11011001 | 1001110 | 1101111 | 0 | 1000000 | 110001 | 1111 | 101011010 | 1000001 | 111010 |
Color Harmonies of #D94E6F
Complementary color
Monochromatic Colors of #D94E6F
Black with #D94E6F
Text Example
Text Example
White with #D94E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94E6F; }
p { color: rgb(217,78,111); }
H1.HeaderClassName
{
color: #D94E6F;
}
.AnyTagClassName
{
color: #D94E6F;
}
</style>
background-color css
<style>
a { background-color: #D94E6F; }
a { background-color: rgb(217,78,111); }
div.DivClassName
{
background-color: #D94E6F;
}
.BgClassName
{
background-color: #D94E6F;
}
</style>
border-color css
<style>
span { border-color: #D94E6F; }
span { border-color: rgb(217,78,111); }
td.TdClassName
{
border-color: #D94E6F;
}
.TagClassName
{
border-color: #D94E6F;
}
</style>