Shades of Hopbush #D75997
Tints of Hopbush #D75997
RGB
CMYK
RGB Variations
Color information
#D75997 (or 0xD75997) is known color: Hopbush. HEX triplet: D7, 59 and 97. RGB value is (215,89,151). Sum of RGB (Red+Green+Blue) = 215+89+151=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D75997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75997 is #28A668. Grayscale: #858585. Windows color (decimal): -2664041 or 9918935. OLE color: 9918935.
HSL color Cylindrical-coordinate representation of color #D75997: hue angle of 330.48º 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 #D75997 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 151 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.16 |
| HSL | 330.48º | 0.61% | 0.6% | - |
| HSV(B) | 330.48º | 0.59% | 0.84% | - |
| XYZ | 37.18 | 23.83 | 31.92 | - |
| YUV | 133.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 151 | 0 | 0.59 | 0.30 | 0.16 | 330.48 | 0.61 | 0.6 |
| Hex | D7 | 59 | 97 | 0 | 3B | 1E | 10 | 14A | 3D | 3C |
| Octal | 327 | 131 | 227 | 0 | 73 | 36 | 20 | 512 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10010111 | 0 | 111011 | 11110 | 10000 | 101001010 | 111101 | 111100 |
Color Harmonies of #D75997
Complementary color
Monochromatic Colors of #D75997
Black with #D75997
Text Example
Text Example
White with #D75997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75997; }
p { color: rgb(215,89,151); }
H1.HeaderClassName
{
color: #D75997;
}
.AnyTagClassName
{
color: #D75997;
}
</style>
background-color css
<style>
a { background-color: #D75997; }
a { background-color: rgb(215,89,151); }
div.DivClassName
{
background-color: #D75997;
}
.BgClassName
{
background-color: #D75997;
}
</style>
border-color css
<style>
span { border-color: #D75997; }
span { border-color: rgb(215,89,151); }
td.TdClassName
{
border-color: #D75997;
}
.TagClassName
{
border-color: #D75997;
}
</style>