Shades of Hopbush #D969A0
Tints of Hopbush #D969A0
RGB
CMYK
RGB Variations
Color information
#D969A0 (or 0xD969A0) is known color: Hopbush. HEX triplet: D9, 69 and A0. RGB value is (217,105,160). Sum of RGB (Red+Green+Blue) = 217+105+160=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D969A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D969A0 is #26965F. Grayscale: #909090. Windows color (decimal): -2528864 or 10512857. OLE color: 10512857.
HSL color Cylindrical-coordinate representation of color #D969A0: hue angle of 330.54º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D969A0 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 160 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.15 |
| HSL | 330.54º | 0.6% | 0.63% | - |
| HSV(B) | 330.54º | 0.52% | 0.85% | - |
| XYZ | 40.01 | 27.39 | 36.44 | - |
| YUV | 144.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 160 | 0 | 0.52 | 0.26 | 0.15 | 330.54 | 0.6 | 0.63 |
| Hex | D9 | 69 | A0 | 0 | 34 | 1A | F | 14B | 3C | 3F |
| Octal | 331 | 151 | 240 | 0 | 64 | 32 | 17 | 513 | 74 | 77 |
| Binary | 11011001 | 1101001 | 10100000 | 0 | 110100 | 11010 | 1111 | 101001011 | 111100 | 111111 |
Color Harmonies of #D969A0
Complementary color
Monochromatic Colors of #D969A0
Black with #D969A0
Text Example
Text Example
White with #D969A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969A0; }
p { color: rgb(217,105,160); }
H1.HeaderClassName
{
color: #D969A0;
}
.AnyTagClassName
{
color: #D969A0;
}
</style>
background-color css
<style>
a { background-color: #D969A0; }
a { background-color: rgb(217,105,160); }
div.DivClassName
{
background-color: #D969A0;
}
.BgClassName
{
background-color: #D969A0;
}
</style>
border-color css
<style>
span { border-color: #D969A0; }
span { border-color: rgb(217,105,160); }
td.TdClassName
{
border-color: #D969A0;
}
.TagClassName
{
border-color: #D969A0;
}
</style>