Shades of Hopbush #D75A8F
Tints of Hopbush #D75A8F
RGB
CMYK
RGB Variations
Color information
#D75A8F (or 0xD75A8F) is known color: Hopbush. HEX triplet: D7, 5A and 8F. RGB value is (215,90,143). Sum of RGB (Red+Green+Blue) = 215+90+143=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75A8F is #28A570. Grayscale: #858585. Windows color (decimal): -2663793 or 9394903. OLE color: 9394903.
HSL color Cylindrical-coordinate representation of color #D75A8F: hue angle of 334.56º 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 #D75A8F is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 143 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.16 |
| HSL | 334.56º | 0.61% | 0.6% | - |
| HSV(B) | 334.56º | 0.58% | 0.84% | - |
| XYZ | 36.64 | 23.74 | 28.64 | - |
| YUV | 133.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 143 | 0 | 0.58 | 0.33 | 0.16 | 334.56 | 0.61 | 0.6 |
| Hex | D7 | 5A | 8F | 0 | 3A | 21 | 10 | 14F | 3D | 3C |
| Octal | 327 | 132 | 217 | 0 | 72 | 41 | 20 | 517 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10001111 | 0 | 111010 | 100001 | 10000 | 101001111 | 111101 | 111100 |
Color Harmonies of #D75A8F
Complementary color
Monochromatic Colors of #D75A8F
Black with #D75A8F
Text Example
Text Example
White with #D75A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A8F; }
p { color: rgb(215,90,143); }
H1.HeaderClassName
{
color: #D75A8F;
}
.AnyTagClassName
{
color: #D75A8F;
}
</style>
background-color css
<style>
a { background-color: #D75A8F; }
a { background-color: rgb(215,90,143); }
div.DivClassName
{
background-color: #D75A8F;
}
.BgClassName
{
background-color: #D75A8F;
}
</style>
border-color css
<style>
span { border-color: #D75A8F; }
span { border-color: rgb(215,90,143); }
td.TdClassName
{
border-color: #D75A8F;
}
.TagClassName
{
border-color: #D75A8F;
}
</style>