Shades of Hopbush #D95CA1
Tints of Hopbush #D95CA1
RGB
CMYK
RGB Variations
Color information
#D95CA1 (or 0xD95CA1) is known color: Hopbush. HEX triplet: D9, 5C and A1. RGB value is (217,92,161). Sum of RGB (Red+Green+Blue) = 217+92+161=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95CA1 is #26A35E. Grayscale: #898989. Windows color (decimal): -2532191 or 10575065. OLE color: 10575065.
HSL color Cylindrical-coordinate representation of color #D95CA1: hue angle of 326.88º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95CA1 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 161 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.15 |
| HSL | 326.88º | 0.62% | 0.61% | - |
| HSV(B) | 326.88º | 0.58% | 0.85% | - |
| XYZ | 38.88 | 24.98 | 36.49 | - |
| YUV | 137.24 | 141.41 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 161 | 0 | 0.58 | 0.26 | 0.15 | 326.88 | 0.62 | 0.61 |
| Hex | D9 | 5C | A1 | 0 | 3A | 1A | F | 147 | 3E | 3D |
| Octal | 331 | 134 | 241 | 0 | 72 | 32 | 17 | 507 | 76 | 75 |
| Binary | 11011001 | 1011100 | 10100001 | 0 | 111010 | 11010 | 1111 | 101000111 | 111110 | 111101 |
Color Harmonies of #D95CA1
Complementary color
Monochromatic Colors of #D95CA1
Black with #D95CA1
Text Example
Text Example
White with #D95CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95CA1; }
p { color: rgb(217,92,161); }
H1.HeaderClassName
{
color: #D95CA1;
}
.AnyTagClassName
{
color: #D95CA1;
}
</style>
background-color css
<style>
a { background-color: #D95CA1; }
a { background-color: rgb(217,92,161); }
div.DivClassName
{
background-color: #D95CA1;
}
.BgClassName
{
background-color: #D95CA1;
}
</style>
border-color css
<style>
span { border-color: #D95CA1; }
span { border-color: rgb(217,92,161); }
td.TdClassName
{
border-color: #D95CA1;
}
.TagClassName
{
border-color: #D95CA1;
}
</style>