Shades of Hopbush #D25FA0
Tints of Hopbush #D25FA0
RGB
CMYK
RGB Variations
Color information
#D25FA0 (or 0xD25FA0) is known color: Hopbush. HEX triplet: D2, 5F and A0. RGB value is (210,95,160). Sum of RGB (Red+Green+Blue) = 210+95+160=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25FA0 is #2DA05F. Grayscale: #888888. Windows color (decimal): -2990176 or 10510290. OLE color: 10510290.
HSL color Cylindrical-coordinate representation of color #D25FA0: hue angle of 326.09º 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 #D25FA0 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 160 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.18 |
| HSL | 326.09º | 0.56% | 0.6% | - |
| HSV(B) | 326.09º | 0.55% | 0.82% | - |
| XYZ | 37.02 | 24.42 | 36.02 | - |
| YUV | 136.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 160 | 0 | 0.55 | 0.24 | 0.18 | 326.09 | 0.56 | 0.6 |
| Hex | D2 | 5F | A0 | 0 | 37 | 18 | 12 | 146 | 38 | 3C |
| Octal | 322 | 137 | 240 | 0 | 67 | 30 | 22 | 506 | 70 | 74 |
| Binary | 11010010 | 1011111 | 10100000 | 0 | 110111 | 11000 | 10010 | 101000110 | 111000 | 111100 |
Color Harmonies of #D25FA0
Complementary color
Monochromatic Colors of #D25FA0
Black with #D25FA0
Text Example
Text Example
White with #D25FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FA0; }
p { color: rgb(210,95,160); }
H1.HeaderClassName
{
color: #D25FA0;
}
.AnyTagClassName
{
color: #D25FA0;
}
</style>
background-color css
<style>
a { background-color: #D25FA0; }
a { background-color: rgb(210,95,160); }
div.DivClassName
{
background-color: #D25FA0;
}
.BgClassName
{
background-color: #D25FA0;
}
</style>
border-color css
<style>
span { border-color: #D25FA0; }
span { border-color: rgb(210,95,160); }
td.TdClassName
{
border-color: #D25FA0;
}
.TagClassName
{
border-color: #D25FA0;
}
</style>