Shades of Hopbush #D965AD
Tints of Hopbush #D965AD
RGB
CMYK
RGB Variations
Color information
#D965AD (or 0xD965AD) is known color: Hopbush. HEX triplet: D9, 65 and AD. RGB value is (217,101,173). Sum of RGB (Red+Green+Blue) = 217+101+173=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D965AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D965AD is #269A52. Grayscale: #8F8F8F. Windows color (decimal): -2529875 or 11363801. OLE color: 11363801.
HSL color Cylindrical-coordinate representation of color #D965AD: hue angle of 322.76º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D965AD is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 173 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.15 |
| HSL | 322.76º | 0.6% | 0.62% | - |
| HSV(B) | 322.76º | 0.53% | 0.85% | - |
| XYZ | 40.81 | 27.08 | 42.61 | - |
| YUV | 143.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 173 | 0 | 0.53 | 0.20 | 0.15 | 322.76 | 0.6 | 0.62 |
| Hex | D9 | 65 | AD | 0 | 35 | 14 | F | 143 | 3C | 3E |
| Octal | 331 | 145 | 255 | 0 | 65 | 24 | 17 | 503 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10101101 | 0 | 110101 | 10100 | 1111 | 101000011 | 111100 | 111110 |
Color Harmonies of #D965AD
Complementary color
Monochromatic Colors of #D965AD
Black with #D965AD
Text Example
Text Example
White with #D965AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965AD; }
p { color: rgb(217,101,173); }
H1.HeaderClassName
{
color: #D965AD;
}
.AnyTagClassName
{
color: #D965AD;
}
</style>
background-color css
<style>
a { background-color: #D965AD; }
a { background-color: rgb(217,101,173); }
div.DivClassName
{
background-color: #D965AD;
}
.BgClassName
{
background-color: #D965AD;
}
</style>
border-color css
<style>
span { border-color: #D965AD; }
span { border-color: rgb(217,101,173); }
td.TdClassName
{
border-color: #D965AD;
}
.TagClassName
{
border-color: #D965AD;
}
</style>