Shades of Hopbush #D35AA1
Tints of Hopbush #D35AA1
RGB
CMYK
RGB Variations
Color information
#D35AA1 (or 0xD35AA1) is known color: Hopbush. HEX triplet: D3, 5A and A1. RGB value is (211,90,161). Sum of RGB (Red+Green+Blue) = 211+90+161=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D35AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35AA1 is #2CA55E. Grayscale: #868686. Windows color (decimal): -2925919 or 10574547. OLE color: 10574547.
HSL color Cylindrical-coordinate representation of color #D35AA1: hue angle of 324.79º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35AA1 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 90 | 161 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.17 |
| HSL | 324.79º | 0.58% | 0.59% | - |
| HSV(B) | 324.79º | 0.57% | 0.83% | - |
| XYZ | 36.95 | 23.73 | 36.35 | - |
| YUV | 134.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 90 | 161 | 0 | 0.57 | 0.24 | 0.17 | 324.79 | 0.58 | 0.59 |
| Hex | D3 | 5A | A1 | 0 | 39 | 18 | 11 | 145 | 3A | 3B |
| Octal | 323 | 132 | 241 | 0 | 71 | 30 | 21 | 505 | 72 | 73 |
| Binary | 11010011 | 1011010 | 10100001 | 0 | 111001 | 11000 | 10001 | 101000101 | 111010 | 111011 |
Color Harmonies of #D35AA1
Complementary color
Monochromatic Colors of #D35AA1
Black with #D35AA1
Text Example
Text Example
White with #D35AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35AA1; }
p { color: rgb(211,90,161); }
H1.HeaderClassName
{
color: #D35AA1;
}
.AnyTagClassName
{
color: #D35AA1;
}
</style>
background-color css
<style>
a { background-color: #D35AA1; }
a { background-color: rgb(211,90,161); }
div.DivClassName
{
background-color: #D35AA1;
}
.BgClassName
{
background-color: #D35AA1;
}
</style>
border-color css
<style>
span { border-color: #D35AA1; }
span { border-color: rgb(211,90,161); }
td.TdClassName
{
border-color: #D35AA1;
}
.TagClassName
{
border-color: #D35AA1;
}
</style>