Shades of Hopbush #D25EA8
Tints of Hopbush #D25EA8
RGB
CMYK
RGB Variations
Color information
#D25EA8 (or 0xD25EA8) is known color: Hopbush. HEX triplet: D2, 5E and A8. RGB value is (210,94,168). Sum of RGB (Red+Green+Blue) = 210+94+168=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EA8 is #2DA157. Grayscale: #888888. Windows color (decimal): -2990424 or 11034322. OLE color: 11034322.
HSL color Cylindrical-coordinate representation of color #D25EA8: hue angle of 321.72º 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 #D25EA8 is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 168 | - |
| CMYK | 0 | 0.55 | 0.2 | 0.18 |
| HSL | 321.72º | 0.56% | 0.6% | - |
| HSV(B) | 321.72º | 0.55% | 0.82% | - |
| XYZ | 37.65 | 24.53 | 39.8 | - |
| YUV | 137.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 168 | 0 | 0.55 | 0.2 | 0.18 | 321.72 | 0.56 | 0.6 |
| Hex | D2 | 5E | A8 | 0 | 37 | 14 | 12 | 142 | 38 | 3C |
| Octal | 322 | 136 | 250 | 0 | 67 | 24 | 22 | 502 | 70 | 74 |
| Binary | 11010010 | 1011110 | 10101000 | 0 | 110111 | 10100 | 10010 | 101000010 | 111000 | 111100 |
Color Harmonies of #D25EA8
Complementary color
Monochromatic Colors of #D25EA8
Black with #D25EA8
Text Example
Text Example
White with #D25EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EA8; }
p { color: rgb(210,94,168); }
H1.HeaderClassName
{
color: #D25EA8;
}
.AnyTagClassName
{
color: #D25EA8;
}
</style>
background-color css
<style>
a { background-color: #D25EA8; }
a { background-color: rgb(210,94,168); }
div.DivClassName
{
background-color: #D25EA8;
}
.BgClassName
{
background-color: #D25EA8;
}
</style>
border-color css
<style>
span { border-color: #D25EA8; }
span { border-color: rgb(210,94,168); }
td.TdClassName
{
border-color: #D25EA8;
}
.TagClassName
{
border-color: #D25EA8;
}
</style>