Shades of Hopbush #D9669D
Tints of Hopbush #D9669D
RGB
CMYK
RGB Variations
Color information
#D9669D (or 0xD9669D) is known color: Hopbush. HEX triplet: D9, 66 and 9D. RGB value is (217,102,157). Sum of RGB (Red+Green+Blue) = 217+102+157=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9669D is #269962. Grayscale: #8E8E8E. Windows color (decimal): -2529635 or 10315481. OLE color: 10315481.
HSL color Cylindrical-coordinate representation of color #D9669D: hue angle of 331.3º 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 #D9669D is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 157 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.15 |
| HSL | 331.3º | 0.6% | 0.63% | - |
| HSV(B) | 331.3º | 0.53% | 0.85% | - |
| XYZ | 39.45 | 26.69 | 34.97 | - |
| YUV | 142.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 157 | 0 | 0.53 | 0.28 | 0.15 | 331.3 | 0.6 | 0.63 |
| Hex | D9 | 66 | 9D | 0 | 35 | 1C | F | 14B | 3C | 3F |
| Octal | 331 | 146 | 235 | 0 | 65 | 34 | 17 | 513 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10011101 | 0 | 110101 | 11100 | 1111 | 101001011 | 111100 | 111111 |
Color Harmonies of #D9669D
Complementary color
Monochromatic Colors of #D9669D
Black with #D9669D
Text Example
Text Example
White with #D9669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9669D; }
p { color: rgb(217,102,157); }
H1.HeaderClassName
{
color: #D9669D;
}
.AnyTagClassName
{
color: #D9669D;
}
</style>
background-color css
<style>
a { background-color: #D9669D; }
a { background-color: rgb(217,102,157); }
div.DivClassName
{
background-color: #D9669D;
}
.BgClassName
{
background-color: #D9669D;
}
</style>
border-color css
<style>
span { border-color: #D9669D; }
span { border-color: rgb(217,102,157); }
td.TdClassName
{
border-color: #D9669D;
}
.TagClassName
{
border-color: #D9669D;
}
</style>