Shades of Hopbush #D666AD
Tints of Hopbush #D666AD
RGB
CMYK
RGB Variations
Color information
#D666AD (or 0xD666AD) is known color: Hopbush. HEX triplet: D6, 66 and AD. RGB value is (214,102,173). Sum of RGB (Red+Green+Blue) = 214+102+173=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D666AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D666AD is #299952. Grayscale: #8F8F8F. Windows color (decimal): -2726227 or 11364054. OLE color: 11364054.
HSL color Cylindrical-coordinate representation of color #D666AD: hue angle of 321.96º 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 #D666AD is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 173 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.16 |
| HSL | 321.96º | 0.58% | 0.62% | - |
| HSV(B) | 321.96º | 0.52% | 0.84% | - |
| XYZ | 40.03 | 26.82 | 42.6 | - |
| YUV | 143.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 173 | 0 | 0.52 | 0.19 | 0.16 | 321.96 | 0.58 | 0.62 |
| Hex | D6 | 66 | AD | 0 | 34 | 13 | 10 | 142 | 3A | 3E |
| Octal | 326 | 146 | 255 | 0 | 64 | 23 | 20 | 502 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10101101 | 0 | 110100 | 10011 | 10000 | 101000010 | 111010 | 111110 |
Color Harmonies of #D666AD
Complementary color
Monochromatic Colors of #D666AD
Black with #D666AD
Text Example
Text Example
White with #D666AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666AD; }
p { color: rgb(214,102,173); }
H1.HeaderClassName
{
color: #D666AD;
}
.AnyTagClassName
{
color: #D666AD;
}
</style>
background-color css
<style>
a { background-color: #D666AD; }
a { background-color: rgb(214,102,173); }
div.DivClassName
{
background-color: #D666AD;
}
.BgClassName
{
background-color: #D666AD;
}
</style>
border-color css
<style>
span { border-color: #D666AD; }
span { border-color: rgb(214,102,173); }
td.TdClassName
{
border-color: #D666AD;
}
.TagClassName
{
border-color: #D666AD;
}
</style>