Shades of Hopbush #D75AAB
Tints of Hopbush #D75AAB
RGB
CMYK
RGB Variations
Color information
#D75AAB (or 0xD75AAB) is known color: Hopbush. HEX triplet: D7, 5A and AB. RGB value is (215,90,171). Sum of RGB (Red+Green+Blue) = 215+90+171=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75AAB is #28A554. Grayscale: #888888. Windows color (decimal): -2663765 or 11229911. OLE color: 11229911.
HSL color Cylindrical-coordinate representation of color #D75AAB: hue angle of 321.12º 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 #D75AAB is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 171 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.16 |
| HSL | 321.12º | 0.61% | 0.6% | - |
| HSV(B) | 321.12º | 0.58% | 0.84% | - |
| XYZ | 39.03 | 24.7 | 41.24 | - |
| YUV | 136.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 171 | 0 | 0.58 | 0.20 | 0.16 | 321.12 | 0.61 | 0.6 |
| Hex | D7 | 5A | AB | 0 | 3A | 14 | 10 | 141 | 3D | 3C |
| Octal | 327 | 132 | 253 | 0 | 72 | 24 | 20 | 501 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10101011 | 0 | 111010 | 10100 | 10000 | 101000001 | 111101 | 111100 |
Color Harmonies of #D75AAB
Complementary color
Monochromatic Colors of #D75AAB
Black with #D75AAB
Text Example
Text Example
White with #D75AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75AAB; }
p { color: rgb(215,90,171); }
H1.HeaderClassName
{
color: #D75AAB;
}
.AnyTagClassName
{
color: #D75AAB;
}
</style>
background-color css
<style>
a { background-color: #D75AAB; }
a { background-color: rgb(215,90,171); }
div.DivClassName
{
background-color: #D75AAB;
}
.BgClassName
{
background-color: #D75AAB;
}
</style>
border-color css
<style>
span { border-color: #D75AAB; }
span { border-color: rgb(215,90,171); }
td.TdClassName
{
border-color: #D75AAB;
}
.TagClassName
{
border-color: #D75AAB;
}
</style>