Shades of Hopbush #D25B9F
Tints of Hopbush #D25B9F
RGB
CMYK
RGB Variations
Color information
#D25B9F (or 0xD25B9F) is known color: Hopbush. HEX triplet: D2, 5B and 9F. RGB value is (210,91,159). Sum of RGB (Red+Green+Blue) = 210+91+159=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25B9F is #2DA460. Grayscale: #868686. Windows color (decimal): -2991201 or 10443730. OLE color: 10443730.
HSL color Cylindrical-coordinate representation of color #D25B9F: hue angle of 325.71º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25B9F is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 159 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.18 |
| HSL | 325.71º | 0.57% | 0.59% | - |
| HSV(B) | 325.71º | 0.57% | 0.82% | - |
| XYZ | 36.58 | 23.69 | 35.45 | - |
| YUV | 134.33 | 141.92 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 159 | 0 | 0.57 | 0.24 | 0.18 | 325.71 | 0.57 | 0.59 |
| Hex | D2 | 5B | 9F | 0 | 39 | 18 | 12 | 146 | 39 | 3B |
| Octal | 322 | 133 | 237 | 0 | 71 | 30 | 22 | 506 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10011111 | 0 | 111001 | 11000 | 10010 | 101000110 | 111001 | 111011 |
Color Harmonies of #D25B9F
Complementary color
Monochromatic Colors of #D25B9F
Black with #D25B9F
Text Example
Text Example
White with #D25B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B9F; }
p { color: rgb(210,91,159); }
H1.HeaderClassName
{
color: #D25B9F;
}
.AnyTagClassName
{
color: #D25B9F;
}
</style>
background-color css
<style>
a { background-color: #D25B9F; }
a { background-color: rgb(210,91,159); }
div.DivClassName
{
background-color: #D25B9F;
}
.BgClassName
{
background-color: #D25B9F;
}
</style>
border-color css
<style>
span { border-color: #D25B9F; }
span { border-color: rgb(210,91,159); }
td.TdClassName
{
border-color: #D25B9F;
}
.TagClassName
{
border-color: #D25B9F;
}
</style>