Shades of Cranberry #D15576
Tints of Cranberry #D15576
RGB
CMYK
RGB Variations
Color information
#D15576 (or 0xD15576) is known color: Cranberry. HEX triplet: D1, 55 and 76. RGB value is (209,85,118). Sum of RGB (Red+Green+Blue) = 209+85+118=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D15576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15576 is #2EAA89. Grayscale: #7D7D7D. Windows color (decimal): -3058314 or 7755217. OLE color: 7755217.
HSL color Cylindrical-coordinate representation of color #D15576: hue angle of 344.03º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15576 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 118 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.18 |
| HSL | 344.03º | 0.57% | 0.58% | - |
| HSV(B) | 344.03º | 0.59% | 0.82% | - |
| XYZ | 32.81 | 21.36 | 19.53 | - |
| YUV | 125.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 118 | 0 | 0.59 | 0.44 | 0.18 | 344.03 | 0.57 | 0.58 |
| Hex | D1 | 55 | 76 | 0 | 3B | 2C | 12 | 158 | 39 | 3A |
| Octal | 321 | 125 | 166 | 0 | 73 | 54 | 22 | 530 | 71 | 72 |
| Binary | 11010001 | 1010101 | 1110110 | 0 | 111011 | 101100 | 10010 | 101011000 | 111001 | 111010 |
Color Harmonies of #D15576
Complementary color
Monochromatic Colors of #D15576
Black with #D15576
Text Example
Text Example
White with #D15576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15576; }
p { color: rgb(209,85,118); }
H1.HeaderClassName
{
color: #D15576;
}
.AnyTagClassName
{
color: #D15576;
}
</style>
background-color css
<style>
a { background-color: #D15576; }
a { background-color: rgb(209,85,118); }
div.DivClassName
{
background-color: #D15576;
}
.BgClassName
{
background-color: #D15576;
}
</style>
border-color css
<style>
span { border-color: #D15576; }
span { border-color: rgb(209,85,118); }
td.TdClassName
{
border-color: #D15576;
}
.TagClassName
{
border-color: #D15576;
}
</style>