Shades of Hopbush #D95C9D
Tints of Hopbush #D95C9D
RGB
CMYK
RGB Variations
Color information
#D95C9D (or 0xD95C9D) is known color: Hopbush. HEX triplet: D9, 5C and 9D. RGB value is (217,92,157). Sum of RGB (Red+Green+Blue) = 217+92+157=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95C9D is #26A362. Grayscale: #888888. Windows color (decimal): -2532195 or 10312921. OLE color: 10312921.
HSL color Cylindrical-coordinate representation of color #D95C9D: hue angle of 328.8º 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 #D95C9D is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 157 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.15 |
| HSL | 328.8º | 0.62% | 0.61% | - |
| HSV(B) | 328.8º | 0.58% | 0.85% | - |
| XYZ | 38.53 | 24.84 | 34.66 | - |
| YUV | 136.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 157 | 0 | 0.58 | 0.28 | 0.15 | 328.8 | 0.62 | 0.61 |
| Hex | D9 | 5C | 9D | 0 | 3A | 1C | F | 149 | 3E | 3D |
| Octal | 331 | 134 | 235 | 0 | 72 | 34 | 17 | 511 | 76 | 75 |
| Binary | 11011001 | 1011100 | 10011101 | 0 | 111010 | 11100 | 1111 | 101001001 | 111110 | 111101 |
Color Harmonies of #D95C9D
Complementary color
Monochromatic Colors of #D95C9D
Black with #D95C9D
Text Example
Text Example
White with #D95C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C9D; }
p { color: rgb(217,92,157); }
H1.HeaderClassName
{
color: #D95C9D;
}
.AnyTagClassName
{
color: #D95C9D;
}
</style>
background-color css
<style>
a { background-color: #D95C9D; }
a { background-color: rgb(217,92,157); }
div.DivClassName
{
background-color: #D95C9D;
}
.BgClassName
{
background-color: #D95C9D;
}
</style>
border-color css
<style>
span { border-color: #D95C9D; }
span { border-color: rgb(217,92,157); }
td.TdClassName
{
border-color: #D95C9D;
}
.TagClassName
{
border-color: #D95C9D;
}
</style>