Shades of Hopbush #D25E9A
Tints of Hopbush #D25E9A
RGB
CMYK
RGB Variations
Color information
#D25E9A (or 0xD25E9A) is known color: Hopbush. HEX triplet: D2, 5E and 9A. RGB value is (210,94,154). Sum of RGB (Red+Green+Blue) = 210+94+154=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25E9A is #2DA165. Grayscale: #878787. Windows color (decimal): -2990438 or 10116818. OLE color: 10116818.
HSL color Cylindrical-coordinate representation of color #D25E9A: hue angle of 328.97º 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 #D25E9A is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 154 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.18 |
| HSL | 328.97º | 0.56% | 0.6% | - |
| HSV(B) | 328.97º | 0.55% | 0.82% | - |
| XYZ | 36.41 | 24.04 | 33.29 | - |
| YUV | 135.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 154 | 0 | 0.55 | 0.27 | 0.18 | 328.97 | 0.56 | 0.6 |
| Hex | D2 | 5E | 9A | 0 | 37 | 1B | 12 | 149 | 38 | 3C |
| Octal | 322 | 136 | 232 | 0 | 67 | 33 | 22 | 511 | 70 | 74 |
| Binary | 11010010 | 1011110 | 10011010 | 0 | 110111 | 11011 | 10010 | 101001001 | 111000 | 111100 |
Color Harmonies of #D25E9A
Complementary color
Monochromatic Colors of #D25E9A
Black with #D25E9A
Text Example
Text Example
White with #D25E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E9A; }
p { color: rgb(210,94,154); }
H1.HeaderClassName
{
color: #D25E9A;
}
.AnyTagClassName
{
color: #D25E9A;
}
</style>
background-color css
<style>
a { background-color: #D25E9A; }
a { background-color: rgb(210,94,154); }
div.DivClassName
{
background-color: #D25E9A;
}
.BgClassName
{
background-color: #D25E9A;
}
</style>
border-color css
<style>
span { border-color: #D25E9A; }
span { border-color: rgb(210,94,154); }
td.TdClassName
{
border-color: #D25E9A;
}
.TagClassName
{
border-color: #D25E9A;
}
</style>