Shades of Cranberry #D04A7C
Tints of Cranberry #D04A7C
RGB
CMYK
RGB Variations
Color information
#D04A7C (or 0xD04A7C) is known color: Cranberry. HEX triplet: D0, 4A and 7C. RGB value is (208,74,124). Sum of RGB (Red+Green+Blue) = 208+74+124=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A7C is #2FB583. Grayscale: #777777. Windows color (decimal): -3126660 or 8145616. OLE color: 8145616.
HSL color Cylindrical-coordinate representation of color #D04A7C: hue angle of 337.61º 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 #D04A7C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 124 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.18 |
| HSL | 337.61º | 0.59% | 0.55% | - |
| HSV(B) | 337.61º | 0.64% | 0.82% | - |
| XYZ | 32.1 | 19.76 | 21.19 | - |
| YUV | 119.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 124 | 0 | 0.64 | 0.40 | 0.18 | 337.61 | 0.59 | 0.55 |
| Hex | D0 | 4A | 7C | 0 | 40 | 28 | 12 | 152 | 3B | 37 |
| Octal | 320 | 112 | 174 | 0 | 100 | 50 | 22 | 522 | 73 | 67 |
| Binary | 11010000 | 1001010 | 1111100 | 0 | 1000000 | 101000 | 10010 | 101010010 | 111011 | 110111 |
Color Harmonies of #D04A7C
Complementary color
Monochromatic Colors of #D04A7C
Black with #D04A7C
Text Example
Text Example
White with #D04A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A7C; }
p { color: rgb(208,74,124); }
H1.HeaderClassName
{
color: #D04A7C;
}
.AnyTagClassName
{
color: #D04A7C;
}
</style>
background-color css
<style>
a { background-color: #D04A7C; }
a { background-color: rgb(208,74,124); }
div.DivClassName
{
background-color: #D04A7C;
}
.BgClassName
{
background-color: #D04A7C;
}
</style>
border-color css
<style>
span { border-color: #D04A7C; }
span { border-color: rgb(208,74,124); }
td.TdClassName
{
border-color: #D04A7C;
}
.TagClassName
{
border-color: #D04A7C;
}
</style>