Shades of Hopbush #D25A94
Tints of Hopbush #D25A94
RGB
CMYK
RGB Variations
Color information
#D25A94 (or 0xD25A94) is known color: Hopbush. HEX triplet: D2, 5A and 94. RGB value is (210,90,148). Sum of RGB (Red+Green+Blue) = 210+90+148=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25A94 is #2DA56B. Grayscale: #848484. Windows color (decimal): -2991468 or 9722578. OLE color: 9722578.
HSL color Cylindrical-coordinate representation of color #D25A94: hue angle of 331º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25A94 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 148 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.18 |
| HSL | 331º | 0.57% | 0.59% | - |
| HSV(B) | 331º | 0.57% | 0.82% | - |
| XYZ | 35.58 | 23.15 | 30.61 | - |
| YUV | 132.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 148 | 0 | 0.57 | 0.30 | 0.18 | 331 | 0.57 | 0.59 |
| Hex | D2 | 5A | 94 | 0 | 39 | 1E | 12 | 14B | 39 | 3B |
| Octal | 322 | 132 | 224 | 0 | 71 | 36 | 22 | 513 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10010100 | 0 | 111001 | 11110 | 10010 | 101001011 | 111001 | 111011 |
Color Harmonies of #D25A94
Complementary color
Monochromatic Colors of #D25A94
Black with #D25A94
Text Example
Text Example
White with #D25A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A94; }
p { color: rgb(210,90,148); }
H1.HeaderClassName
{
color: #D25A94;
}
.AnyTagClassName
{
color: #D25A94;
}
</style>
background-color css
<style>
a { background-color: #D25A94; }
a { background-color: rgb(210,90,148); }
div.DivClassName
{
background-color: #D25A94;
}
.BgClassName
{
background-color: #D25A94;
}
</style>
border-color css
<style>
span { border-color: #D25A94; }
span { border-color: rgb(210,90,148); }
td.TdClassName
{
border-color: #D25A94;
}
.TagClassName
{
border-color: #D25A94;
}
</style>