Shades of Hopbush #D05E97
Tints of Hopbush #D05E97
RGB
CMYK
RGB Variations
Color information
#D05E97 (or 0xD05E97) is known color: Hopbush. HEX triplet: D0, 5E and 97. RGB value is (208,94,151). Sum of RGB (Red+Green+Blue) = 208+94+151=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05E97 is #2FA168. Grayscale: #868686. Windows color (decimal): -3121513 or 9920208. OLE color: 9920208.
HSL color Cylindrical-coordinate representation of color #D05E97: hue angle of 330º 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 #D05E97 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 151 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.18 |
| HSL | 330º | 0.55% | 0.59% | - |
| HSV(B) | 330º | 0.55% | 0.82% | - |
| XYZ | 35.6 | 23.65 | 31.97 | - |
| YUV | 134.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 151 | 0 | 0.55 | 0.27 | 0.18 | 330 | 0.55 | 0.59 |
| Hex | D0 | 5E | 97 | 0 | 37 | 1B | 12 | 14A | 37 | 3B |
| Octal | 320 | 136 | 227 | 0 | 67 | 33 | 22 | 512 | 67 | 73 |
| Binary | 11010000 | 1011110 | 10010111 | 0 | 110111 | 11011 | 10010 | 101001010 | 110111 | 111011 |
Color Harmonies of #D05E97
Complementary color
Monochromatic Colors of #D05E97
Black with #D05E97
Text Example
Text Example
White with #D05E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05E97; }
p { color: rgb(208,94,151); }
H1.HeaderClassName
{
color: #D05E97;
}
.AnyTagClassName
{
color: #D05E97;
}
</style>
background-color css
<style>
a { background-color: #D05E97; }
a { background-color: rgb(208,94,151); }
div.DivClassName
{
background-color: #D05E97;
}
.BgClassName
{
background-color: #D05E97;
}
</style>
border-color css
<style>
span { border-color: #D05E97; }
span { border-color: rgb(208,94,151); }
td.TdClassName
{
border-color: #D05E97;
}
.TagClassName
{
border-color: #D05E97;
}
</style>