Shades of Cranberry #D0557D
Tints of Cranberry #D0557D
RGB
CMYK
RGB Variations
Color information
#D0557D (or 0xD0557D) is known color: Cranberry. HEX triplet: D0, 55 and 7D. RGB value is (208,85,125). Sum of RGB (Red+Green+Blue) = 208+85+125=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0557D is #2FAA82. Grayscale: #7E7E7E. Windows color (decimal): -3123843 or 8213968. OLE color: 8213968.
HSL color Cylindrical-coordinate representation of color #D0557D: hue angle of 340.49º 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 #D0557D is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 125 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.18 |
| HSL | 340.49º | 0.57% | 0.57% | - |
| HSV(B) | 340.49º | 0.59% | 0.82% | - |
| XYZ | 32.96 | 21.39 | 21.79 | - |
| YUV | 126.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 125 | 0 | 0.59 | 0.40 | 0.18 | 340.49 | 0.57 | 0.57 |
| Hex | D0 | 55 | 7D | 0 | 3B | 28 | 12 | 154 | 39 | 39 |
| Octal | 320 | 125 | 175 | 0 | 73 | 50 | 22 | 524 | 71 | 71 |
| Binary | 11010000 | 1010101 | 1111101 | 0 | 111011 | 101000 | 10010 | 101010100 | 111001 | 111001 |
Color Harmonies of #D0557D
Complementary color
Monochromatic Colors of #D0557D
Black with #D0557D
Text Example
Text Example
White with #D0557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0557D; }
p { color: rgb(208,85,125); }
H1.HeaderClassName
{
color: #D0557D;
}
.AnyTagClassName
{
color: #D0557D;
}
</style>
background-color css
<style>
a { background-color: #D0557D; }
a { background-color: rgb(208,85,125); }
div.DivClassName
{
background-color: #D0557D;
}
.BgClassName
{
background-color: #D0557D;
}
</style>
border-color css
<style>
span { border-color: #D0557D; }
span { border-color: rgb(208,85,125); }
td.TdClassName
{
border-color: #D0557D;
}
.TagClassName
{
border-color: #D0557D;
}
</style>