Shades of Hopbush #D25B9D
Tints of Hopbush #D25B9D
RGB
CMYK
RGB Variations
Color information
#D25B9D (or 0xD25B9D) is known color: Hopbush. HEX triplet: D2, 5B and 9D. RGB value is (210,91,157). Sum of RGB (Red+Green+Blue) = 210+91+157=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25B9D is #2DA462. Grayscale: #858585. Windows color (decimal): -2991203 or 10312658. OLE color: 10312658.
HSL color Cylindrical-coordinate representation of color #D25B9D: hue angle of 326.72º 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 #D25B9D is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 157 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.18 |
| HSL | 326.72º | 0.57% | 0.59% | - |
| HSV(B) | 326.72º | 0.57% | 0.82% | - |
| XYZ | 36.41 | 23.62 | 34.54 | - |
| YUV | 134.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 157 | 0 | 0.57 | 0.25 | 0.18 | 326.72 | 0.57 | 0.59 |
| Hex | D2 | 5B | 9D | 0 | 39 | 19 | 12 | 147 | 39 | 3B |
| Octal | 322 | 133 | 235 | 0 | 71 | 31 | 22 | 507 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10011101 | 0 | 111001 | 11001 | 10010 | 101000111 | 111001 | 111011 |
Color Harmonies of #D25B9D
Complementary color
Monochromatic Colors of #D25B9D
Black with #D25B9D
Text Example
Text Example
White with #D25B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B9D; }
p { color: rgb(210,91,157); }
H1.HeaderClassName
{
color: #D25B9D;
}
.AnyTagClassName
{
color: #D25B9D;
}
</style>
background-color css
<style>
a { background-color: #D25B9D; }
a { background-color: rgb(210,91,157); }
div.DivClassName
{
background-color: #D25B9D;
}
.BgClassName
{
background-color: #D25B9D;
}
</style>
border-color css
<style>
span { border-color: #D25B9D; }
span { border-color: rgb(210,91,157); }
td.TdClassName
{
border-color: #D25B9D;
}
.TagClassName
{
border-color: #D25B9D;
}
</style>