Shades of Hopbush #D65DAC
Tints of Hopbush #D65DAC
RGB
CMYK
RGB Variations
Color information
#D65DAC (or 0xD65DAC) is known color: Hopbush. HEX triplet: D6, 5D and AC. RGB value is (214,93,172). Sum of RGB (Red+Green+Blue) = 214+93+172=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65DAC is #29A253. Grayscale: #898989. Windows color (decimal): -2728532 or 11296214. OLE color: 11296214.
HSL color Cylindrical-coordinate representation of color #D65DAC: hue angle of 320.83º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65DAC is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 172 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.16 |
| HSL | 320.83º | 0.6% | 0.6% | - |
| HSV(B) | 320.83º | 0.57% | 0.84% | - |
| XYZ | 39.09 | 25.1 | 41.81 | - |
| YUV | 138.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 172 | 0 | 0.57 | 0.20 | 0.16 | 320.83 | 0.6 | 0.6 |
| Hex | D6 | 5D | AC | 0 | 39 | 14 | 10 | 141 | 3C | 3C |
| Octal | 326 | 135 | 254 | 0 | 71 | 24 | 20 | 501 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10101100 | 0 | 111001 | 10100 | 10000 | 101000001 | 111100 | 111100 |
Color Harmonies of #D65DAC
Complementary color
Monochromatic Colors of #D65DAC
Black with #D65DAC
Text Example
Text Example
White with #D65DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DAC; }
p { color: rgb(214,93,172); }
H1.HeaderClassName
{
color: #D65DAC;
}
.AnyTagClassName
{
color: #D65DAC;
}
</style>
background-color css
<style>
a { background-color: #D65DAC; }
a { background-color: rgb(214,93,172); }
div.DivClassName
{
background-color: #D65DAC;
}
.BgClassName
{
background-color: #D65DAC;
}
</style>
border-color css
<style>
span { border-color: #D65DAC; }
span { border-color: rgb(214,93,172); }
td.TdClassName
{
border-color: #D65DAC;
}
.TagClassName
{
border-color: #D65DAC;
}
</style>