Shades of Hopbush #D666A8
Tints of Hopbush #D666A8
RGB
CMYK
RGB Variations
Color information
#D666A8 (or 0xD666A8) is known color: Hopbush. HEX triplet: D6, 66 and A8. RGB value is (214,102,168). Sum of RGB (Red+Green+Blue) = 214+102+168=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D666A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D666A8 is #299957. Grayscale: #8E8E8E. Windows color (decimal): -2726232 or 11036374. OLE color: 11036374.
HSL color Cylindrical-coordinate representation of color #D666A8: hue angle of 324.64º 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 #D666A8 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 168 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.16 |
| HSL | 324.64º | 0.58% | 0.62% | - |
| HSV(B) | 324.64º | 0.52% | 0.84% | - |
| XYZ | 39.55 | 26.63 | 40.1 | - |
| YUV | 143.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 168 | 0 | 0.52 | 0.21 | 0.16 | 324.64 | 0.58 | 0.62 |
| Hex | D6 | 66 | A8 | 0 | 34 | 15 | 10 | 145 | 3A | 3E |
| Octal | 326 | 146 | 250 | 0 | 64 | 25 | 20 | 505 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10101000 | 0 | 110100 | 10101 | 10000 | 101000101 | 111010 | 111110 |
Color Harmonies of #D666A8
Complementary color
Monochromatic Colors of #D666A8
Black with #D666A8
Text Example
Text Example
White with #D666A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666A8; }
p { color: rgb(214,102,168); }
H1.HeaderClassName
{
color: #D666A8;
}
.AnyTagClassName
{
color: #D666A8;
}
</style>
background-color css
<style>
a { background-color: #D666A8; }
a { background-color: rgb(214,102,168); }
div.DivClassName
{
background-color: #D666A8;
}
.BgClassName
{
background-color: #D666A8;
}
</style>
border-color css
<style>
span { border-color: #D666A8; }
span { border-color: rgb(214,102,168); }
td.TdClassName
{
border-color: #D666A8;
}
.TagClassName
{
border-color: #D666A8;
}
</style>