Shades of Hopbush #D35DA2
Tints of Hopbush #D35DA2
RGB
CMYK
RGB Variations
Color information
#D35DA2 (or 0xD35DA2) is known color: Hopbush. HEX triplet: D3, 5D and A2. RGB value is (211,93,162). Sum of RGB (Red+Green+Blue) = 211+93+162=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D35DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35DA2 is #2CA25D. Grayscale: #878787. Windows color (decimal): -2925150 or 10640851. OLE color: 10640851.
HSL color Cylindrical-coordinate representation of color #D35DA2: hue angle of 324.92º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35DA2 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 162 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.17 |
| HSL | 324.92º | 0.57% | 0.6% | - |
| HSV(B) | 324.92º | 0.56% | 0.83% | - |
| XYZ | 37.3 | 24.29 | 36.9 | - |
| YUV | 136.15 | 142.59 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 162 | 0 | 0.56 | 0.23 | 0.17 | 324.92 | 0.57 | 0.6 |
| Hex | D3 | 5D | A2 | 0 | 38 | 17 | 11 | 145 | 39 | 3C |
| Octal | 323 | 135 | 242 | 0 | 70 | 27 | 21 | 505 | 71 | 74 |
| Binary | 11010011 | 1011101 | 10100010 | 0 | 111000 | 10111 | 10001 | 101000101 | 111001 | 111100 |
Color Harmonies of #D35DA2
Complementary color
Monochromatic Colors of #D35DA2
Black with #D35DA2
Text Example
Text Example
White with #D35DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35DA2; }
p { color: rgb(211,93,162); }
H1.HeaderClassName
{
color: #D35DA2;
}
.AnyTagClassName
{
color: #D35DA2;
}
</style>
background-color css
<style>
a { background-color: #D35DA2; }
a { background-color: rgb(211,93,162); }
div.DivClassName
{
background-color: #D35DA2;
}
.BgClassName
{
background-color: #D35DA2;
}
</style>
border-color css
<style>
span { border-color: #D35DA2; }
span { border-color: rgb(211,93,162); }
td.TdClassName
{
border-color: #D35DA2;
}
.TagClassName
{
border-color: #D35DA2;
}
</style>