Shades of Hopbush #D25BA2
Tints of Hopbush #D25BA2
RGB
CMYK
RGB Variations
Color information
#D25BA2 (or 0xD25BA2) is known color: Hopbush. HEX triplet: D2, 5B and A2. RGB value is (210,91,162). Sum of RGB (Red+Green+Blue) = 210+91+162=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25BA2 is #2DA45D. Grayscale: #868686. Windows color (decimal): -2991198 or 10640338. OLE color: 10640338.
HSL color Cylindrical-coordinate representation of color #D25BA2: hue angle of 324.2º 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 #D25BA2 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 162 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.18 |
| HSL | 324.2º | 0.57% | 0.59% | - |
| HSV(B) | 324.2º | 0.57% | 0.82% | - |
| XYZ | 36.84 | 23.79 | 36.83 | - |
| YUV | 134.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 162 | 0 | 0.57 | 0.23 | 0.18 | 324.2 | 0.57 | 0.59 |
| Hex | D2 | 5B | A2 | 0 | 39 | 17 | 12 | 144 | 39 | 3B |
| Octal | 322 | 133 | 242 | 0 | 71 | 27 | 22 | 504 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10100010 | 0 | 111001 | 10111 | 10010 | 101000100 | 111001 | 111011 |
Color Harmonies of #D25BA2
Complementary color
Monochromatic Colors of #D25BA2
Black with #D25BA2
Text Example
Text Example
White with #D25BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BA2; }
p { color: rgb(210,91,162); }
H1.HeaderClassName
{
color: #D25BA2;
}
.AnyTagClassName
{
color: #D25BA2;
}
</style>
background-color css
<style>
a { background-color: #D25BA2; }
a { background-color: rgb(210,91,162); }
div.DivClassName
{
background-color: #D25BA2;
}
.BgClassName
{
background-color: #D25BA2;
}
</style>
border-color css
<style>
span { border-color: #D25BA2; }
span { border-color: rgb(210,91,162); }
td.TdClassName
{
border-color: #D25BA2;
}
.TagClassName
{
border-color: #D25BA2;
}
</style>