Shades of Hopbush #D05EA5
Tints of Hopbush #D05EA5
RGB
CMYK
RGB Variations
Color information
#D05EA5 (or 0xD05EA5) is known color: Hopbush. HEX triplet: D0, 5E and A5. RGB value is (208,94,165). Sum of RGB (Red+Green+Blue) = 208+94+165=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D05EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05EA5 is #2FA15A. Grayscale: #888888. Windows color (decimal): -3121499 or 10837712. OLE color: 10837712.
HSL color Cylindrical-coordinate representation of color #D05EA5: hue angle of 322.63º 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 #D05EA5 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 165 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.18 |
| HSL | 322.63º | 0.55% | 0.59% | - |
| HSV(B) | 322.63º | 0.55% | 0.82% | - |
| XYZ | 36.81 | 24.13 | 38.32 | - |
| YUV | 136.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 165 | 0 | 0.55 | 0.21 | 0.18 | 322.63 | 0.55 | 0.59 |
| Hex | D0 | 5E | A5 | 0 | 37 | 15 | 12 | 143 | 37 | 3B |
| Octal | 320 | 136 | 245 | 0 | 67 | 25 | 22 | 503 | 67 | 73 |
| Binary | 11010000 | 1011110 | 10100101 | 0 | 110111 | 10101 | 10010 | 101000011 | 110111 | 111011 |
Color Harmonies of #D05EA5
Complementary color
Monochromatic Colors of #D05EA5
Black with #D05EA5
Text Example
Text Example
White with #D05EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EA5; }
p { color: rgb(208,94,165); }
H1.HeaderClassName
{
color: #D05EA5;
}
.AnyTagClassName
{
color: #D05EA5;
}
</style>
background-color css
<style>
a { background-color: #D05EA5; }
a { background-color: rgb(208,94,165); }
div.DivClassName
{
background-color: #D05EA5;
}
.BgClassName
{
background-color: #D05EA5;
}
</style>
border-color css
<style>
span { border-color: #D05EA5; }
span { border-color: rgb(208,94,165); }
td.TdClassName
{
border-color: #D05EA5;
}
.TagClassName
{
border-color: #D05EA5;
}
</style>