Shades of Cranberry #D0557C
Tints of Cranberry #D0557C
RGB
CMYK
RGB Variations
Color information
#D0557C (or 0xD0557C) is known color: Cranberry. HEX triplet: D0, 55 and 7C. RGB value is (208,85,124). Sum of RGB (Red+Green+Blue) = 208+85+124=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0557C is #2FAA83. Grayscale: #7E7E7E. Windows color (decimal): -3123844 or 8148432. OLE color: 8148432.
HSL color Cylindrical-coordinate representation of color #D0557C: hue angle of 340.98º 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 #D0557C is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 124 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.18 |
| HSL | 340.98º | 0.57% | 0.57% | - |
| HSV(B) | 340.98º | 0.59% | 0.82% | - |
| XYZ | 32.9 | 21.36 | 21.46 | - |
| YUV | 126.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 124 | 0 | 0.59 | 0.40 | 0.18 | 340.98 | 0.57 | 0.57 |
| Hex | D0 | 55 | 7C | 0 | 3B | 28 | 12 | 155 | 39 | 39 |
| Octal | 320 | 125 | 174 | 0 | 73 | 50 | 22 | 525 | 71 | 71 |
| Binary | 11010000 | 1010101 | 1111100 | 0 | 111011 | 101000 | 10010 | 101010101 | 111001 | 111001 |
Color Harmonies of #D0557C
Complementary color
Monochromatic Colors of #D0557C
Black with #D0557C
Text Example
Text Example
White with #D0557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0557C; }
p { color: rgb(208,85,124); }
H1.HeaderClassName
{
color: #D0557C;
}
.AnyTagClassName
{
color: #D0557C;
}
</style>
background-color css
<style>
a { background-color: #D0557C; }
a { background-color: rgb(208,85,124); }
div.DivClassName
{
background-color: #D0557C;
}
.BgClassName
{
background-color: #D0557C;
}
</style>
border-color css
<style>
span { border-color: #D0557C; }
span { border-color: rgb(208,85,124); }
td.TdClassName
{
border-color: #D0557C;
}
.TagClassName
{
border-color: #D0557C;
}
</style>