Shades of Hopbush #D95A8F
Tints of Hopbush #D95A8F
RGB
CMYK
RGB Variations
Color information
#D95A8F (or 0xD95A8F) is known color: Hopbush. HEX triplet: D9, 5A and 8F. RGB value is (217,90,143). Sum of RGB (Red+Green+Blue) = 217+90+143=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95A8F is #26A570. Grayscale: #858585. Windows color (decimal): -2532721 or 9394905. OLE color: 9394905.
HSL color Cylindrical-coordinate representation of color #D95A8F: hue angle of 334.96º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95A8F is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 143 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.15 |
| HSL | 334.96º | 0.63% | 0.6% | - |
| HSV(B) | 334.96º | 0.59% | 0.85% | - |
| XYZ | 37.23 | 24.05 | 28.67 | - |
| YUV | 134.02 | 133.08 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 143 | 0 | 0.59 | 0.34 | 0.15 | 334.96 | 0.63 | 0.6 |
| Hex | D9 | 5A | 8F | 0 | 3B | 22 | F | 14F | 3F | 3C |
| Octal | 331 | 132 | 217 | 0 | 73 | 42 | 17 | 517 | 77 | 74 |
| Binary | 11011001 | 1011010 | 10001111 | 0 | 111011 | 100010 | 1111 | 101001111 | 111111 | 111100 |
Color Harmonies of #D95A8F
Complementary color
Monochromatic Colors of #D95A8F
Black with #D95A8F
Text Example
Text Example
White with #D95A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A8F; }
p { color: rgb(217,90,143); }
H1.HeaderClassName
{
color: #D95A8F;
}
.AnyTagClassName
{
color: #D95A8F;
}
</style>
background-color css
<style>
a { background-color: #D95A8F; }
a { background-color: rgb(217,90,143); }
div.DivClassName
{
background-color: #D95A8F;
}
.BgClassName
{
background-color: #D95A8F;
}
</style>
border-color css
<style>
span { border-color: #D95A8F; }
span { border-color: rgb(217,90,143); }
td.TdClassName
{
border-color: #D95A8F;
}
.TagClassName
{
border-color: #D95A8F;
}
</style>