Shades of Hopbush #D67AAC
Tints of Hopbush #D67AAC
RGB
CMYK
RGB Variations
Color information
#D67AAC (or 0xD67AAC) is known color: Hopbush. HEX triplet: D6, 7A and AC. RGB value is (214,122,172). Sum of RGB (Red+Green+Blue) = 214+122+172=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67AAC is #298553. Grayscale: #9B9B9B. Windows color (decimal): -2721108 or 11303638. OLE color: 11303638.
HSL color Cylindrical-coordinate representation of color #D67AAC: hue angle of 327.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67AAC is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 172 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.16 |
| HSL | 327.39º | 0.53% | 0.66% | - |
| HSV(B) | 327.39º | 0.43% | 0.84% | - |
| XYZ | 42.14 | 31.19 | 42.83 | - |
| YUV | 155.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 172 | 0 | 0.43 | 0.20 | 0.16 | 327.39 | 0.53 | 0.66 |
| Hex | D6 | 7A | AC | 0 | 2B | 14 | 10 | 147 | 35 | 42 |
| Octal | 326 | 172 | 254 | 0 | 53 | 24 | 20 | 507 | 65 | 102 |
| Binary | 11010110 | 1111010 | 10101100 | 0 | 101011 | 10100 | 10000 | 101000111 | 110101 | 1000010 |
Color Harmonies of #D67AAC
Complementary color
Monochromatic Colors of #D67AAC
Black with #D67AAC
Text Example
Text Example
White with #D67AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67AAC; }
p { color: rgb(214,122,172); }
H1.HeaderClassName
{
color: #D67AAC;
}
.AnyTagClassName
{
color: #D67AAC;
}
</style>
background-color css
<style>
a { background-color: #D67AAC; }
a { background-color: rgb(214,122,172); }
div.DivClassName
{
background-color: #D67AAC;
}
.BgClassName
{
background-color: #D67AAC;
}
</style>
border-color css
<style>
span { border-color: #D67AAC; }
span { border-color: rgb(214,122,172); }
td.TdClassName
{
border-color: #D67AAC;
}
.TagClassName
{
border-color: #D67AAC;
}
</style>