Shades of Hopbush #D05DAB
Tints of Hopbush #D05DAB
RGB
CMYK
RGB Variations
Color information
#D05DAB (or 0xD05DAB) is known color: Hopbush. HEX triplet: D0, 5D and AB. RGB value is (208,93,171). Sum of RGB (Red+Green+Blue) = 208+93+171=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05DAB is #2FA254. Grayscale: #888888. Windows color (decimal): -3121749 or 11230672. OLE color: 11230672.
HSL color Cylindrical-coordinate representation of color #D05DAB: hue angle of 319.3º 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 #D05DAB is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 171 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.18 |
| HSL | 319.3º | 0.55% | 0.59% | - |
| HSV(B) | 319.3º | 0.55% | 0.82% | - |
| XYZ | 37.28 | 24.18 | 41.23 | - |
| YUV | 136.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 171 | 0 | 0.55 | 0.18 | 0.18 | 319.3 | 0.55 | 0.59 |
| Hex | D0 | 5D | AB | 0 | 37 | 12 | 12 | 13F | 37 | 3B |
| Octal | 320 | 135 | 253 | 0 | 67 | 22 | 22 | 477 | 67 | 73 |
| Binary | 11010000 | 1011101 | 10101011 | 0 | 110111 | 10010 | 10010 | 100111111 | 110111 | 111011 |
Color Harmonies of #D05DAB
Complementary color
Monochromatic Colors of #D05DAB
Black with #D05DAB
Text Example
Text Example
White with #D05DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DAB; }
p { color: rgb(208,93,171); }
H1.HeaderClassName
{
color: #D05DAB;
}
.AnyTagClassName
{
color: #D05DAB;
}
</style>
background-color css
<style>
a { background-color: #D05DAB; }
a { background-color: rgb(208,93,171); }
div.DivClassName
{
background-color: #D05DAB;
}
.BgClassName
{
background-color: #D05DAB;
}
</style>
border-color css
<style>
span { border-color: #D05DAB; }
span { border-color: rgb(208,93,171); }
td.TdClassName
{
border-color: #D05DAB;
}
.TagClassName
{
border-color: #D05DAB;
}
</style>