Shades of Hopbush #D25DA8
Tints of Hopbush #D25DA8
RGB
CMYK
RGB Variations
Color information
#D25DA8 (or 0xD25DA8) is known color: Hopbush. HEX triplet: D2, 5D and A8. RGB value is (210,93,168). Sum of RGB (Red+Green+Blue) = 210+93+168=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DA8 is #2DA257. Grayscale: #888888. Windows color (decimal): -2990680 or 11034066. OLE color: 11034066.
HSL color Cylindrical-coordinate representation of color #D25DA8: hue angle of 321.54º 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 #D25DA8 is Cyan = 0, Magento = 0.56, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 168 | - |
| CMYK | 0 | 0.56 | 0.2 | 0.18 |
| HSL | 321.54º | 0.57% | 0.59% | - |
| HSV(B) | 321.54º | 0.56% | 0.82% | - |
| XYZ | 37.56 | 24.36 | 39.77 | - |
| YUV | 136.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 168 | 0 | 0.56 | 0.2 | 0.18 | 321.54 | 0.57 | 0.59 |
| Hex | D2 | 5D | A8 | 0 | 38 | 14 | 12 | 142 | 39 | 3B |
| Octal | 322 | 135 | 250 | 0 | 70 | 24 | 22 | 502 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10101000 | 0 | 111000 | 10100 | 10010 | 101000010 | 111001 | 111011 |
Color Harmonies of #D25DA8
Complementary color
Monochromatic Colors of #D25DA8
Black with #D25DA8
Text Example
Text Example
White with #D25DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DA8; }
p { color: rgb(210,93,168); }
H1.HeaderClassName
{
color: #D25DA8;
}
.AnyTagClassName
{
color: #D25DA8;
}
</style>
background-color css
<style>
a { background-color: #D25DA8; }
a { background-color: rgb(210,93,168); }
div.DivClassName
{
background-color: #D25DA8;
}
.BgClassName
{
background-color: #D25DA8;
}
</style>
border-color css
<style>
span { border-color: #D25DA8; }
span { border-color: rgb(210,93,168); }
td.TdClassName
{
border-color: #D25DA8;
}
.TagClassName
{
border-color: #D25DA8;
}
</style>