Shades of Hopbush #D95C92
Tints of Hopbush #D95C92
RGB
CMYK
RGB Variations
Color information
#D95C92 (or 0xD95C92) is known color: Hopbush. HEX triplet: D9, 5C and 92. RGB value is (217,92,146). Sum of RGB (Red+Green+Blue) = 217+92+146=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95C92 is #26A36D. Grayscale: #878787. Windows color (decimal): -2532206 or 9592025. OLE color: 9592025.
HSL color Cylindrical-coordinate representation of color #D95C92: hue angle of 334.08º 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 #D95C92 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 146 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.15 |
| HSL | 334.08º | 0.62% | 0.61% | - |
| HSV(B) | 334.08º | 0.58% | 0.85% | - |
| XYZ | 37.63 | 24.48 | 29.94 | - |
| YUV | 135.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 146 | 0 | 0.58 | 0.33 | 0.15 | 334.08 | 0.62 | 0.61 |
| Hex | D9 | 5C | 92 | 0 | 3A | 21 | F | 14E | 3E | 3D |
| Octal | 331 | 134 | 222 | 0 | 72 | 41 | 17 | 516 | 76 | 75 |
| Binary | 11011001 | 1011100 | 10010010 | 0 | 111010 | 100001 | 1111 | 101001110 | 111110 | 111101 |
Color Harmonies of #D95C92
Complementary color
Monochromatic Colors of #D95C92
Black with #D95C92
Text Example
Text Example
White with #D95C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C92; }
p { color: rgb(217,92,146); }
H1.HeaderClassName
{
color: #D95C92;
}
.AnyTagClassName
{
color: #D95C92;
}
</style>
background-color css
<style>
a { background-color: #D95C92; }
a { background-color: rgb(217,92,146); }
div.DivClassName
{
background-color: #D95C92;
}
.BgClassName
{
background-color: #D95C92;
}
</style>
border-color css
<style>
span { border-color: #D95C92; }
span { border-color: rgb(217,92,146); }
td.TdClassName
{
border-color: #D95C92;
}
.TagClassName
{
border-color: #D95C92;
}
</style>