Shades of Cranberry #D94C73
Tints of Cranberry #D94C73
RGB
CMYK
RGB Variations
Color information
#D94C73 (or 0xD94C73) is known color: Cranberry. HEX triplet: D9, 4C and 73. RGB value is (217,76,115). Sum of RGB (Red+Green+Blue) = 217+76+115=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C73 is #26B38C. Grayscale: #7A7A7A. Windows color (decimal): -2536333 or 7556313. OLE color: 7556313.
HSL color Cylindrical-coordinate representation of color #D94C73: hue angle of 343.4º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94C73 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 115 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.15 |
| HSL | 343.4º | 0.65% | 0.57% | - |
| HSV(B) | 343.4º | 0.65% | 0.85% | - |
| XYZ | 34.29 | 21.16 | 18.5 | - |
| YUV | 122.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 115 | 0 | 0.65 | 0.47 | 0.15 | 343.4 | 0.65 | 0.57 |
| Hex | D9 | 4C | 73 | 0 | 41 | 2F | F | 157 | 41 | 39 |
| Octal | 331 | 114 | 163 | 0 | 101 | 57 | 17 | 527 | 101 | 71 |
| Binary | 11011001 | 1001100 | 1110011 | 0 | 1000001 | 101111 | 1111 | 101010111 | 1000001 | 111001 |
Color Harmonies of #D94C73
Complementary color
Monochromatic Colors of #D94C73
Black with #D94C73
Text Example
Text Example
White with #D94C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C73; }
p { color: rgb(217,76,115); }
H1.HeaderClassName
{
color: #D94C73;
}
.AnyTagClassName
{
color: #D94C73;
}
</style>
background-color css
<style>
a { background-color: #D94C73; }
a { background-color: rgb(217,76,115); }
div.DivClassName
{
background-color: #D94C73;
}
.BgClassName
{
background-color: #D94C73;
}
</style>
border-color css
<style>
span { border-color: #D94C73; }
span { border-color: rgb(217,76,115); }
td.TdClassName
{
border-color: #D94C73;
}
.TagClassName
{
border-color: #D94C73;
}
</style>