Shades of Hopbush #D75AA3
Tints of Hopbush #D75AA3
RGB
CMYK
RGB Variations
Color information
#D75AA3 (or 0xD75AA3) is known color: Hopbush. HEX triplet: D7, 5A and A3. RGB value is (215,90,163). Sum of RGB (Red+Green+Blue) = 215+90+163=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75AA3 is #28A55C. Grayscale: #878787. Windows color (decimal): -2663773 or 10705623. OLE color: 10705623.
HSL color Cylindrical-coordinate representation of color #D75AA3: hue angle of 324.96º 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 #D75AA3 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 163 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.16 |
| HSL | 324.96º | 0.61% | 0.6% | - |
| HSV(B) | 324.96º | 0.58% | 0.84% | - |
| XYZ | 38.29 | 24.4 | 37.34 | - |
| YUV | 135.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 163 | 0 | 0.58 | 0.24 | 0.16 | 324.96 | 0.61 | 0.6 |
| Hex | D7 | 5A | A3 | 0 | 3A | 18 | 10 | 145 | 3D | 3C |
| Octal | 327 | 132 | 243 | 0 | 72 | 30 | 20 | 505 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10100011 | 0 | 111010 | 11000 | 10000 | 101000101 | 111101 | 111100 |
Color Harmonies of #D75AA3
Complementary color
Monochromatic Colors of #D75AA3
Black with #D75AA3
Text Example
Text Example
White with #D75AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75AA3; }
p { color: rgb(215,90,163); }
H1.HeaderClassName
{
color: #D75AA3;
}
.AnyTagClassName
{
color: #D75AA3;
}
</style>
background-color css
<style>
a { background-color: #D75AA3; }
a { background-color: rgb(215,90,163); }
div.DivClassName
{
background-color: #D75AA3;
}
.BgClassName
{
background-color: #D75AA3;
}
</style>
border-color css
<style>
span { border-color: #D75AA3; }
span { border-color: rgb(215,90,163); }
td.TdClassName
{
border-color: #D75AA3;
}
.TagClassName
{
border-color: #D75AA3;
}
</style>