Shades of Hopbush #D05BA4
Tints of Hopbush #D05BA4
RGB
CMYK
RGB Variations
Color information
#D05BA4 (or 0xD05BA4) is known color: Hopbush. HEX triplet: D0, 5B and A4. RGB value is (208,91,164). Sum of RGB (Red+Green+Blue) = 208+91+164=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D05BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05BA4 is #2FA45B. Grayscale: #868686. Windows color (decimal): -3122268 or 10771408. OLE color: 10771408.
HSL color Cylindrical-coordinate representation of color #D05BA4: hue angle of 322.56º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05BA4 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 91 | 164 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.18 |
| HSL | 322.56º | 0.55% | 0.59% | - |
| HSV(B) | 322.56º | 0.56% | 0.82% | - |
| XYZ | 36.45 | 23.57 | 37.75 | - |
| YUV | 134.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 164 | 0 | 0.56 | 0.21 | 0.18 | 322.56 | 0.55 | 0.59 |
| Hex | D0 | 5B | A4 | 0 | 38 | 15 | 12 | 143 | 37 | 3B |
| Octal | 320 | 133 | 244 | 0 | 70 | 25 | 22 | 503 | 67 | 73 |
| Binary | 11010000 | 1011011 | 10100100 | 0 | 111000 | 10101 | 10010 | 101000011 | 110111 | 111011 |
Color Harmonies of #D05BA4
Complementary color
Monochromatic Colors of #D05BA4
Black with #D05BA4
Text Example
Text Example
White with #D05BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05BA4; }
p { color: rgb(208,91,164); }
H1.HeaderClassName
{
color: #D05BA4;
}
.AnyTagClassName
{
color: #D05BA4;
}
</style>
background-color css
<style>
a { background-color: #D05BA4; }
a { background-color: rgb(208,91,164); }
div.DivClassName
{
background-color: #D05BA4;
}
.BgClassName
{
background-color: #D05BA4;
}
</style>
border-color css
<style>
span { border-color: #D05BA4; }
span { border-color: rgb(208,91,164); }
td.TdClassName
{
border-color: #D05BA4;
}
.TagClassName
{
border-color: #D05BA4;
}
</style>