Shades of Hopbush #D05E9C
Tints of Hopbush #D05E9C
RGB
CMYK
RGB Variations
Color information
#D05E9C (or 0xD05E9C) is known color: Hopbush. HEX triplet: D0, 5E and 9C. RGB value is (208,94,156). Sum of RGB (Red+Green+Blue) = 208+94+156=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05E9C is #2FA163. Grayscale: #878787. Windows color (decimal): -3121508 or 10247888. OLE color: 10247888.
HSL color Cylindrical-coordinate representation of color #D05E9C: hue angle of 327.37º 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 #D05E9C is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 156 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.18 |
| HSL | 327.37º | 0.55% | 0.59% | - |
| HSV(B) | 327.37º | 0.55% | 0.82% | - |
| XYZ | 36.02 | 23.82 | 34.15 | - |
| YUV | 135.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 156 | 0 | 0.55 | 0.25 | 0.18 | 327.37 | 0.55 | 0.59 |
| Hex | D0 | 5E | 9C | 0 | 37 | 19 | 12 | 147 | 37 | 3B |
| Octal | 320 | 136 | 234 | 0 | 67 | 31 | 22 | 507 | 67 | 73 |
| Binary | 11010000 | 1011110 | 10011100 | 0 | 110111 | 11001 | 10010 | 101000111 | 110111 | 111011 |
Color Harmonies of #D05E9C
Complementary color
Monochromatic Colors of #D05E9C
Black with #D05E9C
Text Example
Text Example
White with #D05E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05E9C; }
p { color: rgb(208,94,156); }
H1.HeaderClassName
{
color: #D05E9C;
}
.AnyTagClassName
{
color: #D05E9C;
}
</style>
background-color css
<style>
a { background-color: #D05E9C; }
a { background-color: rgb(208,94,156); }
div.DivClassName
{
background-color: #D05E9C;
}
.BgClassName
{
background-color: #D05E9C;
}
</style>
border-color css
<style>
span { border-color: #D05E9C; }
span { border-color: rgb(208,94,156); }
td.TdClassName
{
border-color: #D05E9C;
}
.TagClassName
{
border-color: #D05E9C;
}
</style>