Shades of Hopbush #D169AD
Tints of Hopbush #D169AD
RGB
CMYK
RGB Variations
Color information
#D169AD (or 0xD169AD) is known color: Hopbush. HEX triplet: D1, 69 and AD. RGB value is (209,105,173). Sum of RGB (Red+Green+Blue) = 209+105+173=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D169AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D169AD is #2E9652. Grayscale: #8F8F8F. Windows color (decimal): -3053139 or 11364817. OLE color: 11364817.
HSL color Cylindrical-coordinate representation of color #D169AD: hue angle of 320.77º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D169AD is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 173 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.18 |
| HSL | 320.77º | 0.53% | 0.62% | - |
| HSV(B) | 320.77º | 0.5% | 0.82% | - |
| XYZ | 38.89 | 26.68 | 42.63 | - |
| YUV | 143.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 173 | 0 | 0.50 | 0.17 | 0.18 | 320.77 | 0.53 | 0.62 |
| Hex | D1 | 69 | AD | 0 | 32 | 11 | 12 | 141 | 35 | 3E |
| Octal | 321 | 151 | 255 | 0 | 62 | 21 | 22 | 501 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10101101 | 0 | 110010 | 10001 | 10010 | 101000001 | 110101 | 111110 |
Color Harmonies of #D169AD
Complementary color
Monochromatic Colors of #D169AD
Black with #D169AD
Text Example
Text Example
White with #D169AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169AD; }
p { color: rgb(209,105,173); }
H1.HeaderClassName
{
color: #D169AD;
}
.AnyTagClassName
{
color: #D169AD;
}
</style>
background-color css
<style>
a { background-color: #D169AD; }
a { background-color: rgb(209,105,173); }
div.DivClassName
{
background-color: #D169AD;
}
.BgClassName
{
background-color: #D169AD;
}
</style>
border-color css
<style>
span { border-color: #D169AD; }
span { border-color: rgb(209,105,173); }
td.TdClassName
{
border-color: #D169AD;
}
.TagClassName
{
border-color: #D169AD;
}
</style>