Shades of Hopbush #D05EA7
Tints of Hopbush #D05EA7
RGB
CMYK
RGB Variations
Color information
#D05EA7 (or 0xD05EA7) is known color: Hopbush. HEX triplet: D0, 5E and A7. RGB value is (208,94,167). Sum of RGB (Red+Green+Blue) = 208+94+167=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D05EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05EA7 is #2FA158. Grayscale: #888888. Windows color (decimal): -3121497 or 10968784. OLE color: 10968784.
HSL color Cylindrical-coordinate representation of color #D05EA7: hue angle of 321.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05EA7 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 167 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.18 |
| HSL | 321.58º | 0.55% | 0.59% | - |
| HSV(B) | 321.58º | 0.55% | 0.82% | - |
| XYZ | 36.99 | 24.21 | 39.28 | - |
| YUV | 136.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 167 | 0 | 0.55 | 0.20 | 0.18 | 321.58 | 0.55 | 0.59 |
| Hex | D0 | 5E | A7 | 0 | 37 | 14 | 12 | 142 | 37 | 3B |
| Octal | 320 | 136 | 247 | 0 | 67 | 24 | 22 | 502 | 67 | 73 |
| Binary | 11010000 | 1011110 | 10100111 | 0 | 110111 | 10100 | 10010 | 101000010 | 110111 | 111011 |
Color Harmonies of #D05EA7
Complementary color
Monochromatic Colors of #D05EA7
Black with #D05EA7
Text Example
Text Example
White with #D05EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EA7; }
p { color: rgb(208,94,167); }
H1.HeaderClassName
{
color: #D05EA7;
}
.AnyTagClassName
{
color: #D05EA7;
}
</style>
background-color css
<style>
a { background-color: #D05EA7; }
a { background-color: rgb(208,94,167); }
div.DivClassName
{
background-color: #D05EA7;
}
.BgClassName
{
background-color: #D05EA7;
}
</style>
border-color css
<style>
span { border-color: #D05EA7; }
span { border-color: rgb(208,94,167); }
td.TdClassName
{
border-color: #D05EA7;
}
.TagClassName
{
border-color: #D05EA7;
}
</style>