Shades of Hopbush #D6669F
Tints of Hopbush #D6669F
RGB
CMYK
RGB Variations
Color information
#D6669F (or 0xD6669F) is known color: Hopbush. HEX triplet: D6, 66 and 9F. RGB value is (214,102,159). Sum of RGB (Red+Green+Blue) = 214+102+159=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6669F is #299960. Grayscale: #8D8D8D. Windows color (decimal): -2726241 or 10446550. OLE color: 10446550.
HSL color Cylindrical-coordinate representation of color #D6669F: hue angle of 329.46º 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 #D6669F is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 159 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.16 |
| HSL | 329.46º | 0.58% | 0.62% | - |
| HSV(B) | 329.46º | 0.52% | 0.84% | - |
| XYZ | 38.74 | 26.3 | 35.84 | - |
| YUV | 141.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 159 | 0 | 0.52 | 0.26 | 0.16 | 329.46 | 0.58 | 0.62 |
| Hex | D6 | 66 | 9F | 0 | 34 | 1A | 10 | 149 | 3A | 3E |
| Octal | 326 | 146 | 237 | 0 | 64 | 32 | 20 | 511 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10011111 | 0 | 110100 | 11010 | 10000 | 101001001 | 111010 | 111110 |
Color Harmonies of #D6669F
Complementary color
Monochromatic Colors of #D6669F
Black with #D6669F
Text Example
Text Example
White with #D6669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6669F; }
p { color: rgb(214,102,159); }
H1.HeaderClassName
{
color: #D6669F;
}
.AnyTagClassName
{
color: #D6669F;
}
</style>
background-color css
<style>
a { background-color: #D6669F; }
a { background-color: rgb(214,102,159); }
div.DivClassName
{
background-color: #D6669F;
}
.BgClassName
{
background-color: #D6669F;
}
</style>
border-color css
<style>
span { border-color: #D6669F; }
span { border-color: rgb(214,102,159); }
td.TdClassName
{
border-color: #D6669F;
}
.TagClassName
{
border-color: #D6669F;
}
</style>