Shades of Hopbush #D75AA1
Tints of Hopbush #D75AA1
RGB
CMYK
RGB Variations
Color information
#D75AA1 (or 0xD75AA1) is known color: Hopbush. HEX triplet: D7, 5A and A1. RGB value is (215,90,161). Sum of RGB (Red+Green+Blue) = 215+90+161=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75AA1 is #28A55E. Grayscale: #878787. Windows color (decimal): -2663775 or 10574551. OLE color: 10574551.
HSL color Cylindrical-coordinate representation of color #D75AA1: hue angle of 325.92º 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 #D75AA1 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 161 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.16 |
| HSL | 325.92º | 0.61% | 0.6% | - |
| HSV(B) | 325.92º | 0.58% | 0.84% | - |
| XYZ | 38.11 | 24.33 | 36.41 | - |
| YUV | 135.47 | 142.41 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 161 | 0 | 0.58 | 0.25 | 0.16 | 325.92 | 0.61 | 0.6 |
| Hex | D7 | 5A | A1 | 0 | 3A | 19 | 10 | 146 | 3D | 3C |
| Octal | 327 | 132 | 241 | 0 | 72 | 31 | 20 | 506 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10100001 | 0 | 111010 | 11001 | 10000 | 101000110 | 111101 | 111100 |
Color Harmonies of #D75AA1
Complementary color
Monochromatic Colors of #D75AA1
Black with #D75AA1
Text Example
Text Example
White with #D75AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75AA1; }
p { color: rgb(215,90,161); }
H1.HeaderClassName
{
color: #D75AA1;
}
.AnyTagClassName
{
color: #D75AA1;
}
</style>
background-color css
<style>
a { background-color: #D75AA1; }
a { background-color: rgb(215,90,161); }
div.DivClassName
{
background-color: #D75AA1;
}
.BgClassName
{
background-color: #D75AA1;
}
</style>
border-color css
<style>
span { border-color: #D75AA1; }
span { border-color: rgb(215,90,161); }
td.TdClassName
{
border-color: #D75AA1;
}
.TagClassName
{
border-color: #D75AA1;
}
</style>