Shades of Hopbush #D15FA0
Tints of Hopbush #D15FA0
RGB
CMYK
RGB Variations
Color information
#D15FA0 (or 0xD15FA0) is known color: Hopbush. HEX triplet: D1, 5F and A0. RGB value is (209,95,160). Sum of RGB (Red+Green+Blue) = 209+95+160=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15FA0 is #2EA05F. Grayscale: #888888. Windows color (decimal): -3055712 or 10510289. OLE color: 10510289.
HSL color Cylindrical-coordinate representation of color #D15FA0: hue angle of 325.79º 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 #D15FA0 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 160 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.18 |
| HSL | 325.79º | 0.55% | 0.6% | - |
| HSV(B) | 325.79º | 0.55% | 0.82% | - |
| XYZ | 36.73 | 24.28 | 36.01 | - |
| YUV | 136.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 160 | 0 | 0.55 | 0.23 | 0.18 | 325.79 | 0.55 | 0.6 |
| Hex | D1 | 5F | A0 | 0 | 37 | 17 | 12 | 146 | 37 | 3C |
| Octal | 321 | 137 | 240 | 0 | 67 | 27 | 22 | 506 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10100000 | 0 | 110111 | 10111 | 10010 | 101000110 | 110111 | 111100 |
Color Harmonies of #D15FA0
Complementary color
Monochromatic Colors of #D15FA0
Black with #D15FA0
Text Example
Text Example
White with #D15FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FA0; }
p { color: rgb(209,95,160); }
H1.HeaderClassName
{
color: #D15FA0;
}
.AnyTagClassName
{
color: #D15FA0;
}
</style>
background-color css
<style>
a { background-color: #D15FA0; }
a { background-color: rgb(209,95,160); }
div.DivClassName
{
background-color: #D15FA0;
}
.BgClassName
{
background-color: #D15FA0;
}
</style>
border-color css
<style>
span { border-color: #D15FA0; }
span { border-color: rgb(209,95,160); }
td.TdClassName
{
border-color: #D15FA0;
}
.TagClassName
{
border-color: #D15FA0;
}
</style>