Shades of Hopbush #D25EA2
Tints of Hopbush #D25EA2
RGB
CMYK
RGB Variations
Color information
#D25EA2 (or 0xD25EA2) is known color: Hopbush. HEX triplet: D2, 5E and A2. RGB value is (210,94,162). Sum of RGB (Red+Green+Blue) = 210+94+162=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EA2 is #2DA15D. Grayscale: #888888. Windows color (decimal): -2990430 or 10641106. OLE color: 10641106.
HSL color Cylindrical-coordinate representation of color #D25EA2: hue angle of 324.83º 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 #D25EA2 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 162 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.18 |
| HSL | 324.83º | 0.56% | 0.6% | - |
| HSV(B) | 324.83º | 0.55% | 0.82% | - |
| XYZ | 37.1 | 24.32 | 36.92 | - |
| YUV | 136.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 162 | 0 | 0.55 | 0.23 | 0.18 | 324.83 | 0.56 | 0.6 |
| Hex | D2 | 5E | A2 | 0 | 37 | 17 | 12 | 145 | 38 | 3C |
| Octal | 322 | 136 | 242 | 0 | 67 | 27 | 22 | 505 | 70 | 74 |
| Binary | 11010010 | 1011110 | 10100010 | 0 | 110111 | 10111 | 10010 | 101000101 | 111000 | 111100 |
Color Harmonies of #D25EA2
Complementary color
Monochromatic Colors of #D25EA2
Black with #D25EA2
Text Example
Text Example
White with #D25EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EA2; }
p { color: rgb(210,94,162); }
H1.HeaderClassName
{
color: #D25EA2;
}
.AnyTagClassName
{
color: #D25EA2;
}
</style>
background-color css
<style>
a { background-color: #D25EA2; }
a { background-color: rgb(210,94,162); }
div.DivClassName
{
background-color: #D25EA2;
}
.BgClassName
{
background-color: #D25EA2;
}
</style>
border-color css
<style>
span { border-color: #D25EA2; }
span { border-color: rgb(210,94,162); }
td.TdClassName
{
border-color: #D25EA2;
}
.TagClassName
{
border-color: #D25EA2;
}
</style>