Shades of Hopbush #D65AAC
Tints of Hopbush #D65AAC
RGB
CMYK
RGB Variations
Color information
#D65AAC (or 0xD65AAC) is known color: Hopbush. HEX triplet: D6, 5A and AC. RGB value is (214,90,172). Sum of RGB (Red+Green+Blue) = 214+90+172=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65AAC is #29A553. Grayscale: #888888. Windows color (decimal): -2729300 or 11295446. OLE color: 11295446.
HSL color Cylindrical-coordinate representation of color #D65AAC: hue angle of 320.32º 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 #D65AAC is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 172 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.16 |
| HSL | 320.32º | 0.6% | 0.6% | - |
| HSV(B) | 320.32º | 0.58% | 0.84% | - |
| XYZ | 38.83 | 24.59 | 41.73 | - |
| YUV | 136.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 172 | 0 | 0.58 | 0.20 | 0.16 | 320.32 | 0.6 | 0.6 |
| Hex | D6 | 5A | AC | 0 | 3A | 14 | 10 | 140 | 3C | 3C |
| Octal | 326 | 132 | 254 | 0 | 72 | 24 | 20 | 500 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10101100 | 0 | 111010 | 10100 | 10000 | 101000000 | 111100 | 111100 |
Color Harmonies of #D65AAC
Complementary color
Monochromatic Colors of #D65AAC
Black with #D65AAC
Text Example
Text Example
White with #D65AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AAC; }
p { color: rgb(214,90,172); }
H1.HeaderClassName
{
color: #D65AAC;
}
.AnyTagClassName
{
color: #D65AAC;
}
</style>
background-color css
<style>
a { background-color: #D65AAC; }
a { background-color: rgb(214,90,172); }
div.DivClassName
{
background-color: #D65AAC;
}
.BgClassName
{
background-color: #D65AAC;
}
</style>
border-color css
<style>
span { border-color: #D65AAC; }
span { border-color: rgb(214,90,172); }
td.TdClassName
{
border-color: #D65AAC;
}
.TagClassName
{
border-color: #D65AAC;
}
</style>