Shades of Hopbush #D05BA8
Tints of Hopbush #D05BA8
RGB
CMYK
RGB Variations
Color information
#D05BA8 (or 0xD05BA8) is known color: Hopbush. HEX triplet: D0, 5B and A8. RGB value is (208,91,168). Sum of RGB (Red+Green+Blue) = 208+91+168=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D05BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05BA8 is #2FA457. Grayscale: #868686. Windows color (decimal): -3122264 or 11033552. OLE color: 11033552.
HSL color Cylindrical-coordinate representation of color #D05BA8: hue angle of 320.51º degrees, saturation: 0.55, 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 #D05BA8 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 91 | 168 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.18 |
| HSL | 320.51º | 0.55% | 0.59% | - |
| HSV(B) | 320.51º | 0.56% | 0.82% | - |
| XYZ | 36.82 | 23.72 | 39.68 | - |
| YUV | 134.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 168 | 0 | 0.56 | 0.19 | 0.18 | 320.51 | 0.55 | 0.59 |
| Hex | D0 | 5B | A8 | 0 | 38 | 13 | 12 | 141 | 37 | 3B |
| Octal | 320 | 133 | 250 | 0 | 70 | 23 | 22 | 501 | 67 | 73 |
| Binary | 11010000 | 1011011 | 10101000 | 0 | 111000 | 10011 | 10010 | 101000001 | 110111 | 111011 |
Color Harmonies of #D05BA8
Complementary color
Monochromatic Colors of #D05BA8
Black with #D05BA8
Text Example
Text Example
White with #D05BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05BA8; }
p { color: rgb(208,91,168); }
H1.HeaderClassName
{
color: #D05BA8;
}
.AnyTagClassName
{
color: #D05BA8;
}
</style>
background-color css
<style>
a { background-color: #D05BA8; }
a { background-color: rgb(208,91,168); }
div.DivClassName
{
background-color: #D05BA8;
}
.BgClassName
{
background-color: #D05BA8;
}
</style>
border-color css
<style>
span { border-color: #D05BA8; }
span { border-color: rgb(208,91,168); }
td.TdClassName
{
border-color: #D05BA8;
}
.TagClassName
{
border-color: #D05BA8;
}
</style>