Shades of Hopbush #D25DA1
Tints of Hopbush #D25DA1
RGB
CMYK
RGB Variations
Color information
#D25DA1 (or 0xD25DA1) is known color: Hopbush. HEX triplet: D2, 5D and A1. RGB value is (210,93,161). Sum of RGB (Red+Green+Blue) = 210+93+161=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DA1 is #2DA25E. Grayscale: #878787. Windows color (decimal): -2990687 or 10575314. OLE color: 10575314.
HSL color Cylindrical-coordinate representation of color #D25DA1: hue angle of 325.13º 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 #D25DA1 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 161 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.18 |
| HSL | 325.13º | 0.57% | 0.59% | - |
| HSV(B) | 325.13º | 0.56% | 0.82% | - |
| XYZ | 36.93 | 24.1 | 36.42 | - |
| YUV | 135.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 161 | 0 | 0.56 | 0.23 | 0.18 | 325.13 | 0.57 | 0.59 |
| Hex | D2 | 5D | A1 | 0 | 38 | 17 | 12 | 145 | 39 | 3B |
| Octal | 322 | 135 | 241 | 0 | 70 | 27 | 22 | 505 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10100001 | 0 | 111000 | 10111 | 10010 | 101000101 | 111001 | 111011 |
Color Harmonies of #D25DA1
Complementary color
Monochromatic Colors of #D25DA1
Black with #D25DA1
Text Example
Text Example
White with #D25DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DA1; }
p { color: rgb(210,93,161); }
H1.HeaderClassName
{
color: #D25DA1;
}
.AnyTagClassName
{
color: #D25DA1;
}
</style>
background-color css
<style>
a { background-color: #D25DA1; }
a { background-color: rgb(210,93,161); }
div.DivClassName
{
background-color: #D25DA1;
}
.BgClassName
{
background-color: #D25DA1;
}
</style>
border-color css
<style>
span { border-color: #D25DA1; }
span { border-color: rgb(210,93,161); }
td.TdClassName
{
border-color: #D25DA1;
}
.TagClassName
{
border-color: #D25DA1;
}
</style>