Shades of Cranberry #D94A6E
Tints of Cranberry #D94A6E
RGB
CMYK
RGB Variations
Color information
#D94A6E (or 0xD94A6E) is known color: Cranberry. HEX triplet: D9, 4A and 6E. RGB value is (217,74,110). Sum of RGB (Red+Green+Blue) = 217+74+110=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A6E is #26B591. Grayscale: #787878. Windows color (decimal): -2536850 or 7228121. OLE color: 7228121.
HSL color Cylindrical-coordinate representation of color #D94A6E: hue angle of 344.9º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94A6E is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 110 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.15 |
| HSL | 344.9º | 0.65% | 0.57% | - |
| HSV(B) | 344.9º | 0.66% | 0.85% | - |
| XYZ | 33.88 | 20.78 | 16.98 | - |
| YUV | 120.86 | 121.88 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 110 | 0 | 0.66 | 0.49 | 0.15 | 344.9 | 0.65 | 0.57 |
| Hex | D9 | 4A | 6E | 0 | 42 | 31 | F | 159 | 41 | 39 |
| Octal | 331 | 112 | 156 | 0 | 102 | 61 | 17 | 531 | 101 | 71 |
| Binary | 11011001 | 1001010 | 1101110 | 0 | 1000010 | 110001 | 1111 | 101011001 | 1000001 | 111001 |
Color Harmonies of #D94A6E
Complementary color
Monochromatic Colors of #D94A6E
Black with #D94A6E
Text Example
Text Example
White with #D94A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94A6E; }
p { color: rgb(217,74,110); }
H1.HeaderClassName
{
color: #D94A6E;
}
.AnyTagClassName
{
color: #D94A6E;
}
</style>
background-color css
<style>
a { background-color: #D94A6E; }
a { background-color: rgb(217,74,110); }
div.DivClassName
{
background-color: #D94A6E;
}
.BgClassName
{
background-color: #D94A6E;
}
</style>
border-color css
<style>
span { border-color: #D94A6E; }
span { border-color: rgb(217,74,110); }
td.TdClassName
{
border-color: #D94A6E;
}
.TagClassName
{
border-color: #D94A6E;
}
</style>