Shades of Cranberry #D04B7C
Tints of Cranberry #D04B7C
RGB
CMYK
RGB Variations
Color information
#D04B7C (or 0xD04B7C) is known color: Cranberry. HEX triplet: D0, 4B and 7C. RGB value is (208,75,124). Sum of RGB (Red+Green+Blue) = 208+75+124=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04B7C is #2FB483. Grayscale: #787878. Windows color (decimal): -3126404 or 8145872. OLE color: 8145872.
HSL color Cylindrical-coordinate representation of color #D04B7C: hue angle of 337.89º 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 #D04B7C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 124 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.18 |
| HSL | 337.89º | 0.59% | 0.55% | - |
| HSV(B) | 337.89º | 0.64% | 0.82% | - |
| XYZ | 32.17 | 19.9 | 21.21 | - |
| YUV | 120.35 | 130.06 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 124 | 0 | 0.64 | 0.40 | 0.18 | 337.89 | 0.59 | 0.55 |
| Hex | D0 | 4B | 7C | 0 | 40 | 28 | 12 | 152 | 3B | 37 |
| Octal | 320 | 113 | 174 | 0 | 100 | 50 | 22 | 522 | 73 | 67 |
| Binary | 11010000 | 1001011 | 1111100 | 0 | 1000000 | 101000 | 10010 | 101010010 | 111011 | 110111 |
Color Harmonies of #D04B7C
Complementary color
Monochromatic Colors of #D04B7C
Black with #D04B7C
Text Example
Text Example
White with #D04B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04B7C; }
p { color: rgb(208,75,124); }
H1.HeaderClassName
{
color: #D04B7C;
}
.AnyTagClassName
{
color: #D04B7C;
}
</style>
background-color css
<style>
a { background-color: #D04B7C; }
a { background-color: rgb(208,75,124); }
div.DivClassName
{
background-color: #D04B7C;
}
.BgClassName
{
background-color: #D04B7C;
}
</style>
border-color css
<style>
span { border-color: #D04B7C; }
span { border-color: rgb(208,75,124); }
td.TdClassName
{
border-color: #D04B7C;
}
.TagClassName
{
border-color: #D04B7C;
}
</style>