Shades of Cranberry #D0537D
Tints of Cranberry #D0537D
RGB
CMYK
RGB Variations
Color information
#D0537D (or 0xD0537D) is known color: Cranberry. HEX triplet: D0, 53 and 7D. RGB value is (208,83,125). Sum of RGB (Red+Green+Blue) = 208+83+125=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0537D is #2FAC82. Grayscale: #7D7D7D. Windows color (decimal): -3124355 or 8213456. OLE color: 8213456.
HSL color Cylindrical-coordinate representation of color #D0537D: hue angle of 339.84º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0537D is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 125 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.18 |
| HSL | 339.84º | 0.57% | 0.57% | - |
| HSV(B) | 339.84º | 0.6% | 0.82% | - |
| XYZ | 32.81 | 21.08 | 21.74 | - |
| YUV | 125.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 125 | 0 | 0.60 | 0.40 | 0.18 | 339.84 | 0.57 | 0.57 |
| Hex | D0 | 53 | 7D | 0 | 3C | 28 | 12 | 154 | 39 | 39 |
| Octal | 320 | 123 | 175 | 0 | 74 | 50 | 22 | 524 | 71 | 71 |
| Binary | 11010000 | 1010011 | 1111101 | 0 | 111100 | 101000 | 10010 | 101010100 | 111001 | 111001 |
Color Harmonies of #D0537D
Complementary color
Monochromatic Colors of #D0537D
Black with #D0537D
Text Example
Text Example
White with #D0537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0537D; }
p { color: rgb(208,83,125); }
H1.HeaderClassName
{
color: #D0537D;
}
.AnyTagClassName
{
color: #D0537D;
}
</style>
background-color css
<style>
a { background-color: #D0537D; }
a { background-color: rgb(208,83,125); }
div.DivClassName
{
background-color: #D0537D;
}
.BgClassName
{
background-color: #D0537D;
}
</style>
border-color css
<style>
span { border-color: #D0537D; }
span { border-color: rgb(208,83,125); }
td.TdClassName
{
border-color: #D0537D;
}
.TagClassName
{
border-color: #D0537D;
}
</style>