Shades of Cranberry #D04A79
Tints of Cranberry #D04A79
RGB
CMYK
RGB Variations
Color information
#D04A79 (or 0xD04A79) is known color: Cranberry. HEX triplet: D0, 4A and 79. RGB value is (208,74,121). Sum of RGB (Red+Green+Blue) = 208+74+121=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A79 is #2FB586. Grayscale: #777777. Windows color (decimal): -3126663 or 7949008. OLE color: 7949008.
HSL color Cylindrical-coordinate representation of color #D04A79: hue angle of 338.96º 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 #D04A79 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 121 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.18 |
| HSL | 338.96º | 0.59% | 0.55% | - |
| HSV(B) | 338.96º | 0.64% | 0.82% | - |
| XYZ | 31.91 | 19.69 | 20.21 | - |
| YUV | 119.42 | 128.89 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 121 | 0 | 0.64 | 0.42 | 0.18 | 338.96 | 0.59 | 0.55 |
| Hex | D0 | 4A | 79 | 0 | 40 | 2A | 12 | 153 | 3B | 37 |
| Octal | 320 | 112 | 171 | 0 | 100 | 52 | 22 | 523 | 73 | 67 |
| Binary | 11010000 | 1001010 | 1111001 | 0 | 1000000 | 101010 | 10010 | 101010011 | 111011 | 110111 |
Color Harmonies of #D04A79
Complementary color
Monochromatic Colors of #D04A79
Black with #D04A79
Text Example
Text Example
White with #D04A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A79; }
p { color: rgb(208,74,121); }
H1.HeaderClassName
{
color: #D04A79;
}
.AnyTagClassName
{
color: #D04A79;
}
</style>
background-color css
<style>
a { background-color: #D04A79; }
a { background-color: rgb(208,74,121); }
div.DivClassName
{
background-color: #D04A79;
}
.BgClassName
{
background-color: #D04A79;
}
</style>
border-color css
<style>
span { border-color: #D04A79; }
span { border-color: rgb(208,74,121); }
td.TdClassName
{
border-color: #D04A79;
}
.TagClassName
{
border-color: #D04A79;
}
</style>