Shades of Cranberry #D04E76
Tints of Cranberry #D04E76
RGB
CMYK
RGB Variations
Color information
#D04E76 (or 0xD04E76) is known color: Cranberry. HEX triplet: D0, 4E and 76. RGB value is (208,78,118). Sum of RGB (Red+Green+Blue) = 208+78+118=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E76 is #2FB189. Grayscale: #797979. Windows color (decimal): -3125642 or 7753424. OLE color: 7753424.
HSL color Cylindrical-coordinate representation of color #D04E76: hue angle of 341.54º 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 #D04E76 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 118 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.18 |
| HSL | 341.54º | 0.58% | 0.56% | - |
| HSV(B) | 341.54º | 0.63% | 0.82% | - |
| XYZ | 32.01 | 20.17 | 19.35 | - |
| YUV | 121.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 118 | 0 | 0.62 | 0.43 | 0.18 | 341.54 | 0.58 | 0.56 |
| Hex | D0 | 4E | 76 | 0 | 3E | 2B | 12 | 156 | 3A | 38 |
| Octal | 320 | 116 | 166 | 0 | 76 | 53 | 22 | 526 | 72 | 70 |
| Binary | 11010000 | 1001110 | 1110110 | 0 | 111110 | 101011 | 10010 | 101010110 | 111010 | 111000 |
Color Harmonies of #D04E76
Complementary color
Monochromatic Colors of #D04E76
Black with #D04E76
Text Example
Text Example
White with #D04E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E76; }
p { color: rgb(208,78,118); }
H1.HeaderClassName
{
color: #D04E76;
}
.AnyTagClassName
{
color: #D04E76;
}
</style>
background-color css
<style>
a { background-color: #D04E76; }
a { background-color: rgb(208,78,118); }
div.DivClassName
{
background-color: #D04E76;
}
.BgClassName
{
background-color: #D04E76;
}
</style>
border-color css
<style>
span { border-color: #D04E76; }
span { border-color: rgb(208,78,118); }
td.TdClassName
{
border-color: #D04E76;
}
.TagClassName
{
border-color: #D04E76;
}
</style>