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