Shades of Cranberry #D94576
Tints of Cranberry #D94576
RGB
CMYK
RGB Variations
Color information
#D94576 (or 0xD94576) is known color: Cranberry. HEX triplet: D9, 45 and 76. RGB value is (217,69,118). Sum of RGB (Red+Green+Blue) = 217+69+118=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D94576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94576 is #26BA89. Grayscale: #767676. Windows color (decimal): -2538122 or 7751129. OLE color: 7751129.
HSL color Cylindrical-coordinate representation of color #D94576: hue angle of 340.14º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94576 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 118 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.15 |
| HSL | 340.14º | 0.66% | 0.56% | - |
| HSV(B) | 340.14º | 0.68% | 0.85% | - |
| XYZ | 34.01 | 20.32 | 19.27 | - |
| YUV | 118.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 118 | 0 | 0.68 | 0.46 | 0.15 | 340.14 | 0.66 | 0.56 |
| Hex | D9 | 45 | 76 | 0 | 44 | 2E | F | 154 | 42 | 38 |
| Octal | 331 | 105 | 166 | 0 | 104 | 56 | 17 | 524 | 102 | 70 |
| Binary | 11011001 | 1000101 | 1110110 | 0 | 1000100 | 101110 | 1111 | 101010100 | 1000010 | 111000 |
Color Harmonies of #D94576
Complementary color
Monochromatic Colors of #D94576
Black with #D94576
Text Example
Text Example
White with #D94576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94576; }
p { color: rgb(217,69,118); }
H1.HeaderClassName
{
color: #D94576;
}
.AnyTagClassName
{
color: #D94576;
}
</style>
background-color css
<style>
a { background-color: #D94576; }
a { background-color: rgb(217,69,118); }
div.DivClassName
{
background-color: #D94576;
}
.BgClassName
{
background-color: #D94576;
}
</style>
border-color css
<style>
span { border-color: #D94576; }
span { border-color: rgb(217,69,118); }
td.TdClassName
{
border-color: #D94576;
}
.TagClassName
{
border-color: #D94576;
}
</style>