Shades of Cranberry #D75A87
Tints of Cranberry #D75A87
RGB
CMYK
RGB Variations
Color information
#D75A87 (or 0xD75A87) is known color: Cranberry. HEX triplet: D7, 5A and 87. RGB value is (215,90,135). Sum of RGB (Red+Green+Blue) = 215+90+135=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75A87 is #28A578. Grayscale: #848484. Windows color (decimal): -2663801 or 8870615. OLE color: 8870615.
HSL color Cylindrical-coordinate representation of color #D75A87: hue angle of 338.4º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75A87 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 135 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.16 |
| HSL | 338.4º | 0.61% | 0.6% | - |
| HSV(B) | 338.4º | 0.58% | 0.84% | - |
| XYZ | 36.05 | 23.51 | 25.56 | - |
| YUV | 132.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 135 | 0 | 0.58 | 0.37 | 0.16 | 338.4 | 0.61 | 0.6 |
| Hex | D7 | 5A | 87 | 0 | 3A | 25 | 10 | 152 | 3D | 3C |
| Octal | 327 | 132 | 207 | 0 | 72 | 45 | 20 | 522 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10000111 | 0 | 111010 | 100101 | 10000 | 101010010 | 111101 | 111100 |
Color Harmonies of #D75A87
Complementary color
Monochromatic Colors of #D75A87
Black with #D75A87
Text Example
Text Example
White with #D75A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A87; }
p { color: rgb(215,90,135); }
H1.HeaderClassName
{
color: #D75A87;
}
.AnyTagClassName
{
color: #D75A87;
}
</style>
background-color css
<style>
a { background-color: #D75A87; }
a { background-color: rgb(215,90,135); }
div.DivClassName
{
background-color: #D75A87;
}
.BgClassName
{
background-color: #D75A87;
}
</style>
border-color css
<style>
span { border-color: #D75A87; }
span { border-color: rgb(215,90,135); }
td.TdClassName
{
border-color: #D75A87;
}
.TagClassName
{
border-color: #D75A87;
}
</style>