Shades of Cranberry #D04A78
Tints of Cranberry #D04A78
RGB
CMYK
RGB Variations
Color information
#D04A78 (or 0xD04A78) is known color: Cranberry. HEX triplet: D0, 4A and 78. RGB value is (208,74,120). Sum of RGB (Red+Green+Blue) = 208+74+120=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A78 is #2FB587. Grayscale: #777777. Windows color (decimal): -3126664 or 7883472. OLE color: 7883472.
HSL color Cylindrical-coordinate representation of color #D04A78: hue angle of 339.4º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04A78 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 120 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.18 |
| HSL | 339.4º | 0.59% | 0.55% | - |
| HSV(B) | 339.4º | 0.64% | 0.82% | - |
| XYZ | 31.85 | 19.66 | 19.89 | - |
| YUV | 119.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 120 | 0 | 0.64 | 0.42 | 0.18 | 339.4 | 0.59 | 0.55 |
| Hex | D0 | 4A | 78 | 0 | 40 | 2A | 12 | 153 | 3B | 37 |
| Octal | 320 | 112 | 170 | 0 | 100 | 52 | 22 | 523 | 73 | 67 |
| Binary | 11010000 | 1001010 | 1111000 | 0 | 1000000 | 101010 | 10010 | 101010011 | 111011 | 110111 |
Color Harmonies of #D04A78
Complementary color
Monochromatic Colors of #D04A78
Black with #D04A78
Text Example
Text Example
White with #D04A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A78; }
p { color: rgb(208,74,120); }
H1.HeaderClassName
{
color: #D04A78;
}
.AnyTagClassName
{
color: #D04A78;
}
</style>
background-color css
<style>
a { background-color: #D04A78; }
a { background-color: rgb(208,74,120); }
div.DivClassName
{
background-color: #D04A78;
}
.BgClassName
{
background-color: #D04A78;
}
</style>
border-color css
<style>
span { border-color: #D04A78; }
span { border-color: rgb(208,74,120); }
td.TdClassName
{
border-color: #D04A78;
}
.TagClassName
{
border-color: #D04A78;
}
</style>