Shades of Hopbush #D65AA2
Tints of Hopbush #D65AA2
RGB
CMYK
RGB Variations
Color information
#D65AA2 (or 0xD65AA2) is known color: Hopbush. HEX triplet: D6, 5A and A2. RGB value is (214,90,162). Sum of RGB (Red+Green+Blue) = 214+90+162=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65AA2 is #29A55D. Grayscale: #878787. Windows color (decimal): -2729310 or 10640086. OLE color: 10640086.
HSL color Cylindrical-coordinate representation of color #D65AA2: hue angle of 325.16º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65AA2 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 162 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.16 |
| HSL | 325.16º | 0.6% | 0.6% | - |
| HSV(B) | 325.16º | 0.58% | 0.84% | - |
| XYZ | 37.91 | 24.22 | 36.86 | - |
| YUV | 135.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 162 | 0 | 0.58 | 0.24 | 0.16 | 325.16 | 0.6 | 0.6 |
| Hex | D6 | 5A | A2 | 0 | 3A | 18 | 10 | 145 | 3C | 3C |
| Octal | 326 | 132 | 242 | 0 | 72 | 30 | 20 | 505 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10100010 | 0 | 111010 | 11000 | 10000 | 101000101 | 111100 | 111100 |
Color Harmonies of #D65AA2
Complementary color
Monochromatic Colors of #D65AA2
Black with #D65AA2
Text Example
Text Example
White with #D65AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AA2; }
p { color: rgb(214,90,162); }
H1.HeaderClassName
{
color: #D65AA2;
}
.AnyTagClassName
{
color: #D65AA2;
}
</style>
background-color css
<style>
a { background-color: #D65AA2; }
a { background-color: rgb(214,90,162); }
div.DivClassName
{
background-color: #D65AA2;
}
.BgClassName
{
background-color: #D65AA2;
}
</style>
border-color css
<style>
span { border-color: #D65AA2; }
span { border-color: rgb(214,90,162); }
td.TdClassName
{
border-color: #D65AA2;
}
.TagClassName
{
border-color: #D65AA2;
}
</style>