Shades of Hopbush #D75A9A
Tints of Hopbush #D75A9A
RGB
CMYK
RGB Variations
Color information
#D75A9A (or 0xD75A9A) is known color: Hopbush. HEX triplet: D7, 5A and 9A. RGB value is (215,90,154). Sum of RGB (Red+Green+Blue) = 215+90+154=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75A9A is #28A565. Grayscale: #868686. Windows color (decimal): -2663782 or 10115799. OLE color: 10115799.
HSL color Cylindrical-coordinate representation of color #D75A9A: hue angle of 329.28º 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 #D75A9A is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 154 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.16 |
| HSL | 329.28º | 0.61% | 0.6% | - |
| HSV(B) | 329.28º | 0.58% | 0.84% | - |
| XYZ | 37.51 | 24.09 | 33.25 | - |
| YUV | 134.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 154 | 0 | 0.58 | 0.28 | 0.16 | 329.28 | 0.61 | 0.6 |
| Hex | D7 | 5A | 9A | 0 | 3A | 1C | 10 | 149 | 3D | 3C |
| Octal | 327 | 132 | 232 | 0 | 72 | 34 | 20 | 511 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10011010 | 0 | 111010 | 11100 | 10000 | 101001001 | 111101 | 111100 |
Color Harmonies of #D75A9A
Complementary color
Monochromatic Colors of #D75A9A
Black with #D75A9A
Text Example
Text Example
White with #D75A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A9A; }
p { color: rgb(215,90,154); }
H1.HeaderClassName
{
color: #D75A9A;
}
.AnyTagClassName
{
color: #D75A9A;
}
</style>
background-color css
<style>
a { background-color: #D75A9A; }
a { background-color: rgb(215,90,154); }
div.DivClassName
{
background-color: #D75A9A;
}
.BgClassName
{
background-color: #D75A9A;
}
</style>
border-color css
<style>
span { border-color: #D75A9A; }
span { border-color: rgb(215,90,154); }
td.TdClassName
{
border-color: #D75A9A;
}
.TagClassName
{
border-color: #D75A9A;
}
</style>