Shades of Hopbush #D25DA2
Tints of Hopbush #D25DA2
RGB
CMYK
RGB Variations
Color information
#D25DA2 (or 0xD25DA2) is known color: Hopbush. HEX triplet: D2, 5D and A2. RGB value is (210,93,162). Sum of RGB (Red+Green+Blue) = 210+93+162=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DA2 is #2DA25D. Grayscale: #878787. Windows color (decimal): -2990686 or 10640850. OLE color: 10640850.
HSL color Cylindrical-coordinate representation of color #D25DA2: hue angle of 324.62º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25DA2 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 162 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.18 |
| HSL | 324.62º | 0.57% | 0.59% | - |
| HSV(B) | 324.62º | 0.56% | 0.82% | - |
| XYZ | 37.01 | 24.14 | 36.89 | - |
| YUV | 135.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 162 | 0 | 0.56 | 0.23 | 0.18 | 324.62 | 0.57 | 0.59 |
| Hex | D2 | 5D | A2 | 0 | 38 | 17 | 12 | 145 | 39 | 3B |
| Octal | 322 | 135 | 242 | 0 | 70 | 27 | 22 | 505 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10100010 | 0 | 111000 | 10111 | 10010 | 101000101 | 111001 | 111011 |
Color Harmonies of #D25DA2
Complementary color
Monochromatic Colors of #D25DA2
Black with #D25DA2
Text Example
Text Example
White with #D25DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DA2; }
p { color: rgb(210,93,162); }
H1.HeaderClassName
{
color: #D25DA2;
}
.AnyTagClassName
{
color: #D25DA2;
}
</style>
background-color css
<style>
a { background-color: #D25DA2; }
a { background-color: rgb(210,93,162); }
div.DivClassName
{
background-color: #D25DA2;
}
.BgClassName
{
background-color: #D25DA2;
}
</style>
border-color css
<style>
span { border-color: #D25DA2; }
span { border-color: rgb(210,93,162); }
td.TdClassName
{
border-color: #D25DA2;
}
.TagClassName
{
border-color: #D25DA2;
}
</style>