Shades of Cranberry #D94972
Tints of Cranberry #D94972
RGB
CMYK
RGB Variations
Color information
#D94972 (or 0xD94972) is known color: Cranberry. HEX triplet: D9, 49 and 72. RGB value is (217,73,114). Sum of RGB (Red+Green+Blue) = 217+73+114=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D94972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94972 is #26B68D. Grayscale: #787878. Windows color (decimal): -2537102 or 7490009. OLE color: 7490009.
HSL color Cylindrical-coordinate representation of color #D94972: hue angle of 342.92º 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 #D94972 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 114 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.15 |
| HSL | 342.92º | 0.65% | 0.57% | - |
| HSV(B) | 342.92º | 0.66% | 0.85% | - |
| XYZ | 34.04 | 20.73 | 18.13 | - |
| YUV | 120.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 114 | 0 | 0.66 | 0.47 | 0.15 | 342.92 | 0.65 | 0.57 |
| Hex | D9 | 49 | 72 | 0 | 42 | 2F | F | 157 | 41 | 39 |
| Octal | 331 | 111 | 162 | 0 | 102 | 57 | 17 | 527 | 101 | 71 |
| Binary | 11011001 | 1001001 | 1110010 | 0 | 1000010 | 101111 | 1111 | 101010111 | 1000001 | 111001 |
Color Harmonies of #D94972
Complementary color
Monochromatic Colors of #D94972
Black with #D94972
Text Example
Text Example
White with #D94972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94972; }
p { color: rgb(217,73,114); }
H1.HeaderClassName
{
color: #D94972;
}
.AnyTagClassName
{
color: #D94972;
}
</style>
background-color css
<style>
a { background-color: #D94972; }
a { background-color: rgb(217,73,114); }
div.DivClassName
{
background-color: #D94972;
}
.BgClassName
{
background-color: #D94972;
}
</style>
border-color css
<style>
span { border-color: #D94972; }
span { border-color: rgb(217,73,114); }
td.TdClassName
{
border-color: #D94972;
}
.TagClassName
{
border-color: #D94972;
}
</style>