Shades of Hopbush #D25F9F
Tints of Hopbush #D25F9F
RGB
CMYK
RGB Variations
Color information
#D25F9F (or 0xD25F9F) is known color: Hopbush. HEX triplet: D2, 5F and 9F. RGB value is (210,95,159). Sum of RGB (Red+Green+Blue) = 210+95+159=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25F9F is #2DA060. Grayscale: #888888. Windows color (decimal): -2990177 or 10444754. OLE color: 10444754.
HSL color Cylindrical-coordinate representation of color #D25F9F: hue angle of 326.61º 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 #D25F9F is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 159 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.18 |
| HSL | 326.61º | 0.56% | 0.6% | - |
| HSV(B) | 326.61º | 0.55% | 0.82% | - |
| XYZ | 36.93 | 24.39 | 35.56 | - |
| YUV | 136.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 159 | 0 | 0.55 | 0.24 | 0.18 | 326.61 | 0.56 | 0.6 |
| Hex | D2 | 5F | 9F | 0 | 37 | 18 | 12 | 147 | 38 | 3C |
| Octal | 322 | 137 | 237 | 0 | 67 | 30 | 22 | 507 | 70 | 74 |
| Binary | 11010010 | 1011111 | 10011111 | 0 | 110111 | 11000 | 10010 | 101000111 | 111000 | 111100 |
Color Harmonies of #D25F9F
Complementary color
Monochromatic Colors of #D25F9F
Black with #D25F9F
Text Example
Text Example
White with #D25F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F9F; }
p { color: rgb(210,95,159); }
H1.HeaderClassName
{
color: #D25F9F;
}
.AnyTagClassName
{
color: #D25F9F;
}
</style>
background-color css
<style>
a { background-color: #D25F9F; }
a { background-color: rgb(210,95,159); }
div.DivClassName
{
background-color: #D25F9F;
}
.BgClassName
{
background-color: #D25F9F;
}
</style>
border-color css
<style>
span { border-color: #D25F9F; }
span { border-color: rgb(210,95,159); }
td.TdClassName
{
border-color: #D25F9F;
}
.TagClassName
{
border-color: #D25F9F;
}
</style>