Shades of Hopbush #D65AAA
Tints of Hopbush #D65AAA
RGB
CMYK
RGB Variations
Color information
#D65AAA (or 0xD65AAA) is known color: Hopbush. HEX triplet: D6, 5A and AA. RGB value is (214,90,170). Sum of RGB (Red+Green+Blue) = 214+90+170=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65AAA is #29A555. Grayscale: #888888. Windows color (decimal): -2729302 or 11164374. OLE color: 11164374.
HSL color Cylindrical-coordinate representation of color #D65AAA: hue angle of 321.29º 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 #D65AAA is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 170 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.16 |
| HSL | 321.29º | 0.6% | 0.6% | - |
| HSV(B) | 321.29º | 0.58% | 0.84% | - |
| XYZ | 38.64 | 24.51 | 40.72 | - |
| YUV | 136.2 | 147.08 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 170 | 0 | 0.58 | 0.21 | 0.16 | 321.29 | 0.6 | 0.6 |
| Hex | D6 | 5A | AA | 0 | 3A | 15 | 10 | 141 | 3C | 3C |
| Octal | 326 | 132 | 252 | 0 | 72 | 25 | 20 | 501 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10101010 | 0 | 111010 | 10101 | 10000 | 101000001 | 111100 | 111100 |
Color Harmonies of #D65AAA
Complementary color
Monochromatic Colors of #D65AAA
Black with #D65AAA
Text Example
Text Example
White with #D65AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AAA; }
p { color: rgb(214,90,170); }
H1.HeaderClassName
{
color: #D65AAA;
}
.AnyTagClassName
{
color: #D65AAA;
}
</style>
background-color css
<style>
a { background-color: #D65AAA; }
a { background-color: rgb(214,90,170); }
div.DivClassName
{
background-color: #D65AAA;
}
.BgClassName
{
background-color: #D65AAA;
}
</style>
border-color css
<style>
span { border-color: #D65AAA; }
span { border-color: rgb(214,90,170); }
td.TdClassName
{
border-color: #D65AAA;
}
.TagClassName
{
border-color: #D65AAA;
}
</style>