Shades of Hopbush #D05FA4
Tints of Hopbush #D05FA4
RGB
CMYK
RGB Variations
Color information
#D05FA4 (or 0xD05FA4) is known color: Hopbush. HEX triplet: D0, 5F and A4. RGB value is (208,95,164). Sum of RGB (Red+Green+Blue) = 208+95+164=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05FA4 is #2FA05B. Grayscale: #888888. Windows color (decimal): -3121244 or 10772432. OLE color: 10772432.
HSL color Cylindrical-coordinate representation of color #D05FA4: hue angle of 323.36º 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 #D05FA4 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 164 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.18 |
| HSL | 323.36º | 0.55% | 0.59% | - |
| HSV(B) | 323.36º | 0.54% | 0.82% | - |
| XYZ | 36.81 | 24.27 | 37.87 | - |
| YUV | 136.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 164 | 0 | 0.54 | 0.21 | 0.18 | 323.36 | 0.55 | 0.59 |
| Hex | D0 | 5F | A4 | 0 | 36 | 15 | 12 | 143 | 37 | 3B |
| Octal | 320 | 137 | 244 | 0 | 66 | 25 | 22 | 503 | 67 | 73 |
| Binary | 11010000 | 1011111 | 10100100 | 0 | 110110 | 10101 | 10010 | 101000011 | 110111 | 111011 |
Color Harmonies of #D05FA4
Complementary color
Monochromatic Colors of #D05FA4
Black with #D05FA4
Text Example
Text Example
White with #D05FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FA4; }
p { color: rgb(208,95,164); }
H1.HeaderClassName
{
color: #D05FA4;
}
.AnyTagClassName
{
color: #D05FA4;
}
</style>
background-color css
<style>
a { background-color: #D05FA4; }
a { background-color: rgb(208,95,164); }
div.DivClassName
{
background-color: #D05FA4;
}
.BgClassName
{
background-color: #D05FA4;
}
</style>
border-color css
<style>
span { border-color: #D05FA4; }
span { border-color: rgb(208,95,164); }
td.TdClassName
{
border-color: #D05FA4;
}
.TagClassName
{
border-color: #D05FA4;
}
</style>