Shades of Hopbush #D05F9B
Tints of Hopbush #D05F9B
RGB
CMYK
RGB Variations
Color information
#D05F9B (or 0xD05F9B) is known color: Hopbush. HEX triplet: D0, 5F and 9B. RGB value is (208,95,155). Sum of RGB (Red+Green+Blue) = 208+95+155=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05F9B is #2FA064. Grayscale: #878787. Windows color (decimal): -3121253 or 10182608. OLE color: 10182608.
HSL color Cylindrical-coordinate representation of color #D05F9B: hue angle of 328.14º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05F9B is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 155 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.18 |
| HSL | 328.14º | 0.55% | 0.59% | - |
| HSV(B) | 328.14º | 0.54% | 0.82% | - |
| XYZ | 36.02 | 23.96 | 33.74 | - |
| YUV | 135.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 155 | 0 | 0.54 | 0.25 | 0.18 | 328.14 | 0.55 | 0.59 |
| Hex | D0 | 5F | 9B | 0 | 36 | 19 | 12 | 148 | 37 | 3B |
| Octal | 320 | 137 | 233 | 0 | 66 | 31 | 22 | 510 | 67 | 73 |
| Binary | 11010000 | 1011111 | 10011011 | 0 | 110110 | 11001 | 10010 | 101001000 | 110111 | 111011 |
Color Harmonies of #D05F9B
Complementary color
Monochromatic Colors of #D05F9B
Black with #D05F9B
Text Example
Text Example
White with #D05F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05F9B; }
p { color: rgb(208,95,155); }
H1.HeaderClassName
{
color: #D05F9B;
}
.AnyTagClassName
{
color: #D05F9B;
}
</style>
background-color css
<style>
a { background-color: #D05F9B; }
a { background-color: rgb(208,95,155); }
div.DivClassName
{
background-color: #D05F9B;
}
.BgClassName
{
background-color: #D05F9B;
}
</style>
border-color css
<style>
span { border-color: #D05F9B; }
span { border-color: rgb(208,95,155); }
td.TdClassName
{
border-color: #D05F9B;
}
.TagClassName
{
border-color: #D05F9B;
}
</style>