Shades of Cranberry #D94077
Tints of Cranberry #D94077
RGB
CMYK
RGB Variations
Color information
#D94077 (or 0xD94077) is known color: Cranberry. HEX triplet: D9, 40 and 77. RGB value is (217,64,119). Sum of RGB (Red+Green+Blue) = 217+64+119=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D94077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94077 is #26BF88. Grayscale: #737373. Windows color (decimal): -2539401 or 7815385. OLE color: 7815385.
HSL color Cylindrical-coordinate representation of color #D94077: hue angle of 338.43º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94077 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 119 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.15 |
| HSL | 338.43º | 0.67% | 0.55% | - |
| HSV(B) | 338.43º | 0.71% | 0.85% | - |
| XYZ | 33.78 | 19.75 | 19.48 | - |
| YUV | 116.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 119 | 0 | 0.71 | 0.45 | 0.15 | 338.43 | 0.67 | 0.55 |
| Hex | D9 | 40 | 77 | 0 | 47 | 2D | F | 152 | 43 | 37 |
| Octal | 331 | 100 | 167 | 0 | 107 | 55 | 17 | 522 | 103 | 67 |
| Binary | 11011001 | 1000000 | 1110111 | 0 | 1000111 | 101101 | 1111 | 101010010 | 1000011 | 110111 |
Color Harmonies of #D94077
Complementary color
Monochromatic Colors of #D94077
Black with #D94077
Text Example
Text Example
White with #D94077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94077; }
p { color: rgb(217,64,119); }
H1.HeaderClassName
{
color: #D94077;
}
.AnyTagClassName
{
color: #D94077;
}
</style>
background-color css
<style>
a { background-color: #D94077; }
a { background-color: rgb(217,64,119); }
div.DivClassName
{
background-color: #D94077;
}
.BgClassName
{
background-color: #D94077;
}
</style>
border-color css
<style>
span { border-color: #D94077; }
span { border-color: rgb(217,64,119); }
td.TdClassName
{
border-color: #D94077;
}
.TagClassName
{
border-color: #D94077;
}
</style>