Shades of Hopbush #D15FAC
Tints of Hopbush #D15FAC
RGB
CMYK
RGB Variations
Color information
#D15FAC (or 0xD15FAC) is known color: Hopbush. HEX triplet: D1, 5F and AC. RGB value is (209,95,172). Sum of RGB (Red+Green+Blue) = 209+95+172=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15FAC is #2EA053. Grayscale: #898989. Windows color (decimal): -3055700 or 11296721. OLE color: 11296721.
HSL color Cylindrical-coordinate representation of color #D15FAC: hue angle of 319.47º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FAC is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 172 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.18 |
| HSL | 319.47º | 0.55% | 0.6% | - |
| HSV(B) | 319.47º | 0.55% | 0.82% | - |
| XYZ | 37.83 | 24.72 | 41.81 | - |
| YUV | 137.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 172 | 0 | 0.55 | 0.18 | 0.18 | 319.47 | 0.55 | 0.6 |
| Hex | D1 | 5F | AC | 0 | 37 | 12 | 12 | 13F | 37 | 3C |
| Octal | 321 | 137 | 254 | 0 | 67 | 22 | 22 | 477 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10101100 | 0 | 110111 | 10010 | 10010 | 100111111 | 110111 | 111100 |
Color Harmonies of #D15FAC
Complementary color
Monochromatic Colors of #D15FAC
Black with #D15FAC
Text Example
Text Example
White with #D15FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FAC; }
p { color: rgb(209,95,172); }
H1.HeaderClassName
{
color: #D15FAC;
}
.AnyTagClassName
{
color: #D15FAC;
}
</style>
background-color css
<style>
a { background-color: #D15FAC; }
a { background-color: rgb(209,95,172); }
div.DivClassName
{
background-color: #D15FAC;
}
.BgClassName
{
background-color: #D15FAC;
}
</style>
border-color css
<style>
span { border-color: #D15FAC; }
span { border-color: rgb(209,95,172); }
td.TdClassName
{
border-color: #D15FAC;
}
.TagClassName
{
border-color: #D15FAC;
}
</style>