Shades of Hopbush #D75A8E
Tints of Hopbush #D75A8E
RGB
CMYK
RGB Variations
Color information
#D75A8E (or 0xD75A8E) is known color: Hopbush. HEX triplet: D7, 5A and 8E. RGB value is (215,90,142). Sum of RGB (Red+Green+Blue) = 215+90+142=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75A8E is #28A571. Grayscale: #858585. Windows color (decimal): -2663794 or 9329367. OLE color: 9329367.
HSL color Cylindrical-coordinate representation of color #D75A8E: hue angle of 335.04º 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 #D75A8E is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 142 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.16 |
| HSL | 335.04º | 0.61% | 0.6% | - |
| HSV(B) | 335.04º | 0.58% | 0.84% | - |
| XYZ | 36.56 | 23.71 | 28.24 | - |
| YUV | 133.3 | 132.91 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 142 | 0 | 0.58 | 0.34 | 0.16 | 335.04 | 0.61 | 0.6 |
| Hex | D7 | 5A | 8E | 0 | 3A | 22 | 10 | 14F | 3D | 3C |
| Octal | 327 | 132 | 216 | 0 | 72 | 42 | 20 | 517 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10001110 | 0 | 111010 | 100010 | 10000 | 101001111 | 111101 | 111100 |
Color Harmonies of #D75A8E
Complementary color
Monochromatic Colors of #D75A8E
Black with #D75A8E
Text Example
Text Example
White with #D75A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A8E; }
p { color: rgb(215,90,142); }
H1.HeaderClassName
{
color: #D75A8E;
}
.AnyTagClassName
{
color: #D75A8E;
}
</style>
background-color css
<style>
a { background-color: #D75A8E; }
a { background-color: rgb(215,90,142); }
div.DivClassName
{
background-color: #D75A8E;
}
.BgClassName
{
background-color: #D75A8E;
}
</style>
border-color css
<style>
span { border-color: #D75A8E; }
span { border-color: rgb(215,90,142); }
td.TdClassName
{
border-color: #D75A8E;
}
.TagClassName
{
border-color: #D75A8E;
}
</style>