Shades of Hopbush #D15DAC
Tints of Hopbush #D15DAC
RGB
CMYK
RGB Variations
Color information
#D15DAC (or 0xD15DAC) is known color: Hopbush. HEX triplet: D1, 5D and AC. RGB value is (209,93,172). Sum of RGB (Red+Green+Blue) = 209+93+172=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15DAC is #2EA253. Grayscale: #888888. Windows color (decimal): -3056212 or 11296209. OLE color: 11296209.
HSL color Cylindrical-coordinate representation of color #D15DAC: hue angle of 319.14º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15DAC is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 172 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.18 |
| HSL | 319.14º | 0.56% | 0.59% | - |
| HSV(B) | 319.14º | 0.56% | 0.82% | - |
| XYZ | 37.66 | 24.36 | 41.75 | - |
| YUV | 136.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 172 | 0 | 0.56 | 0.18 | 0.18 | 319.14 | 0.56 | 0.59 |
| Hex | D1 | 5D | AC | 0 | 38 | 12 | 12 | 13F | 38 | 3B |
| Octal | 321 | 135 | 254 | 0 | 70 | 22 | 22 | 477 | 70 | 73 |
| Binary | 11010001 | 1011101 | 10101100 | 0 | 111000 | 10010 | 10010 | 100111111 | 111000 | 111011 |
Color Harmonies of #D15DAC
Complementary color
Monochromatic Colors of #D15DAC
Black with #D15DAC
Text Example
Text Example
White with #D15DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DAC; }
p { color: rgb(209,93,172); }
H1.HeaderClassName
{
color: #D15DAC;
}
.AnyTagClassName
{
color: #D15DAC;
}
</style>
background-color css
<style>
a { background-color: #D15DAC; }
a { background-color: rgb(209,93,172); }
div.DivClassName
{
background-color: #D15DAC;
}
.BgClassName
{
background-color: #D15DAC;
}
</style>
border-color css
<style>
span { border-color: #D15DAC; }
span { border-color: rgb(209,93,172); }
td.TdClassName
{
border-color: #D15DAC;
}
.TagClassName
{
border-color: #D15DAC;
}
</style>