Shades of Hopbush #D95AAC
Tints of Hopbush #D95AAC
RGB
CMYK
RGB Variations
Color information
#D95AAC (or 0xD95AAC) is known color: Hopbush. HEX triplet: D9, 5A and AC. RGB value is (217,90,172). Sum of RGB (Red+Green+Blue) = 217+90+172=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95AAC is #26A553. Grayscale: #898989. Windows color (decimal): -2532692 or 11295449. OLE color: 11295449.
HSL color Cylindrical-coordinate representation of color #D95AAC: hue angle of 321.26º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95AAC is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 172 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.15 |
| HSL | 321.26º | 0.63% | 0.6% | - |
| HSV(B) | 321.26º | 0.59% | 0.85% | - |
| XYZ | 39.72 | 25.04 | 41.77 | - |
| YUV | 137.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 172 | 0 | 0.59 | 0.21 | 0.15 | 321.26 | 0.63 | 0.6 |
| Hex | D9 | 5A | AC | 0 | 3B | 15 | F | 141 | 3F | 3C |
| Octal | 331 | 132 | 254 | 0 | 73 | 25 | 17 | 501 | 77 | 74 |
| Binary | 11011001 | 1011010 | 10101100 | 0 | 111011 | 10101 | 1111 | 101000001 | 111111 | 111100 |
Color Harmonies of #D95AAC
Complementary color
Monochromatic Colors of #D95AAC
Black with #D95AAC
Text Example
Text Example
White with #D95AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95AAC; }
p { color: rgb(217,90,172); }
H1.HeaderClassName
{
color: #D95AAC;
}
.AnyTagClassName
{
color: #D95AAC;
}
</style>
background-color css
<style>
a { background-color: #D95AAC; }
a { background-color: rgb(217,90,172); }
div.DivClassName
{
background-color: #D95AAC;
}
.BgClassName
{
background-color: #D95AAC;
}
</style>
border-color css
<style>
span { border-color: #D95AAC; }
span { border-color: rgb(217,90,172); }
td.TdClassName
{
border-color: #D95AAC;
}
.TagClassName
{
border-color: #D95AAC;
}
</style>