Shades of Hopbush #D05FA2
Tints of Hopbush #D05FA2
RGB
CMYK
RGB Variations
Color information
#D05FA2 (or 0xD05FA2) is known color: Hopbush. HEX triplet: D0, 5F and A2. RGB value is (208,95,162). Sum of RGB (Red+Green+Blue) = 208+95+162=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05FA2 is #2FA05D. Grayscale: #888888. Windows color (decimal): -3121246 or 10641360. OLE color: 10641360.
HSL color Cylindrical-coordinate representation of color #D05FA2: hue angle of 324.42º 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 #D05FA2 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 162 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.18 |
| HSL | 324.42º | 0.55% | 0.59% | - |
| HSV(B) | 324.42º | 0.54% | 0.82% | - |
| XYZ | 36.63 | 24.2 | 36.92 | - |
| YUV | 136.43 | 142.44 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 162 | 0 | 0.54 | 0.22 | 0.18 | 324.42 | 0.55 | 0.59 |
| Hex | D0 | 5F | A2 | 0 | 36 | 16 | 12 | 144 | 37 | 3B |
| Octal | 320 | 137 | 242 | 0 | 66 | 26 | 22 | 504 | 67 | 73 |
| Binary | 11010000 | 1011111 | 10100010 | 0 | 110110 | 10110 | 10010 | 101000100 | 110111 | 111011 |
Color Harmonies of #D05FA2
Complementary color
Monochromatic Colors of #D05FA2
Black with #D05FA2
Text Example
Text Example
White with #D05FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FA2; }
p { color: rgb(208,95,162); }
H1.HeaderClassName
{
color: #D05FA2;
}
.AnyTagClassName
{
color: #D05FA2;
}
</style>
background-color css
<style>
a { background-color: #D05FA2; }
a { background-color: rgb(208,95,162); }
div.DivClassName
{
background-color: #D05FA2;
}
.BgClassName
{
background-color: #D05FA2;
}
</style>
border-color css
<style>
span { border-color: #D05FA2; }
span { border-color: rgb(208,95,162); }
td.TdClassName
{
border-color: #D05FA2;
}
.TagClassName
{
border-color: #D05FA2;
}
</style>