Shades of Cranberry #D04C78
Tints of Cranberry #D04C78
RGB
CMYK
RGB Variations
Color information
#D04C78 (or 0xD04C78) is known color: Cranberry. HEX triplet: D0, 4C and 78. RGB value is (208,76,120). Sum of RGB (Red+Green+Blue) = 208+76+120=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C78 is #2FB387. Grayscale: #787878. Windows color (decimal): -3126152 or 7883984. OLE color: 7883984.
HSL color Cylindrical-coordinate representation of color #D04C78: hue angle of 340º 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 #D04C78 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 120 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.18 |
| HSL | 340º | 0.58% | 0.56% | - |
| HSV(B) | 340º | 0.63% | 0.82% | - |
| XYZ | 31.99 | 19.93 | 19.93 | - |
| YUV | 120.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 120 | 0 | 0.63 | 0.42 | 0.18 | 340 | 0.58 | 0.56 |
| Hex | D0 | 4C | 78 | 0 | 3F | 2A | 12 | 154 | 3A | 38 |
| Octal | 320 | 114 | 170 | 0 | 77 | 52 | 22 | 524 | 72 | 70 |
| Binary | 11010000 | 1001100 | 1111000 | 0 | 111111 | 101010 | 10010 | 101010100 | 111010 | 111000 |
Color Harmonies of #D04C78
Complementary color
Monochromatic Colors of #D04C78
Black with #D04C78
Text Example
Text Example
White with #D04C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C78; }
p { color: rgb(208,76,120); }
H1.HeaderClassName
{
color: #D04C78;
}
.AnyTagClassName
{
color: #D04C78;
}
</style>
background-color css
<style>
a { background-color: #D04C78; }
a { background-color: rgb(208,76,120); }
div.DivClassName
{
background-color: #D04C78;
}
.BgClassName
{
background-color: #D04C78;
}
</style>
border-color css
<style>
span { border-color: #D04C78; }
span { border-color: rgb(208,76,120); }
td.TdClassName
{
border-color: #D04C78;
}
.TagClassName
{
border-color: #D04C78;
}
</style>