Shades of Cranberry #D04F77
Tints of Cranberry #D04F77
RGB
CMYK
RGB Variations
Color information
#D04F77 (or 0xD04F77) is known color: Cranberry. HEX triplet: D0, 4F and 77. RGB value is (208,79,119). Sum of RGB (Red+Green+Blue) = 208+79+119=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F77 is #2FB088. Grayscale: #7A7A7A. Windows color (decimal): -3125385 or 7819216. OLE color: 7819216.
HSL color Cylindrical-coordinate representation of color #D04F77: hue angle of 341.4º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04F77 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 119 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.18 |
| HSL | 341.4º | 0.58% | 0.56% | - |
| HSV(B) | 341.4º | 0.62% | 0.82% | - |
| XYZ | 32.14 | 20.33 | 19.68 | - |
| YUV | 122.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 119 | 0 | 0.62 | 0.43 | 0.18 | 341.4 | 0.58 | 0.56 |
| Hex | D0 | 4F | 77 | 0 | 3E | 2B | 12 | 155 | 3A | 38 |
| Octal | 320 | 117 | 167 | 0 | 76 | 53 | 22 | 525 | 72 | 70 |
| Binary | 11010000 | 1001111 | 1110111 | 0 | 111110 | 101011 | 10010 | 101010101 | 111010 | 111000 |
Color Harmonies of #D04F77
Complementary color
Monochromatic Colors of #D04F77
Black with #D04F77
Text Example
Text Example
White with #D04F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F77; }
p { color: rgb(208,79,119); }
H1.HeaderClassName
{
color: #D04F77;
}
.AnyTagClassName
{
color: #D04F77;
}
</style>
background-color css
<style>
a { background-color: #D04F77; }
a { background-color: rgb(208,79,119); }
div.DivClassName
{
background-color: #D04F77;
}
.BgClassName
{
background-color: #D04F77;
}
</style>
border-color css
<style>
span { border-color: #D04F77; }
span { border-color: rgb(208,79,119); }
td.TdClassName
{
border-color: #D04F77;
}
.TagClassName
{
border-color: #D04F77;
}
</style>