Shades of Hopbush #D9669C
Tints of Hopbush #D9669C
RGB
CMYK
RGB Variations
Color information
#D9669C (or 0xD9669C) is known color: Hopbush. HEX triplet: D9, 66 and 9C. RGB value is (217,102,156). Sum of RGB (Red+Green+Blue) = 217+102+156=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9669C is #269963. Grayscale: #8E8E8E. Windows color (decimal): -2529636 or 10249945. OLE color: 10249945.
HSL color Cylindrical-coordinate representation of color #D9669C: hue angle of 331.83º 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 #D9669C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 156 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.15 |
| HSL | 331.83º | 0.6% | 0.63% | - |
| HSV(B) | 331.83º | 0.53% | 0.85% | - |
| XYZ | 39.37 | 26.65 | 34.52 | - |
| YUV | 142.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 156 | 0 | 0.53 | 0.28 | 0.15 | 331.83 | 0.6 | 0.63 |
| Hex | D9 | 66 | 9C | 0 | 35 | 1C | F | 14C | 3C | 3F |
| Octal | 331 | 146 | 234 | 0 | 65 | 34 | 17 | 514 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10011100 | 0 | 110101 | 11100 | 1111 | 101001100 | 111100 | 111111 |
Color Harmonies of #D9669C
Complementary color
Monochromatic Colors of #D9669C
Black with #D9669C
Text Example
Text Example
White with #D9669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9669C; }
p { color: rgb(217,102,156); }
H1.HeaderClassName
{
color: #D9669C;
}
.AnyTagClassName
{
color: #D9669C;
}
</style>
background-color css
<style>
a { background-color: #D9669C; }
a { background-color: rgb(217,102,156); }
div.DivClassName
{
background-color: #D9669C;
}
.BgClassName
{
background-color: #D9669C;
}
</style>
border-color css
<style>
span { border-color: #D9669C; }
span { border-color: rgb(217,102,156); }
td.TdClassName
{
border-color: #D9669C;
}
.TagClassName
{
border-color: #D9669C;
}
</style>