Shades of Cranberry #D15583
Tints of Cranberry #D15583
RGB
CMYK
RGB Variations
Color information
#D15583 (or 0xD15583) is known color: Cranberry. HEX triplet: D1, 55 and 83. RGB value is (209,85,131). Sum of RGB (Red+Green+Blue) = 209+85+131=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D15583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15583 is #2EAA7C. Grayscale: #7F7F7F. Windows color (decimal): -3058301 or 8607185. OLE color: 8607185.
HSL color Cylindrical-coordinate representation of color #D15583: hue angle of 337.74º 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 #D15583 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 131 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.18 |
| HSL | 337.74º | 0.57% | 0.58% | - |
| HSV(B) | 337.74º | 0.59% | 0.82% | - |
| XYZ | 33.64 | 21.69 | 23.89 | - |
| YUV | 127.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 131 | 0 | 0.59 | 0.37 | 0.18 | 337.74 | 0.57 | 0.58 |
| Hex | D1 | 55 | 83 | 0 | 3B | 25 | 12 | 152 | 39 | 3A |
| Octal | 321 | 125 | 203 | 0 | 73 | 45 | 22 | 522 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10000011 | 0 | 111011 | 100101 | 10010 | 101010010 | 111001 | 111010 |
Color Harmonies of #D15583
Complementary color
Monochromatic Colors of #D15583
Black with #D15583
Text Example
Text Example
White with #D15583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15583; }
p { color: rgb(209,85,131); }
H1.HeaderClassName
{
color: #D15583;
}
.AnyTagClassName
{
color: #D15583;
}
</style>
background-color css
<style>
a { background-color: #D15583; }
a { background-color: rgb(209,85,131); }
div.DivClassName
{
background-color: #D15583;
}
.BgClassName
{
background-color: #D15583;
}
</style>
border-color css
<style>
span { border-color: #D15583; }
span { border-color: rgb(209,85,131); }
td.TdClassName
{
border-color: #D15583;
}
.TagClassName
{
border-color: #D15583;
}
</style>