Shades of Hopbush #D65AA4
Tints of Hopbush #D65AA4
RGB
CMYK
RGB Variations
Color information
#D65AA4 (or 0xD65AA4) is known color: Hopbush. HEX triplet: D6, 5A and A4. RGB value is (214,90,164). Sum of RGB (Red+Green+Blue) = 214+90+164=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65AA4 is #29A55B. Grayscale: #878787. Windows color (decimal): -2729308 or 10771158. OLE color: 10771158.
HSL color Cylindrical-coordinate representation of color #D65AA4: hue angle of 324.19º 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 #D65AA4 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 164 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.16 |
| HSL | 324.19º | 0.6% | 0.6% | - |
| HSV(B) | 324.19º | 0.58% | 0.84% | - |
| XYZ | 38.09 | 24.29 | 37.8 | - |
| YUV | 135.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 164 | 0 | 0.58 | 0.23 | 0.16 | 324.19 | 0.6 | 0.6 |
| Hex | D6 | 5A | A4 | 0 | 3A | 17 | 10 | 144 | 3C | 3C |
| Octal | 326 | 132 | 244 | 0 | 72 | 27 | 20 | 504 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10100100 | 0 | 111010 | 10111 | 10000 | 101000100 | 111100 | 111100 |
Color Harmonies of #D65AA4
Complementary color
Monochromatic Colors of #D65AA4
Black with #D65AA4
Text Example
Text Example
White with #D65AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AA4; }
p { color: rgb(214,90,164); }
H1.HeaderClassName
{
color: #D65AA4;
}
.AnyTagClassName
{
color: #D65AA4;
}
</style>
background-color css
<style>
a { background-color: #D65AA4; }
a { background-color: rgb(214,90,164); }
div.DivClassName
{
background-color: #D65AA4;
}
.BgClassName
{
background-color: #D65AA4;
}
</style>
border-color css
<style>
span { border-color: #D65AA4; }
span { border-color: rgb(214,90,164); }
td.TdClassName
{
border-color: #D65AA4;
}
.TagClassName
{
border-color: #D65AA4;
}
</style>