Shades of Hopbush #D25EA9
Tints of Hopbush #D25EA9
RGB
CMYK
RGB Variations
Color information
#D25EA9 (or 0xD25EA9) is known color: Hopbush. HEX triplet: D2, 5E and A9. RGB value is (210,94,169). Sum of RGB (Red+Green+Blue) = 210+94+169=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EA9 is #2DA156. Grayscale: #898989. Windows color (decimal): -2990423 or 11099858. OLE color: 11099858.
HSL color Cylindrical-coordinate representation of color #D25EA9: hue angle of 321.21º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25EA9 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 169 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.18 |
| HSL | 321.21º | 0.56% | 0.6% | - |
| HSV(B) | 321.21º | 0.55% | 0.82% | - |
| XYZ | 37.74 | 24.57 | 40.29 | - |
| YUV | 137.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 169 | 0 | 0.55 | 0.20 | 0.18 | 321.21 | 0.56 | 0.6 |
| Hex | D2 | 5E | A9 | 0 | 37 | 14 | 12 | 141 | 38 | 3C |
| Octal | 322 | 136 | 251 | 0 | 67 | 24 | 22 | 501 | 70 | 74 |
| Binary | 11010010 | 1011110 | 10101001 | 0 | 110111 | 10100 | 10010 | 101000001 | 111000 | 111100 |
Color Harmonies of #D25EA9
Complementary color
Monochromatic Colors of #D25EA9
Black with #D25EA9
Text Example
Text Example
White with #D25EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EA9; }
p { color: rgb(210,94,169); }
H1.HeaderClassName
{
color: #D25EA9;
}
.AnyTagClassName
{
color: #D25EA9;
}
</style>
background-color css
<style>
a { background-color: #D25EA9; }
a { background-color: rgb(210,94,169); }
div.DivClassName
{
background-color: #D25EA9;
}
.BgClassName
{
background-color: #D25EA9;
}
</style>
border-color css
<style>
span { border-color: #D25EA9; }
span { border-color: rgb(210,94,169); }
td.TdClassName
{
border-color: #D25EA9;
}
.TagClassName
{
border-color: #D25EA9;
}
</style>