Shades of Hopbush #D66CAC
Tints of Hopbush #D66CAC
RGB
CMYK
RGB Variations
Color information
#D66CAC (or 0xD66CAC) is known color: Hopbush. HEX triplet: D6, 6C and AC. RGB value is (214,108,172). Sum of RGB (Red+Green+Blue) = 214+108+172=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66CAC is #299353. Grayscale: #929292. Windows color (decimal): -2724692 or 11300054. OLE color: 11300054.
HSL color Cylindrical-coordinate representation of color #D66CAC: hue angle of 323.77º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CAC is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 172 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.16 |
| HSL | 323.77º | 0.56% | 0.63% | - |
| HSV(B) | 323.77º | 0.5% | 0.84% | - |
| XYZ | 40.54 | 28 | 42.3 | - |
| YUV | 146.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 172 | 0 | 0.50 | 0.20 | 0.16 | 323.77 | 0.56 | 0.63 |
| Hex | D6 | 6C | AC | 0 | 32 | 14 | 10 | 144 | 38 | 3F |
| Octal | 326 | 154 | 254 | 0 | 62 | 24 | 20 | 504 | 70 | 77 |
| Binary | 11010110 | 1101100 | 10101100 | 0 | 110010 | 10100 | 10000 | 101000100 | 111000 | 111111 |
Color Harmonies of #D66CAC
Complementary color
Monochromatic Colors of #D66CAC
Black with #D66CAC
Text Example
Text Example
White with #D66CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66CAC; }
p { color: rgb(214,108,172); }
H1.HeaderClassName
{
color: #D66CAC;
}
.AnyTagClassName
{
color: #D66CAC;
}
</style>
background-color css
<style>
a { background-color: #D66CAC; }
a { background-color: rgb(214,108,172); }
div.DivClassName
{
background-color: #D66CAC;
}
.BgClassName
{
background-color: #D66CAC;
}
</style>
border-color css
<style>
span { border-color: #D66CAC; }
span { border-color: rgb(214,108,172); }
td.TdClassName
{
border-color: #D66CAC;
}
.TagClassName
{
border-color: #D66CAC;
}
</style>