Shades of Hopbush #D05DA1
Tints of Hopbush #D05DA1
RGB
CMYK
RGB Variations
Color information
#D05DA1 (or 0xD05DA1) is known color: Hopbush. HEX triplet: D0, 5D and A1. RGB value is (208,93,161). Sum of RGB (Red+Green+Blue) = 208+93+161=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05DA1 is #2FA25E. Grayscale: #868686. Windows color (decimal): -3121759 or 10575312. OLE color: 10575312.
HSL color Cylindrical-coordinate representation of color #D05DA1: hue angle of 324.52º 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 #D05DA1 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 161 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.18 |
| HSL | 324.52º | 0.55% | 0.59% | - |
| HSV(B) | 324.52º | 0.55% | 0.82% | - |
| XYZ | 36.36 | 23.81 | 36.4 | - |
| YUV | 135.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 161 | 0 | 0.55 | 0.23 | 0.18 | 324.52 | 0.55 | 0.59 |
| Hex | D0 | 5D | A1 | 0 | 37 | 17 | 12 | 145 | 37 | 3B |
| Octal | 320 | 135 | 241 | 0 | 67 | 27 | 22 | 505 | 67 | 73 |
| Binary | 11010000 | 1011101 | 10100001 | 0 | 110111 | 10111 | 10010 | 101000101 | 110111 | 111011 |
Color Harmonies of #D05DA1
Complementary color
Monochromatic Colors of #D05DA1
Black with #D05DA1
Text Example
Text Example
White with #D05DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DA1; }
p { color: rgb(208,93,161); }
H1.HeaderClassName
{
color: #D05DA1;
}
.AnyTagClassName
{
color: #D05DA1;
}
</style>
background-color css
<style>
a { background-color: #D05DA1; }
a { background-color: rgb(208,93,161); }
div.DivClassName
{
background-color: #D05DA1;
}
.BgClassName
{
background-color: #D05DA1;
}
</style>
border-color css
<style>
span { border-color: #D05DA1; }
span { border-color: rgb(208,93,161); }
td.TdClassName
{
border-color: #D05DA1;
}
.TagClassName
{
border-color: #D05DA1;
}
</style>