Shades of Hopbush #D05E8D
Tints of Hopbush #D05E8D
RGB
CMYK
RGB Variations
Color information
#D05E8D (or 0xD05E8D) is known color: Hopbush. HEX triplet: D0, 5E and 8D. RGB value is (208,94,141). Sum of RGB (Red+Green+Blue) = 208+94+141=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05E8D is #2FA172. Grayscale: #858585. Windows color (decimal): -3121523 or 9264848. OLE color: 9264848.
HSL color Cylindrical-coordinate representation of color #D05E8D: hue angle of 335.26º 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 #D05E8D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 141 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.18 |
| HSL | 335.26º | 0.55% | 0.59% | - |
| HSV(B) | 335.26º | 0.55% | 0.82% | - |
| XYZ | 34.82 | 23.34 | 27.87 | - |
| YUV | 133.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 141 | 0 | 0.55 | 0.32 | 0.18 | 335.26 | 0.55 | 0.59 |
| Hex | D0 | 5E | 8D | 0 | 37 | 20 | 12 | 14F | 37 | 3B |
| Octal | 320 | 136 | 215 | 0 | 67 | 40 | 22 | 517 | 67 | 73 |
| Binary | 11010000 | 1011110 | 10001101 | 0 | 110111 | 100000 | 10010 | 101001111 | 110111 | 111011 |
Color Harmonies of #D05E8D
Complementary color
Monochromatic Colors of #D05E8D
Black with #D05E8D
Text Example
Text Example
White with #D05E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05E8D; }
p { color: rgb(208,94,141); }
H1.HeaderClassName
{
color: #D05E8D;
}
.AnyTagClassName
{
color: #D05E8D;
}
</style>
background-color css
<style>
a { background-color: #D05E8D; }
a { background-color: rgb(208,94,141); }
div.DivClassName
{
background-color: #D05E8D;
}
.BgClassName
{
background-color: #D05E8D;
}
</style>
border-color css
<style>
span { border-color: #D05E8D; }
span { border-color: rgb(208,94,141); }
td.TdClassName
{
border-color: #D05E8D;
}
.TagClassName
{
border-color: #D05E8D;
}
</style>