Shades of Hopbush #D75AAA
Tints of Hopbush #D75AAA
RGB
CMYK
RGB Variations
Color information
#D75AAA (or 0xD75AAA) is known color: Hopbush. HEX triplet: D7, 5A and AA. RGB value is (215,90,170). Sum of RGB (Red+Green+Blue) = 215+90+170=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75AAA is #28A555. Grayscale: #888888. Windows color (decimal): -2663766 or 11164375. OLE color: 11164375.
HSL color Cylindrical-coordinate representation of color #D75AAA: hue angle of 321.6º 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 #D75AAA is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 170 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.16 |
| HSL | 321.6º | 0.61% | 0.6% | - |
| HSV(B) | 321.6º | 0.58% | 0.84% | - |
| XYZ | 38.94 | 24.66 | 40.74 | - |
| YUV | 136.5 | 146.91 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 170 | 0 | 0.58 | 0.21 | 0.16 | 321.6 | 0.61 | 0.6 |
| Hex | D7 | 5A | AA | 0 | 3A | 15 | 10 | 142 | 3D | 3C |
| Octal | 327 | 132 | 252 | 0 | 72 | 25 | 20 | 502 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10101010 | 0 | 111010 | 10101 | 10000 | 101000010 | 111101 | 111100 |
Color Harmonies of #D75AAA
Complementary color
Monochromatic Colors of #D75AAA
Black with #D75AAA
Text Example
Text Example
White with #D75AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75AAA; }
p { color: rgb(215,90,170); }
H1.HeaderClassName
{
color: #D75AAA;
}
.AnyTagClassName
{
color: #D75AAA;
}
</style>
background-color css
<style>
a { background-color: #D75AAA; }
a { background-color: rgb(215,90,170); }
div.DivClassName
{
background-color: #D75AAA;
}
.BgClassName
{
background-color: #D75AAA;
}
</style>
border-color css
<style>
span { border-color: #D75AAA; }
span { border-color: rgb(215,90,170); }
td.TdClassName
{
border-color: #D75AAA;
}
.TagClassName
{
border-color: #D75AAA;
}
</style>