Shades of Hopbush #D9669F
Tints of Hopbush #D9669F
RGB
CMYK
RGB Variations
Color information
#D9669F (or 0xD9669F) is known color: Hopbush. HEX triplet: D9, 66 and 9F. RGB value is (217,102,159). Sum of RGB (Red+Green+Blue) = 217+102+159=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9669F is #269960. Grayscale: #8E8E8E. Windows color (decimal): -2529633 or 10446553. OLE color: 10446553.
HSL color Cylindrical-coordinate representation of color #D9669F: hue angle of 330.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9669F is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 159 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.15 |
| HSL | 330.26º | 0.6% | 0.63% | - |
| HSV(B) | 330.26º | 0.53% | 0.85% | - |
| XYZ | 39.62 | 26.76 | 35.88 | - |
| YUV | 142.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 159 | 0 | 0.53 | 0.27 | 0.15 | 330.26 | 0.6 | 0.63 |
| Hex | D9 | 66 | 9F | 0 | 35 | 1B | F | 14A | 3C | 3F |
| Octal | 331 | 146 | 237 | 0 | 65 | 33 | 17 | 512 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10011111 | 0 | 110101 | 11011 | 1111 | 101001010 | 111100 | 111111 |
Color Harmonies of #D9669F
Complementary color
Monochromatic Colors of #D9669F
Black with #D9669F
Text Example
Text Example
White with #D9669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9669F; }
p { color: rgb(217,102,159); }
H1.HeaderClassName
{
color: #D9669F;
}
.AnyTagClassName
{
color: #D9669F;
}
</style>
background-color css
<style>
a { background-color: #D9669F; }
a { background-color: rgb(217,102,159); }
div.DivClassName
{
background-color: #D9669F;
}
.BgClassName
{
background-color: #D9669F;
}
</style>
border-color css
<style>
span { border-color: #D9669F; }
span { border-color: rgb(217,102,159); }
td.TdClassName
{
border-color: #D9669F;
}
.TagClassName
{
border-color: #D9669F;
}
</style>