Shades of Hopbush #D75DAA
Tints of Hopbush #D75DAA
RGB
CMYK
RGB Variations
Color information
#D75DAA (or 0xD75DAA) is known color: Hopbush. HEX triplet: D7, 5D and AA. RGB value is (215,93,170). Sum of RGB (Red+Green+Blue) = 215+93+170=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75DAA is #28A255. Grayscale: #8A8A8A. Windows color (decimal): -2662998 or 11165143. OLE color: 11165143.
HSL color Cylindrical-coordinate representation of color #D75DAA: hue angle of 322.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75DAA is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 170 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.16 |
| HSL | 322.13º | 0.6% | 0.6% | - |
| HSV(B) | 322.13º | 0.57% | 0.84% | - |
| XYZ | 39.19 | 25.18 | 40.82 | - |
| YUV | 138.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 170 | 0 | 0.57 | 0.21 | 0.16 | 322.13 | 0.6 | 0.6 |
| Hex | D7 | 5D | AA | 0 | 39 | 15 | 10 | 142 | 3C | 3C |
| Octal | 327 | 135 | 252 | 0 | 71 | 25 | 20 | 502 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10101010 | 0 | 111001 | 10101 | 10000 | 101000010 | 111100 | 111100 |
Color Harmonies of #D75DAA
Complementary color
Monochromatic Colors of #D75DAA
Black with #D75DAA
Text Example
Text Example
White with #D75DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75DAA; }
p { color: rgb(215,93,170); }
H1.HeaderClassName
{
color: #D75DAA;
}
.AnyTagClassName
{
color: #D75DAA;
}
</style>
background-color css
<style>
a { background-color: #D75DAA; }
a { background-color: rgb(215,93,170); }
div.DivClassName
{
background-color: #D75DAA;
}
.BgClassName
{
background-color: #D75DAA;
}
</style>
border-color css
<style>
span { border-color: #D75DAA; }
span { border-color: rgb(215,93,170); }
td.TdClassName
{
border-color: #D75DAA;
}
.TagClassName
{
border-color: #D75DAA;
}
</style>