Shades of Hopbush #D25B8E
Tints of Hopbush #D25B8E
RGB
CMYK
RGB Variations
Color information
#D25B8E (or 0xD25B8E) is known color: Hopbush. HEX triplet: D2, 5B and 8E. RGB value is (210,91,142). Sum of RGB (Red+Green+Blue) = 210+91+142=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25B8E is #2DA471. Grayscale: #848484. Windows color (decimal): -2991218 or 9329618. OLE color: 9329618.
HSL color Cylindrical-coordinate representation of color #D25B8E: hue angle of 334.29º 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 #D25B8E is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 142 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.18 |
| HSL | 334.29º | 0.57% | 0.59% | - |
| HSV(B) | 334.29º | 0.57% | 0.82% | - |
| XYZ | 35.2 | 23.14 | 28.2 | - |
| YUV | 132.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 142 | 0 | 0.57 | 0.32 | 0.18 | 334.29 | 0.57 | 0.59 |
| Hex | D2 | 5B | 8E | 0 | 39 | 20 | 12 | 14E | 39 | 3B |
| Octal | 322 | 133 | 216 | 0 | 71 | 40 | 22 | 516 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10001110 | 0 | 111001 | 100000 | 10010 | 101001110 | 111001 | 111011 |
Color Harmonies of #D25B8E
Complementary color
Monochromatic Colors of #D25B8E
Black with #D25B8E
Text Example
Text Example
White with #D25B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B8E; }
p { color: rgb(210,91,142); }
H1.HeaderClassName
{
color: #D25B8E;
}
.AnyTagClassName
{
color: #D25B8E;
}
</style>
background-color css
<style>
a { background-color: #D25B8E; }
a { background-color: rgb(210,91,142); }
div.DivClassName
{
background-color: #D25B8E;
}
.BgClassName
{
background-color: #D25B8E;
}
</style>
border-color css
<style>
span { border-color: #D25B8E; }
span { border-color: rgb(210,91,142); }
td.TdClassName
{
border-color: #D25B8E;
}
.TagClassName
{
border-color: #D25B8E;
}
</style>