Shades of Hopbush #D15FA1
Tints of Hopbush #D15FA1
RGB
CMYK
RGB Variations
Color information
#D15FA1 (or 0xD15FA1) is known color: Hopbush. HEX triplet: D1, 5F and A1. RGB value is (209,95,161). Sum of RGB (Red+Green+Blue) = 209+95+161=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15FA1 is #2EA05E. Grayscale: #888888. Windows color (decimal): -3055711 or 10575825. OLE color: 10575825.
HSL color Cylindrical-coordinate representation of color #D15FA1: hue angle of 325.26º 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 #D15FA1 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 161 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.18 |
| HSL | 325.26º | 0.55% | 0.6% | - |
| HSV(B) | 325.26º | 0.55% | 0.82% | - |
| XYZ | 36.82 | 24.31 | 36.47 | - |
| YUV | 136.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 161 | 0 | 0.55 | 0.23 | 0.18 | 325.26 | 0.55 | 0.6 |
| Hex | D1 | 5F | A1 | 0 | 37 | 17 | 12 | 145 | 37 | 3C |
| Octal | 321 | 137 | 241 | 0 | 67 | 27 | 22 | 505 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10100001 | 0 | 110111 | 10111 | 10010 | 101000101 | 110111 | 111100 |
Color Harmonies of #D15FA1
Complementary color
Monochromatic Colors of #D15FA1
Black with #D15FA1
Text Example
Text Example
White with #D15FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FA1; }
p { color: rgb(209,95,161); }
H1.HeaderClassName
{
color: #D15FA1;
}
.AnyTagClassName
{
color: #D15FA1;
}
</style>
background-color css
<style>
a { background-color: #D15FA1; }
a { background-color: rgb(209,95,161); }
div.DivClassName
{
background-color: #D15FA1;
}
.BgClassName
{
background-color: #D15FA1;
}
</style>
border-color css
<style>
span { border-color: #D15FA1; }
span { border-color: rgb(209,95,161); }
td.TdClassName
{
border-color: #D15FA1;
}
.TagClassName
{
border-color: #D15FA1;
}
</style>