Shades of Hopbush #D6669E
Tints of Hopbush #D6669E
RGB
CMYK
RGB Variations
Color information
#D6669E (or 0xD6669E) is known color: Hopbush. HEX triplet: D6, 66 and 9E. RGB value is (214,102,158). Sum of RGB (Red+Green+Blue) = 214+102+158=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6669E is #299961. Grayscale: #8D8D8D. Windows color (decimal): -2726242 or 10381014. OLE color: 10381014.
HSL color Cylindrical-coordinate representation of color #D6669E: hue angle of 330º 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 #D6669E is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 158 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.16 |
| HSL | 330º | 0.58% | 0.62% | - |
| HSV(B) | 330º | 0.52% | 0.84% | - |
| XYZ | 38.65 | 26.27 | 35.38 | - |
| YUV | 141.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 158 | 0 | 0.52 | 0.26 | 0.16 | 330 | 0.58 | 0.62 |
| Hex | D6 | 66 | 9E | 0 | 34 | 1A | 10 | 14A | 3A | 3E |
| Octal | 326 | 146 | 236 | 0 | 64 | 32 | 20 | 512 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10011110 | 0 | 110100 | 11010 | 10000 | 101001010 | 111010 | 111110 |
Color Harmonies of #D6669E
Complementary color
Monochromatic Colors of #D6669E
Black with #D6669E
Text Example
Text Example
White with #D6669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6669E; }
p { color: rgb(214,102,158); }
H1.HeaderClassName
{
color: #D6669E;
}
.AnyTagClassName
{
color: #D6669E;
}
</style>
background-color css
<style>
a { background-color: #D6669E; }
a { background-color: rgb(214,102,158); }
div.DivClassName
{
background-color: #D6669E;
}
.BgClassName
{
background-color: #D6669E;
}
</style>
border-color css
<style>
span { border-color: #D6669E; }
span { border-color: rgb(214,102,158); }
td.TdClassName
{
border-color: #D6669E;
}
.TagClassName
{
border-color: #D6669E;
}
</style>