Shades of Hopbush #D15DA2
Tints of Hopbush #D15DA2
RGB
CMYK
RGB Variations
Color information
#D15DA2 (or 0xD15DA2) is known color: Hopbush. HEX triplet: D1, 5D and A2. RGB value is (209,93,162). Sum of RGB (Red+Green+Blue) = 209+93+162=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15DA2 is #2EA25D. Grayscale: #878787. Windows color (decimal): -3056222 or 10640849. OLE color: 10640849.
HSL color Cylindrical-coordinate representation of color #D15DA2: hue angle of 324.31º 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 #D15DA2 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 162 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.18 |
| HSL | 324.31º | 0.56% | 0.59% | - |
| HSV(B) | 324.31º | 0.56% | 0.82% | - |
| XYZ | 36.73 | 23.99 | 36.88 | - |
| YUV | 135.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 162 | 0 | 0.56 | 0.22 | 0.18 | 324.31 | 0.56 | 0.59 |
| Hex | D1 | 5D | A2 | 0 | 38 | 16 | 12 | 144 | 38 | 3B |
| Octal | 321 | 135 | 242 | 0 | 70 | 26 | 22 | 504 | 70 | 73 |
| Binary | 11010001 | 1011101 | 10100010 | 0 | 111000 | 10110 | 10010 | 101000100 | 111000 | 111011 |
Color Harmonies of #D15DA2
Complementary color
Monochromatic Colors of #D15DA2
Black with #D15DA2
Text Example
Text Example
White with #D15DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DA2; }
p { color: rgb(209,93,162); }
H1.HeaderClassName
{
color: #D15DA2;
}
.AnyTagClassName
{
color: #D15DA2;
}
</style>
background-color css
<style>
a { background-color: #D15DA2; }
a { background-color: rgb(209,93,162); }
div.DivClassName
{
background-color: #D15DA2;
}
.BgClassName
{
background-color: #D15DA2;
}
</style>
border-color css
<style>
span { border-color: #D15DA2; }
span { border-color: rgb(209,93,162); }
td.TdClassName
{
border-color: #D15DA2;
}
.TagClassName
{
border-color: #D15DA2;
}
</style>