Shades of Cranberry #D94D73
Tints of Cranberry #D94D73
RGB
CMYK
RGB Variations
Color information
#D94D73 (or 0xD94D73) is known color: Cranberry. HEX triplet: D9, 4D and 73. RGB value is (217,77,115). Sum of RGB (Red+Green+Blue) = 217+77+115=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D73 is #26B28C. Grayscale: #7B7B7B. Windows color (decimal): -2536077 or 7556569. OLE color: 7556569.
HSL color Cylindrical-coordinate representation of color #D94D73: hue angle of 343.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94D73 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 115 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.15 |
| HSL | 343.71º | 0.65% | 0.58% | - |
| HSV(B) | 343.71º | 0.65% | 0.85% | - |
| XYZ | 34.36 | 21.3 | 18.52 | - |
| YUV | 123.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 115 | 0 | 0.65 | 0.47 | 0.15 | 343.71 | 0.65 | 0.58 |
| Hex | D9 | 4D | 73 | 0 | 41 | 2F | F | 158 | 41 | 3A |
| Octal | 331 | 115 | 163 | 0 | 101 | 57 | 17 | 530 | 101 | 72 |
| Binary | 11011001 | 1001101 | 1110011 | 0 | 1000001 | 101111 | 1111 | 101011000 | 1000001 | 111010 |
Color Harmonies of #D94D73
Complementary color
Monochromatic Colors of #D94D73
Black with #D94D73
Text Example
Text Example
White with #D94D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D73; }
p { color: rgb(217,77,115); }
H1.HeaderClassName
{
color: #D94D73;
}
.AnyTagClassName
{
color: #D94D73;
}
</style>
background-color css
<style>
a { background-color: #D94D73; }
a { background-color: rgb(217,77,115); }
div.DivClassName
{
background-color: #D94D73;
}
.BgClassName
{
background-color: #D94D73;
}
</style>
border-color css
<style>
span { border-color: #D94D73; }
span { border-color: rgb(217,77,115); }
td.TdClassName
{
border-color: #D94D73;
}
.TagClassName
{
border-color: #D94D73;
}
</style>