Shades of Cranberry #D0557E
Tints of Cranberry #D0557E
RGB
CMYK
RGB Variations
Color information
#D0557E (or 0xD0557E) is known color: Cranberry. HEX triplet: D0, 55 and 7E. RGB value is (208,85,126). Sum of RGB (Red+Green+Blue) = 208+85+126=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0557E is #2FAA81. Grayscale: #7E7E7E. Windows color (decimal): -3123842 or 8279504. OLE color: 8279504.
HSL color Cylindrical-coordinate representation of color #D0557E: hue angle of 340º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0557E is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 126 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.18 |
| HSL | 340º | 0.57% | 0.57% | - |
| HSV(B) | 340º | 0.59% | 0.82% | - |
| XYZ | 33.03 | 21.41 | 22.13 | - |
| YUV | 126.45 | 127.75 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 126 | 0 | 0.59 | 0.39 | 0.18 | 340 | 0.57 | 0.57 |
| Hex | D0 | 55 | 7E | 0 | 3B | 27 | 12 | 154 | 39 | 39 |
| Octal | 320 | 125 | 176 | 0 | 73 | 47 | 22 | 524 | 71 | 71 |
| Binary | 11010000 | 1010101 | 1111110 | 0 | 111011 | 100111 | 10010 | 101010100 | 111001 | 111001 |
Color Harmonies of #D0557E
Complementary color
Monochromatic Colors of #D0557E
Black with #D0557E
Text Example
Text Example
White with #D0557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0557E; }
p { color: rgb(208,85,126); }
H1.HeaderClassName
{
color: #D0557E;
}
.AnyTagClassName
{
color: #D0557E;
}
</style>
background-color css
<style>
a { background-color: #D0557E; }
a { background-color: rgb(208,85,126); }
div.DivClassName
{
background-color: #D0557E;
}
.BgClassName
{
background-color: #D0557E;
}
</style>
border-color css
<style>
span { border-color: #D0557E; }
span { border-color: rgb(208,85,126); }
td.TdClassName
{
border-color: #D0557E;
}
.TagClassName
{
border-color: #D0557E;
}
</style>