Shades of Hopbush #D165AD
Tints of Hopbush #D165AD
RGB
CMYK
RGB Variations
Color information
#D165AD (or 0xD165AD) is known color: Hopbush. HEX triplet: D1, 65 and AD. RGB value is (209,101,173). Sum of RGB (Red+Green+Blue) = 209+101+173=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D165AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D165AD is #2E9A52. Grayscale: #8D8D8D. Windows color (decimal): -3054163 or 11363793. OLE color: 11363793.
HSL color Cylindrical-coordinate representation of color #D165AD: hue angle of 320º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D165AD is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 173 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.18 |
| HSL | 320º | 0.54% | 0.61% | - |
| HSV(B) | 320º | 0.52% | 0.82% | - |
| XYZ | 38.49 | 25.88 | 42.5 | - |
| YUV | 141.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 173 | 0 | 0.52 | 0.17 | 0.18 | 320 | 0.54 | 0.61 |
| Hex | D1 | 65 | AD | 0 | 34 | 11 | 12 | 140 | 36 | 3D |
| Octal | 321 | 145 | 255 | 0 | 64 | 21 | 22 | 500 | 66 | 75 |
| Binary | 11010001 | 1100101 | 10101101 | 0 | 110100 | 10001 | 10010 | 101000000 | 110110 | 111101 |
Color Harmonies of #D165AD
Complementary color
Monochromatic Colors of #D165AD
Black with #D165AD
Text Example
Text Example
White with #D165AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165AD; }
p { color: rgb(209,101,173); }
H1.HeaderClassName
{
color: #D165AD;
}
.AnyTagClassName
{
color: #D165AD;
}
</style>
background-color css
<style>
a { background-color: #D165AD; }
a { background-color: rgb(209,101,173); }
div.DivClassName
{
background-color: #D165AD;
}
.BgClassName
{
background-color: #D165AD;
}
</style>
border-color css
<style>
span { border-color: #D165AD; }
span { border-color: rgb(209,101,173); }
td.TdClassName
{
border-color: #D165AD;
}
.TagClassName
{
border-color: #D165AD;
}
</style>