Shades of Cranberry #D15A87
Tints of Cranberry #D15A87
RGB
CMYK
RGB Variations
Color information
#D15A87 (or 0xD15A87) is known color: Cranberry. HEX triplet: D1, 5A and 87. RGB value is (209,90,135). Sum of RGB (Red+Green+Blue) = 209+90+135=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15A87 is #2EA578. Grayscale: #828282. Windows color (decimal): -3057017 or 8870609. OLE color: 8870609.
HSL color Cylindrical-coordinate representation of color #D15A87: hue angle of 337.31º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15A87 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 135 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.18 |
| HSL | 337.31º | 0.56% | 0.59% | - |
| HSV(B) | 337.31º | 0.57% | 0.82% | - |
| XYZ | 34.32 | 22.62 | 25.48 | - |
| YUV | 130.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 135 | 0 | 0.57 | 0.35 | 0.18 | 337.31 | 0.56 | 0.59 |
| Hex | D1 | 5A | 87 | 0 | 39 | 23 | 12 | 151 | 38 | 3B |
| Octal | 321 | 132 | 207 | 0 | 71 | 43 | 22 | 521 | 70 | 73 |
| Binary | 11010001 | 1011010 | 10000111 | 0 | 111001 | 100011 | 10010 | 101010001 | 111000 | 111011 |
Color Harmonies of #D15A87
Complementary color
Monochromatic Colors of #D15A87
Black with #D15A87
Text Example
Text Example
White with #D15A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15A87; }
p { color: rgb(209,90,135); }
H1.HeaderClassName
{
color: #D15A87;
}
.AnyTagClassName
{
color: #D15A87;
}
</style>
background-color css
<style>
a { background-color: #D15A87; }
a { background-color: rgb(209,90,135); }
div.DivClassName
{
background-color: #D15A87;
}
.BgClassName
{
background-color: #D15A87;
}
</style>
border-color css
<style>
span { border-color: #D15A87; }
span { border-color: rgb(209,90,135); }
td.TdClassName
{
border-color: #D15A87;
}
.TagClassName
{
border-color: #D15A87;
}
</style>