Shades of Cranberry #D0477B
Tints of Cranberry #D0477B
RGB
CMYK
RGB Variations
Color information
#D0477B (or 0xD0477B) is known color: Cranberry. HEX triplet: D0, 47 and 7B. RGB value is (208,71,123). Sum of RGB (Red+Green+Blue) = 208+71+123=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0477B is #2FB884. Grayscale: #757575. Windows color (decimal): -3127429 or 8079312. OLE color: 8079312.
HSL color Cylindrical-coordinate representation of color #D0477B: hue angle of 337.23º 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 #D0477B is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 123 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.18 |
| HSL | 337.23º | 0.59% | 0.55% | - |
| HSV(B) | 337.23º | 0.66% | 0.82% | - |
| XYZ | 31.84 | 19.35 | 20.79 | - |
| YUV | 117.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 123 | 0 | 0.66 | 0.41 | 0.18 | 337.23 | 0.59 | 0.55 |
| Hex | D0 | 47 | 7B | 0 | 42 | 29 | 12 | 151 | 3B | 37 |
| Octal | 320 | 107 | 173 | 0 | 102 | 51 | 22 | 521 | 73 | 67 |
| Binary | 11010000 | 1000111 | 1111011 | 0 | 1000010 | 101001 | 10010 | 101010001 | 111011 | 110111 |
Color Harmonies of #D0477B
Complementary color
Monochromatic Colors of #D0477B
Black with #D0477B
Text Example
Text Example
White with #D0477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0477B; }
p { color: rgb(208,71,123); }
H1.HeaderClassName
{
color: #D0477B;
}
.AnyTagClassName
{
color: #D0477B;
}
</style>
background-color css
<style>
a { background-color: #D0477B; }
a { background-color: rgb(208,71,123); }
div.DivClassName
{
background-color: #D0477B;
}
.BgClassName
{
background-color: #D0477B;
}
</style>
border-color css
<style>
span { border-color: #D0477B; }
span { border-color: rgb(208,71,123); }
td.TdClassName
{
border-color: #D0477B;
}
.TagClassName
{
border-color: #D0477B;
}
</style>