Shades of Hopbush #D873AD
Tints of Hopbush #D873AD
RGB
CMYK
RGB Variations
Color information
#D873AD (or 0xD873AD) is known color: Hopbush. HEX triplet: D8, 73 and AD. RGB value is (216,115,173). Sum of RGB (Red+Green+Blue) = 216+115+173=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D873AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D873AD is #278C52. Grayscale: #979797. Windows color (decimal): -2591827 or 11367384. OLE color: 11367384.
HSL color Cylindrical-coordinate representation of color #D873AD: hue angle of 325.54º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D873AD is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 173 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.15 |
| HSL | 325.54º | 0.56% | 0.65% | - |
| HSV(B) | 325.54º | 0.47% | 0.85% | - |
| XYZ | 41.99 | 29.88 | 43.09 | - |
| YUV | 151.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 173 | 0 | 0.47 | 0.20 | 0.15 | 325.54 | 0.56 | 0.65 |
| Hex | D8 | 73 | AD | 0 | 2F | 14 | F | 146 | 38 | 41 |
| Octal | 330 | 163 | 255 | 0 | 57 | 24 | 17 | 506 | 70 | 101 |
| Binary | 11011000 | 1110011 | 10101101 | 0 | 101111 | 10100 | 1111 | 101000110 | 111000 | 1000001 |
Color Harmonies of #D873AD
Complementary color
Monochromatic Colors of #D873AD
Black with #D873AD
Text Example
Text Example
White with #D873AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D873AD; }
p { color: rgb(216,115,173); }
H1.HeaderClassName
{
color: #D873AD;
}
.AnyTagClassName
{
color: #D873AD;
}
</style>
background-color css
<style>
a { background-color: #D873AD; }
a { background-color: rgb(216,115,173); }
div.DivClassName
{
background-color: #D873AD;
}
.BgClassName
{
background-color: #D873AD;
}
</style>
border-color css
<style>
span { border-color: #D873AD; }
span { border-color: rgb(216,115,173); }
td.TdClassName
{
border-color: #D873AD;
}
.TagClassName
{
border-color: #D873AD;
}
</style>