Shades of Hopbush #D666AC
Tints of Hopbush #D666AC
RGB
CMYK
RGB Variations
Color information
#D666AC (or 0xD666AC) is known color: Hopbush. HEX triplet: D6, 66 and AC. RGB value is (214,102,172). Sum of RGB (Red+Green+Blue) = 214+102+172=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D666AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D666AC is #299953. Grayscale: #8F8F8F. Windows color (decimal): -2726228 or 11298518. OLE color: 11298518.
HSL color Cylindrical-coordinate representation of color #D666AC: hue angle of 322.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D666AC is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 172 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.16 |
| HSL | 322.5º | 0.58% | 0.62% | - |
| HSV(B) | 322.5º | 0.52% | 0.84% | - |
| XYZ | 39.93 | 26.78 | 42.09 | - |
| YUV | 143.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 172 | 0 | 0.52 | 0.20 | 0.16 | 322.5 | 0.58 | 0.62 |
| Hex | D6 | 66 | AC | 0 | 34 | 14 | 10 | 142 | 3A | 3E |
| Octal | 326 | 146 | 254 | 0 | 64 | 24 | 20 | 502 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10101100 | 0 | 110100 | 10100 | 10000 | 101000010 | 111010 | 111110 |
Color Harmonies of #D666AC
Complementary color
Monochromatic Colors of #D666AC
Black with #D666AC
Text Example
Text Example
White with #D666AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666AC; }
p { color: rgb(214,102,172); }
H1.HeaderClassName
{
color: #D666AC;
}
.AnyTagClassName
{
color: #D666AC;
}
</style>
background-color css
<style>
a { background-color: #D666AC; }
a { background-color: rgb(214,102,172); }
div.DivClassName
{
background-color: #D666AC;
}
.BgClassName
{
background-color: #D666AC;
}
</style>
border-color css
<style>
span { border-color: #D666AC; }
span { border-color: rgb(214,102,172); }
td.TdClassName
{
border-color: #D666AC;
}
.TagClassName
{
border-color: #D666AC;
}
</style>