Shades of Hopbush #D75A92
Tints of Hopbush #D75A92
RGB
CMYK
RGB Variations
Color information
#D75A92 (or 0xD75A92) is known color: Hopbush. HEX triplet: D7, 5A and 92. RGB value is (215,90,146). Sum of RGB (Red+Green+Blue) = 215+90+146=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75A92 is #28A56D. Grayscale: #858585. Windows color (decimal): -2663790 or 9591511. OLE color: 9591511.
HSL color Cylindrical-coordinate representation of color #D75A92: hue angle of 333.12º 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 #D75A92 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 146 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.16 |
| HSL | 333.12º | 0.61% | 0.6% | - |
| HSV(B) | 333.12º | 0.58% | 0.84% | - |
| XYZ | 36.87 | 23.83 | 29.85 | - |
| YUV | 133.76 | 134.91 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 146 | 0 | 0.58 | 0.32 | 0.16 | 333.12 | 0.61 | 0.6 |
| Hex | D7 | 5A | 92 | 0 | 3A | 20 | 10 | 14D | 3D | 3C |
| Octal | 327 | 132 | 222 | 0 | 72 | 40 | 20 | 515 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10010010 | 0 | 111010 | 100000 | 10000 | 101001101 | 111101 | 111100 |
Color Harmonies of #D75A92
Complementary color
Monochromatic Colors of #D75A92
Black with #D75A92
Text Example
Text Example
White with #D75A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A92; }
p { color: rgb(215,90,146); }
H1.HeaderClassName
{
color: #D75A92;
}
.AnyTagClassName
{
color: #D75A92;
}
</style>
background-color css
<style>
a { background-color: #D75A92; }
a { background-color: rgb(215,90,146); }
div.DivClassName
{
background-color: #D75A92;
}
.BgClassName
{
background-color: #D75A92;
}
</style>
border-color css
<style>
span { border-color: #D75A92; }
span { border-color: rgb(215,90,146); }
td.TdClassName
{
border-color: #D75A92;
}
.TagClassName
{
border-color: #D75A92;
}
</style>