Shades of Hopbush #D15FAA
Tints of Hopbush #D15FAA
RGB
CMYK
RGB Variations
Color information
#D15FAA (or 0xD15FAA) is known color: Hopbush. HEX triplet: D1, 5F and AA. RGB value is (209,95,170). Sum of RGB (Red+Green+Blue) = 209+95+170=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15FAA is #2EA055. Grayscale: #898989. Windows color (decimal): -3055702 or 11165649. OLE color: 11165649.
HSL color Cylindrical-coordinate representation of color #D15FAA: hue angle of 320.53º 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 #D15FAA is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 170 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.18 |
| HSL | 320.53º | 0.55% | 0.6% | - |
| HSV(B) | 320.53º | 0.55% | 0.82% | - |
| XYZ | 37.64 | 24.64 | 40.8 | - |
| YUV | 137.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 170 | 0 | 0.55 | 0.19 | 0.18 | 320.53 | 0.55 | 0.6 |
| Hex | D1 | 5F | AA | 0 | 37 | 13 | 12 | 141 | 37 | 3C |
| Octal | 321 | 137 | 252 | 0 | 67 | 23 | 22 | 501 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10101010 | 0 | 110111 | 10011 | 10010 | 101000001 | 110111 | 111100 |
Color Harmonies of #D15FAA
Complementary color
Monochromatic Colors of #D15FAA
Black with #D15FAA
Text Example
Text Example
White with #D15FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FAA; }
p { color: rgb(209,95,170); }
H1.HeaderClassName
{
color: #D15FAA;
}
.AnyTagClassName
{
color: #D15FAA;
}
</style>
background-color css
<style>
a { background-color: #D15FAA; }
a { background-color: rgb(209,95,170); }
div.DivClassName
{
background-color: #D15FAA;
}
.BgClassName
{
background-color: #D15FAA;
}
</style>
border-color css
<style>
span { border-color: #D15FAA; }
span { border-color: rgb(209,95,170); }
td.TdClassName
{
border-color: #D15FAA;
}
.TagClassName
{
border-color: #D15FAA;
}
</style>