Shades of Hopbush #D25E89
Tints of Hopbush #D25E89
RGB
CMYK
RGB Variations
Color information
#D25E89 (or 0xD25E89) is known color: Hopbush. HEX triplet: D2, 5E and 89. RGB value is (210,94,137). Sum of RGB (Red+Green+Blue) = 210+94+137=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25E89 is #2DA176. Grayscale: #858585. Windows color (decimal): -2990455 or 9002706. OLE color: 9002706.
HSL color Cylindrical-coordinate representation of color #D25E89: hue angle of 337.76º 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 #D25E89 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 137 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.18 |
| HSL | 337.76º | 0.56% | 0.6% | - |
| HSV(B) | 337.76º | 0.55% | 0.82% | - |
| XYZ | 35.1 | 23.51 | 26.36 | - |
| YUV | 133.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 137 | 0 | 0.55 | 0.35 | 0.18 | 337.76 | 0.56 | 0.6 |
| Hex | D2 | 5E | 89 | 0 | 37 | 23 | 12 | 152 | 38 | 3C |
| Octal | 322 | 136 | 211 | 0 | 67 | 43 | 22 | 522 | 70 | 74 |
| Binary | 11010010 | 1011110 | 10001001 | 0 | 110111 | 100011 | 10010 | 101010010 | 111000 | 111100 |
Color Harmonies of #D25E89
Complementary color
Monochromatic Colors of #D25E89
Black with #D25E89
Text Example
Text Example
White with #D25E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E89; }
p { color: rgb(210,94,137); }
H1.HeaderClassName
{
color: #D25E89;
}
.AnyTagClassName
{
color: #D25E89;
}
</style>
background-color css
<style>
a { background-color: #D25E89; }
a { background-color: rgb(210,94,137); }
div.DivClassName
{
background-color: #D25E89;
}
.BgClassName
{
background-color: #D25E89;
}
</style>
border-color css
<style>
span { border-color: #D25E89; }
span { border-color: rgb(210,94,137); }
td.TdClassName
{
border-color: #D25E89;
}
.TagClassName
{
border-color: #D25E89;
}
</style>