Shades of Hopbush #D05FA8
Tints of Hopbush #D05FA8
RGB
CMYK
RGB Variations
Color information
#D05FA8 (or 0xD05FA8) is known color: Hopbush. HEX triplet: D0, 5F and A8. RGB value is (208,95,168). Sum of RGB (Red+Green+Blue) = 208+95+168=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05FA8 is #2FA057. Grayscale: #888888. Windows color (decimal): -3121240 or 11034576. OLE color: 11034576.
HSL color Cylindrical-coordinate representation of color #D05FA8: hue angle of 321.24º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05FA8 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 168 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.18 |
| HSL | 321.24º | 0.55% | 0.59% | - |
| HSV(B) | 321.24º | 0.54% | 0.82% | - |
| XYZ | 37.17 | 24.42 | 39.8 | - |
| YUV | 137.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 168 | 0 | 0.54 | 0.19 | 0.18 | 321.24 | 0.55 | 0.59 |
| Hex | D0 | 5F | A8 | 0 | 36 | 13 | 12 | 141 | 37 | 3B |
| Octal | 320 | 137 | 250 | 0 | 66 | 23 | 22 | 501 | 67 | 73 |
| Binary | 11010000 | 1011111 | 10101000 | 0 | 110110 | 10011 | 10010 | 101000001 | 110111 | 111011 |
Color Harmonies of #D05FA8
Complementary color
Monochromatic Colors of #D05FA8
Black with #D05FA8
Text Example
Text Example
White with #D05FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FA8; }
p { color: rgb(208,95,168); }
H1.HeaderClassName
{
color: #D05FA8;
}
.AnyTagClassName
{
color: #D05FA8;
}
</style>
background-color css
<style>
a { background-color: #D05FA8; }
a { background-color: rgb(208,95,168); }
div.DivClassName
{
background-color: #D05FA8;
}
.BgClassName
{
background-color: #D05FA8;
}
</style>
border-color css
<style>
span { border-color: #D05FA8; }
span { border-color: rgb(208,95,168); }
td.TdClassName
{
border-color: #D05FA8;
}
.TagClassName
{
border-color: #D05FA8;
}
</style>