Shades of Hopbush #D967AD
Tints of Hopbush #D967AD
RGB
CMYK
RGB Variations
Color information
#D967AD (or 0xD967AD) is known color: Hopbush. HEX triplet: D9, 67 and AD. RGB value is (217,103,173). Sum of RGB (Red+Green+Blue) = 217+103+173=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D967AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D967AD is #269852. Grayscale: #909090. Windows color (decimal): -2529363 or 11364313. OLE color: 11364313.
HSL color Cylindrical-coordinate representation of color #D967AD: hue angle of 323.16º 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 #D967AD is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 173 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.15 |
| HSL | 323.16º | 0.6% | 0.63% | - |
| HSV(B) | 323.16º | 0.53% | 0.85% | - |
| XYZ | 41.01 | 27.47 | 42.68 | - |
| YUV | 145.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 173 | 0 | 0.53 | 0.20 | 0.15 | 323.16 | 0.6 | 0.63 |
| Hex | D9 | 67 | AD | 0 | 35 | 14 | F | 143 | 3C | 3F |
| Octal | 331 | 147 | 255 | 0 | 65 | 24 | 17 | 503 | 74 | 77 |
| Binary | 11011001 | 1100111 | 10101101 | 0 | 110101 | 10100 | 1111 | 101000011 | 111100 | 111111 |
Color Harmonies of #D967AD
Complementary color
Monochromatic Colors of #D967AD
Black with #D967AD
Text Example
Text Example
White with #D967AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967AD; }
p { color: rgb(217,103,173); }
H1.HeaderClassName
{
color: #D967AD;
}
.AnyTagClassName
{
color: #D967AD;
}
</style>
background-color css
<style>
a { background-color: #D967AD; }
a { background-color: rgb(217,103,173); }
div.DivClassName
{
background-color: #D967AD;
}
.BgClassName
{
background-color: #D967AD;
}
</style>
border-color css
<style>
span { border-color: #D967AD; }
span { border-color: rgb(217,103,173); }
td.TdClassName
{
border-color: #D967AD;
}
.TagClassName
{
border-color: #D967AD;
}
</style>