Shades of Hopbush #D95DAF
Tints of Hopbush #D95DAF
RGB
CMYK
RGB Variations
Color information
#D95DAF (or 0xD95DAF) is known color: Hopbush. HEX triplet: D9, 5D and AF. RGB value is (217,93,175). Sum of RGB (Red+Green+Blue) = 217+93+175=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95DAF is #26A250. Grayscale: #8B8B8B. Windows color (decimal): -2531921 or 11492825. OLE color: 11492825.
HSL color Cylindrical-coordinate representation of color #D95DAF: hue angle of 320.32º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95DAF is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 175 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.15 |
| HSL | 320.32º | 0.62% | 0.61% | - |
| HSV(B) | 320.32º | 0.57% | 0.85% | - |
| XYZ | 40.27 | 25.68 | 43.39 | - |
| YUV | 139.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 175 | 0 | 0.57 | 0.19 | 0.15 | 320.32 | 0.62 | 0.61 |
| Hex | D9 | 5D | AF | 0 | 39 | 13 | F | 140 | 3E | 3D |
| Octal | 331 | 135 | 257 | 0 | 71 | 23 | 17 | 500 | 76 | 75 |
| Binary | 11011001 | 1011101 | 10101111 | 0 | 111001 | 10011 | 1111 | 101000000 | 111110 | 111101 |
Color Harmonies of #D95DAF
Complementary color
Monochromatic Colors of #D95DAF
Black with #D95DAF
Text Example
Text Example
White with #D95DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95DAF; }
p { color: rgb(217,93,175); }
H1.HeaderClassName
{
color: #D95DAF;
}
.AnyTagClassName
{
color: #D95DAF;
}
</style>
background-color css
<style>
a { background-color: #D95DAF; }
a { background-color: rgb(217,93,175); }
div.DivClassName
{
background-color: #D95DAF;
}
.BgClassName
{
background-color: #D95DAF;
}
</style>
border-color css
<style>
span { border-color: #D95DAF; }
span { border-color: rgb(217,93,175); }
td.TdClassName
{
border-color: #D95DAF;
}
.TagClassName
{
border-color: #D95DAF;
}
</style>