Shades of Cranberry #D75986
Tints of Cranberry #D75986
RGB
CMYK
RGB Variations
Color information
#D75986 (or 0xD75986) is known color: Cranberry. HEX triplet: D7, 59 and 86. RGB value is (215,89,134). Sum of RGB (Red+Green+Blue) = 215+89+134=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D75986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75986 is #28A679. Grayscale: #838383. Windows color (decimal): -2664058 or 8804823. OLE color: 8804823.
HSL color Cylindrical-coordinate representation of color #D75986: hue angle of 338.57º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75986 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 134 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.16 |
| HSL | 338.57º | 0.61% | 0.6% | - |
| HSV(B) | 338.57º | 0.59% | 0.84% | - |
| XYZ | 35.9 | 23.31 | 25.16 | - |
| YUV | 131.8 | 129.24 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 134 | 0 | 0.59 | 0.38 | 0.16 | 338.57 | 0.61 | 0.6 |
| Hex | D7 | 59 | 86 | 0 | 3B | 26 | 10 | 153 | 3D | 3C |
| Octal | 327 | 131 | 206 | 0 | 73 | 46 | 20 | 523 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10000110 | 0 | 111011 | 100110 | 10000 | 101010011 | 111101 | 111100 |
Color Harmonies of #D75986
Complementary color
Monochromatic Colors of #D75986
Black with #D75986
Text Example
Text Example
White with #D75986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75986; }
p { color: rgb(215,89,134); }
H1.HeaderClassName
{
color: #D75986;
}
.AnyTagClassName
{
color: #D75986;
}
</style>
background-color css
<style>
a { background-color: #D75986; }
a { background-color: rgb(215,89,134); }
div.DivClassName
{
background-color: #D75986;
}
.BgClassName
{
background-color: #D75986;
}
</style>
border-color css
<style>
span { border-color: #D75986; }
span { border-color: rgb(215,89,134); }
td.TdClassName
{
border-color: #D75986;
}
.TagClassName
{
border-color: #D75986;
}
</style>