Shades of Hopbush #D15FA5
Tints of Hopbush #D15FA5
RGB
CMYK
RGB Variations
Color information
#D15FA5 (or 0xD15FA5) is known color: Hopbush. HEX triplet: D1, 5F and A5. RGB value is (209,95,165). Sum of RGB (Red+Green+Blue) = 209+95+165=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15FA5 is #2EA05A. Grayscale: #888888. Windows color (decimal): -3055707 or 10837969. OLE color: 10837969.
HSL color Cylindrical-coordinate representation of color #D15FA5: hue angle of 323.16º 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 #D15FA5 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 165 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.18 |
| HSL | 323.16º | 0.55% | 0.6% | - |
| HSV(B) | 323.16º | 0.55% | 0.82% | - |
| XYZ | 37.18 | 24.46 | 38.36 | - |
| YUV | 137.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 165 | 0 | 0.55 | 0.21 | 0.18 | 323.16 | 0.55 | 0.6 |
| Hex | D1 | 5F | A5 | 0 | 37 | 15 | 12 | 143 | 37 | 3C |
| Octal | 321 | 137 | 245 | 0 | 67 | 25 | 22 | 503 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10100101 | 0 | 110111 | 10101 | 10010 | 101000011 | 110111 | 111100 |
Color Harmonies of #D15FA5
Complementary color
Monochromatic Colors of #D15FA5
Black with #D15FA5
Text Example
Text Example
White with #D15FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FA5; }
p { color: rgb(209,95,165); }
H1.HeaderClassName
{
color: #D15FA5;
}
.AnyTagClassName
{
color: #D15FA5;
}
</style>
background-color css
<style>
a { background-color: #D15FA5; }
a { background-color: rgb(209,95,165); }
div.DivClassName
{
background-color: #D15FA5;
}
.BgClassName
{
background-color: #D15FA5;
}
</style>
border-color css
<style>
span { border-color: #D15FA5; }
span { border-color: rgb(209,95,165); }
td.TdClassName
{
border-color: #D15FA5;
}
.TagClassName
{
border-color: #D15FA5;
}
</style>