Shades of Hopbush #D969AD
Tints of Hopbush #D969AD
RGB
CMYK
RGB Variations
Color information
#D969AD (or 0xD969AD) is known color: Hopbush. HEX triplet: D9, 69 and AD. RGB value is (217,105,173). Sum of RGB (Red+Green+Blue) = 217+105+173=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D969AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D969AD is #269652. Grayscale: #929292. Windows color (decimal): -2528851 or 11364825. OLE color: 11364825.
HSL color Cylindrical-coordinate representation of color #D969AD: hue angle of 323.57º 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 #D969AD is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 173 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.15 |
| HSL | 323.57º | 0.6% | 0.63% | - |
| HSV(B) | 323.57º | 0.52% | 0.85% | - |
| XYZ | 41.21 | 27.87 | 42.74 | - |
| YUV | 146.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 173 | 0 | 0.52 | 0.20 | 0.15 | 323.57 | 0.6 | 0.63 |
| Hex | D9 | 69 | AD | 0 | 34 | 14 | F | 144 | 3C | 3F |
| Octal | 331 | 151 | 255 | 0 | 64 | 24 | 17 | 504 | 74 | 77 |
| Binary | 11011001 | 1101001 | 10101101 | 0 | 110100 | 10100 | 1111 | 101000100 | 111100 | 111111 |
Color Harmonies of #D969AD
Complementary color
Monochromatic Colors of #D969AD
Black with #D969AD
Text Example
Text Example
White with #D969AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969AD; }
p { color: rgb(217,105,173); }
H1.HeaderClassName
{
color: #D969AD;
}
.AnyTagClassName
{
color: #D969AD;
}
</style>
background-color css
<style>
a { background-color: #D969AD; }
a { background-color: rgb(217,105,173); }
div.DivClassName
{
background-color: #D969AD;
}
.BgClassName
{
background-color: #D969AD;
}
</style>
border-color css
<style>
span { border-color: #D969AD; }
span { border-color: rgb(217,105,173); }
td.TdClassName
{
border-color: #D969AD;
}
.TagClassName
{
border-color: #D969AD;
}
</style>