Shades of Hopbush #D666AF
Tints of Hopbush #D666AF
RGB
CMYK
RGB Variations
Color information
#D666AF (or 0xD666AF) is known color: Hopbush. HEX triplet: D6, 66 and AF. RGB value is (214,102,175). Sum of RGB (Red+Green+Blue) = 214+102+175=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D666AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D666AF is #299950. Grayscale: #8F8F8F. Windows color (decimal): -2726225 or 11495126. OLE color: 11495126.
HSL color Cylindrical-coordinate representation of color #D666AF: hue angle of 320.89º 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 #D666AF is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 175 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.16 |
| HSL | 320.89º | 0.58% | 0.62% | - |
| HSV(B) | 320.89º | 0.52% | 0.84% | - |
| XYZ | 40.22 | 26.89 | 43.63 | - |
| YUV | 143.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 175 | 0 | 0.52 | 0.18 | 0.16 | 320.89 | 0.58 | 0.62 |
| Hex | D6 | 66 | AF | 0 | 34 | 12 | 10 | 141 | 3A | 3E |
| Octal | 326 | 146 | 257 | 0 | 64 | 22 | 20 | 501 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10101111 | 0 | 110100 | 10010 | 10000 | 101000001 | 111010 | 111110 |
Color Harmonies of #D666AF
Complementary color
Monochromatic Colors of #D666AF
Black with #D666AF
Text Example
Text Example
White with #D666AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666AF; }
p { color: rgb(214,102,175); }
H1.HeaderClassName
{
color: #D666AF;
}
.AnyTagClassName
{
color: #D666AF;
}
</style>
background-color css
<style>
a { background-color: #D666AF; }
a { background-color: rgb(214,102,175); }
div.DivClassName
{
background-color: #D666AF;
}
.BgClassName
{
background-color: #D666AF;
}
</style>
border-color css
<style>
span { border-color: #D666AF; }
span { border-color: rgb(214,102,175); }
td.TdClassName
{
border-color: #D666AF;
}
.TagClassName
{
border-color: #D666AF;
}
</style>