Shades of Hopbush #D25DA3
Tints of Hopbush #D25DA3
RGB
CMYK
RGB Variations
Color information
#D25DA3 (or 0xD25DA3) is known color: Hopbush. HEX triplet: D2, 5D and A3. RGB value is (210,93,163). Sum of RGB (Red+Green+Blue) = 210+93+163=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DA3 is #2DA25C. Grayscale: #878787. Windows color (decimal): -2990685 or 10706386. OLE color: 10706386.
HSL color Cylindrical-coordinate representation of color #D25DA3: hue angle of 324.1º 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 #D25DA3 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 163 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.18 |
| HSL | 324.1º | 0.57% | 0.59% | - |
| HSV(B) | 324.1º | 0.56% | 0.82% | - |
| XYZ | 37.1 | 24.17 | 37.36 | - |
| YUV | 135.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 163 | 0 | 0.56 | 0.22 | 0.18 | 324.1 | 0.57 | 0.59 |
| Hex | D2 | 5D | A3 | 0 | 38 | 16 | 12 | 144 | 39 | 3B |
| Octal | 322 | 135 | 243 | 0 | 70 | 26 | 22 | 504 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10100011 | 0 | 111000 | 10110 | 10010 | 101000100 | 111001 | 111011 |
Color Harmonies of #D25DA3
Complementary color
Monochromatic Colors of #D25DA3
Black with #D25DA3
Text Example
Text Example
White with #D25DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DA3; }
p { color: rgb(210,93,163); }
H1.HeaderClassName
{
color: #D25DA3;
}
.AnyTagClassName
{
color: #D25DA3;
}
</style>
background-color css
<style>
a { background-color: #D25DA3; }
a { background-color: rgb(210,93,163); }
div.DivClassName
{
background-color: #D25DA3;
}
.BgClassName
{
background-color: #D25DA3;
}
</style>
border-color css
<style>
span { border-color: #D25DA3; }
span { border-color: rgb(210,93,163); }
td.TdClassName
{
border-color: #D25DA3;
}
.TagClassName
{
border-color: #D25DA3;
}
</style>