Shades of Hopbush #D25EAC
Tints of Hopbush #D25EAC
RGB
CMYK
RGB Variations
Color information
#D25EAC (or 0xD25EAC) is known color: Hopbush. HEX triplet: D2, 5E and AC. RGB value is (210,94,172). Sum of RGB (Red+Green+Blue) = 210+94+172=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EAC is #2DA153. Grayscale: #898989. Windows color (decimal): -2990420 or 11296466. OLE color: 11296466.
HSL color Cylindrical-coordinate representation of color #D25EAC: hue angle of 319.66º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25EAC is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 172 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.18 |
| HSL | 319.66º | 0.56% | 0.6% | - |
| HSV(B) | 319.66º | 0.55% | 0.82% | - |
| XYZ | 38.03 | 24.69 | 41.79 | - |
| YUV | 137.58 | 147.43 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 172 | 0 | 0.55 | 0.18 | 0.18 | 319.66 | 0.56 | 0.6 |
| Hex | D2 | 5E | AC | 0 | 37 | 12 | 12 | 140 | 38 | 3C |
| Octal | 322 | 136 | 254 | 0 | 67 | 22 | 22 | 500 | 70 | 74 |
| Binary | 11010010 | 1011110 | 10101100 | 0 | 110111 | 10010 | 10010 | 101000000 | 111000 | 111100 |
Color Harmonies of #D25EAC
Complementary color
Monochromatic Colors of #D25EAC
Black with #D25EAC
Text Example
Text Example
White with #D25EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EAC; }
p { color: rgb(210,94,172); }
H1.HeaderClassName
{
color: #D25EAC;
}
.AnyTagClassName
{
color: #D25EAC;
}
</style>
background-color css
<style>
a { background-color: #D25EAC; }
a { background-color: rgb(210,94,172); }
div.DivClassName
{
background-color: #D25EAC;
}
.BgClassName
{
background-color: #D25EAC;
}
</style>
border-color css
<style>
span { border-color: #D25EAC; }
span { border-color: rgb(210,94,172); }
td.TdClassName
{
border-color: #D25EAC;
}
.TagClassName
{
border-color: #D25EAC;
}
</style>