Shades of Hopbush #D95FA1
Tints of Hopbush #D95FA1
RGB
CMYK
RGB Variations
Color information
#D95FA1 (or 0xD95FA1) is known color: Hopbush. HEX triplet: D9, 5F and A1. RGB value is (217,95,161). Sum of RGB (Red+Green+Blue) = 217+95+161=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95FA1 is #26A05E. Grayscale: #8A8A8A. Windows color (decimal): -2531423 or 10575833. OLE color: 10575833.
HSL color Cylindrical-coordinate representation of color #D95FA1: hue angle of 327.54º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D95FA1 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 95 | 161 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.15 |
| HSL | 327.54º | 0.62% | 0.61% | - |
| HSV(B) | 327.54º | 0.56% | 0.85% | - |
| XYZ | 39.14 | 25.51 | 36.58 | - |
| YUV | 139 | 140.42 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 95 | 161 | 0 | 0.56 | 0.26 | 0.15 | 327.54 | 0.62 | 0.61 |
| Hex | D9 | 5F | A1 | 0 | 38 | 1A | F | 148 | 3E | 3D |
| Octal | 331 | 137 | 241 | 0 | 70 | 32 | 17 | 510 | 76 | 75 |
| Binary | 11011001 | 1011111 | 10100001 | 0 | 111000 | 11010 | 1111 | 101001000 | 111110 | 111101 |
Color Harmonies of #D95FA1
Complementary color
Monochromatic Colors of #D95FA1
Black with #D95FA1
Text Example
Text Example
White with #D95FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95FA1; }
p { color: rgb(217,95,161); }
H1.HeaderClassName
{
color: #D95FA1;
}
.AnyTagClassName
{
color: #D95FA1;
}
</style>
background-color css
<style>
a { background-color: #D95FA1; }
a { background-color: rgb(217,95,161); }
div.DivClassName
{
background-color: #D95FA1;
}
.BgClassName
{
background-color: #D95FA1;
}
</style>
border-color css
<style>
span { border-color: #D95FA1; }
span { border-color: rgb(217,95,161); }
td.TdClassName
{
border-color: #D95FA1;
}
.TagClassName
{
border-color: #D95FA1;
}
</style>