Shades of Hopbush #D35EA2
Tints of Hopbush #D35EA2
RGB
CMYK
RGB Variations
Color information
#D35EA2 (or 0xD35EA2) is known color: Hopbush. HEX triplet: D3, 5E and A2. RGB value is (211,94,162). Sum of RGB (Red+Green+Blue) = 211+94+162=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D35EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35EA2 is #2CA15D. Grayscale: #888888. Windows color (decimal): -2924894 or 10641107. OLE color: 10641107.
HSL color Cylindrical-coordinate representation of color #D35EA2: hue angle of 325.13º 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 #D35EA2 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 162 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.17 |
| HSL | 325.13º | 0.57% | 0.6% | - |
| HSV(B) | 325.13º | 0.55% | 0.83% | - |
| XYZ | 37.39 | 24.46 | 36.93 | - |
| YUV | 136.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 162 | 0 | 0.55 | 0.23 | 0.17 | 325.13 | 0.57 | 0.6 |
| Hex | D3 | 5E | A2 | 0 | 37 | 17 | 11 | 145 | 39 | 3C |
| Octal | 323 | 136 | 242 | 0 | 67 | 27 | 21 | 505 | 71 | 74 |
| Binary | 11010011 | 1011110 | 10100010 | 0 | 110111 | 10111 | 10001 | 101000101 | 111001 | 111100 |
Color Harmonies of #D35EA2
Complementary color
Monochromatic Colors of #D35EA2
Black with #D35EA2
Text Example
Text Example
White with #D35EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35EA2; }
p { color: rgb(211,94,162); }
H1.HeaderClassName
{
color: #D35EA2;
}
.AnyTagClassName
{
color: #D35EA2;
}
</style>
background-color css
<style>
a { background-color: #D35EA2; }
a { background-color: rgb(211,94,162); }
div.DivClassName
{
background-color: #D35EA2;
}
.BgClassName
{
background-color: #D35EA2;
}
</style>
border-color css
<style>
span { border-color: #D35EA2; }
span { border-color: rgb(211,94,162); }
td.TdClassName
{
border-color: #D35EA2;
}
.TagClassName
{
border-color: #D35EA2;
}
</style>