Shades of Cranberry #D0477C
Tints of Cranberry #D0477C
RGB
CMYK
RGB Variations
Color information
#D0477C (or 0xD0477C) is known color: Cranberry. HEX triplet: D0, 47 and 7C. RGB value is (208,71,124). Sum of RGB (Red+Green+Blue) = 208+71+124=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0477C is #2FB883. Grayscale: #757575. Windows color (decimal): -3127428 or 8144848. OLE color: 8144848.
HSL color Cylindrical-coordinate representation of color #D0477C: hue angle of 336.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0477C is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 124 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.18 |
| HSL | 336.79º | 0.59% | 0.55% | - |
| HSV(B) | 336.79º | 0.66% | 0.82% | - |
| XYZ | 31.9 | 19.37 | 21.13 | - |
| YUV | 118.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 124 | 0 | 0.66 | 0.40 | 0.18 | 336.79 | 0.59 | 0.55 |
| Hex | D0 | 47 | 7C | 0 | 42 | 28 | 12 | 151 | 3B | 37 |
| Octal | 320 | 107 | 174 | 0 | 102 | 50 | 22 | 521 | 73 | 67 |
| Binary | 11010000 | 1000111 | 1111100 | 0 | 1000010 | 101000 | 10010 | 101010001 | 111011 | 110111 |
Color Harmonies of #D0477C
Complementary color
Monochromatic Colors of #D0477C
Black with #D0477C
Text Example
Text Example
White with #D0477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0477C; }
p { color: rgb(208,71,124); }
H1.HeaderClassName
{
color: #D0477C;
}
.AnyTagClassName
{
color: #D0477C;
}
</style>
background-color css
<style>
a { background-color: #D0477C; }
a { background-color: rgb(208,71,124); }
div.DivClassName
{
background-color: #D0477C;
}
.BgClassName
{
background-color: #D0477C;
}
</style>
border-color css
<style>
span { border-color: #D0477C; }
span { border-color: rgb(208,71,124); }
td.TdClassName
{
border-color: #D0477C;
}
.TagClassName
{
border-color: #D0477C;
}
</style>