Shades of Hopbush #D35EAC
Tints of Hopbush #D35EAC
RGB
CMYK
RGB Variations
Color information
#D35EAC (or 0xD35EAC) is known color: Hopbush. HEX triplet: D3, 5E and AC. RGB value is (211,94,172). Sum of RGB (Red+Green+Blue) = 211+94+172=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D35EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35EAC is #2CA153. Grayscale: #898989. Windows color (decimal): -2924884 or 11296467. OLE color: 11296467.
HSL color Cylindrical-coordinate representation of color #D35EAC: hue angle of 320º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35EAC is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 172 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.17 |
| HSL | 320º | 0.57% | 0.6% | - |
| HSV(B) | 320º | 0.55% | 0.83% | - |
| XYZ | 38.31 | 24.83 | 41.8 | - |
| YUV | 137.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 172 | 0 | 0.55 | 0.18 | 0.17 | 320 | 0.57 | 0.6 |
| Hex | D3 | 5E | AC | 0 | 37 | 12 | 11 | 140 | 39 | 3C |
| Octal | 323 | 136 | 254 | 0 | 67 | 22 | 21 | 500 | 71 | 74 |
| Binary | 11010011 | 1011110 | 10101100 | 0 | 110111 | 10010 | 10001 | 101000000 | 111001 | 111100 |
Color Harmonies of #D35EAC
Complementary color
Monochromatic Colors of #D35EAC
Black with #D35EAC
Text Example
Text Example
White with #D35EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35EAC; }
p { color: rgb(211,94,172); }
H1.HeaderClassName
{
color: #D35EAC;
}
.AnyTagClassName
{
color: #D35EAC;
}
</style>
background-color css
<style>
a { background-color: #D35EAC; }
a { background-color: rgb(211,94,172); }
div.DivClassName
{
background-color: #D35EAC;
}
.BgClassName
{
background-color: #D35EAC;
}
</style>
border-color css
<style>
span { border-color: #D35EAC; }
span { border-color: rgb(211,94,172); }
td.TdClassName
{
border-color: #D35EAC;
}
.TagClassName
{
border-color: #D35EAC;
}
</style>