Shades of Hopbush #D95F9A
Tints of Hopbush #D95F9A
RGB
CMYK
RGB Variations
Color information
#D95F9A (or 0xD95F9A) is known color: Hopbush. HEX triplet: D9, 5F and 9A. RGB value is (217,95,154). Sum of RGB (Red+Green+Blue) = 217+95+154=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95F9A is #26A065. Grayscale: #8A8A8A. Windows color (decimal): -2531430 or 10117081. OLE color: 10117081.
HSL color Cylindrical-coordinate representation of color #D95F9A: hue angle of 330.98º 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 #D95F9A is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 95 | 154 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.15 |
| HSL | 330.98º | 0.62% | 0.61% | - |
| HSV(B) | 330.98º | 0.56% | 0.85% | - |
| XYZ | 38.54 | 25.27 | 33.42 | - |
| YUV | 138.2 | 136.92 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 95 | 154 | 0 | 0.56 | 0.29 | 0.15 | 330.98 | 0.62 | 0.61 |
| Hex | D9 | 5F | 9A | 0 | 38 | 1D | F | 14B | 3E | 3D |
| Octal | 331 | 137 | 232 | 0 | 70 | 35 | 17 | 513 | 76 | 75 |
| Binary | 11011001 | 1011111 | 10011010 | 0 | 111000 | 11101 | 1111 | 101001011 | 111110 | 111101 |
Color Harmonies of #D95F9A
Complementary color
Monochromatic Colors of #D95F9A
Black with #D95F9A
Text Example
Text Example
White with #D95F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95F9A; }
p { color: rgb(217,95,154); }
H1.HeaderClassName
{
color: #D95F9A;
}
.AnyTagClassName
{
color: #D95F9A;
}
</style>
background-color css
<style>
a { background-color: #D95F9A; }
a { background-color: rgb(217,95,154); }
div.DivClassName
{
background-color: #D95F9A;
}
.BgClassName
{
background-color: #D95F9A;
}
</style>
border-color css
<style>
span { border-color: #D95F9A; }
span { border-color: rgb(217,95,154); }
td.TdClassName
{
border-color: #D95F9A;
}
.TagClassName
{
border-color: #D95F9A;
}
</style>