Shades of Hopbush #D96FAC
Tints of Hopbush #D96FAC
RGB
CMYK
RGB Variations
Color information
#D96FAC (or 0xD96FAC) is known color: Hopbush. HEX triplet: D9, 6F and AC. RGB value is (217,111,172). Sum of RGB (Red+Green+Blue) = 217+111+172=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96FAC is #269053. Grayscale: #959595. Windows color (decimal): -2527316 or 11300825. OLE color: 11300825.
HSL color Cylindrical-coordinate representation of color #D96FAC: hue angle of 325.47º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96FAC is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 172 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.15 |
| HSL | 325.47º | 0.58% | 0.64% | - |
| HSV(B) | 325.47º | 0.49% | 0.85% | - |
| XYZ | 41.75 | 29.1 | 42.45 | - |
| YUV | 149.65 | 140.62 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 172 | 0 | 0.49 | 0.21 | 0.15 | 325.47 | 0.58 | 0.64 |
| Hex | D9 | 6F | AC | 0 | 31 | 15 | F | 145 | 3A | 40 |
| Octal | 331 | 157 | 254 | 0 | 61 | 25 | 17 | 505 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10101100 | 0 | 110001 | 10101 | 1111 | 101000101 | 111010 | 1000000 |
Color Harmonies of #D96FAC
Complementary color
Monochromatic Colors of #D96FAC
Black with #D96FAC
Text Example
Text Example
White with #D96FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FAC; }
p { color: rgb(217,111,172); }
H1.HeaderClassName
{
color: #D96FAC;
}
.AnyTagClassName
{
color: #D96FAC;
}
</style>
background-color css
<style>
a { background-color: #D96FAC; }
a { background-color: rgb(217,111,172); }
div.DivClassName
{
background-color: #D96FAC;
}
.BgClassName
{
background-color: #D96FAC;
}
</style>
border-color css
<style>
span { border-color: #D96FAC; }
span { border-color: rgb(217,111,172); }
td.TdClassName
{
border-color: #D96FAC;
}
.TagClassName
{
border-color: #D96FAC;
}
</style>