Shades of Cranberry #D04C77
Tints of Cranberry #D04C77
RGB
CMYK
RGB Variations
Color information
#D04C77 (or 0xD04C77) is known color: Cranberry. HEX triplet: D0, 4C and 77. RGB value is (208,76,119). Sum of RGB (Red+Green+Blue) = 208+76+119=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C77 is #2FB388. Grayscale: #787878. Windows color (decimal): -3126153 or 7818448. OLE color: 7818448.
HSL color Cylindrical-coordinate representation of color #D04C77: hue angle of 340.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C77 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 119 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.18 |
| HSL | 340.45º | 0.58% | 0.56% | - |
| HSV(B) | 340.45º | 0.63% | 0.82% | - |
| XYZ | 31.93 | 19.91 | 19.61 | - |
| YUV | 120.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 119 | 0 | 0.63 | 0.43 | 0.18 | 340.45 | 0.58 | 0.56 |
| Hex | D0 | 4C | 77 | 0 | 3F | 2B | 12 | 154 | 3A | 38 |
| Octal | 320 | 114 | 167 | 0 | 77 | 53 | 22 | 524 | 72 | 70 |
| Binary | 11010000 | 1001100 | 1110111 | 0 | 111111 | 101011 | 10010 | 101010100 | 111010 | 111000 |
Color Harmonies of #D04C77
Complementary color
Monochromatic Colors of #D04C77
Black with #D04C77
Text Example
Text Example
White with #D04C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C77; }
p { color: rgb(208,76,119); }
H1.HeaderClassName
{
color: #D04C77;
}
.AnyTagClassName
{
color: #D04C77;
}
</style>
background-color css
<style>
a { background-color: #D04C77; }
a { background-color: rgb(208,76,119); }
div.DivClassName
{
background-color: #D04C77;
}
.BgClassName
{
background-color: #D04C77;
}
</style>
border-color css
<style>
span { border-color: #D04C77; }
span { border-color: rgb(208,76,119); }
td.TdClassName
{
border-color: #D04C77;
}
.TagClassName
{
border-color: #D04C77;
}
</style>