Shades of Hopbush #D35E8F
Tints of Hopbush #D35E8F
RGB
CMYK
RGB Variations
Color information
#D35E8F (or 0xD35E8F) is known color: Hopbush. HEX triplet: D3, 5E and 8F. RGB value is (211,94,143). Sum of RGB (Red+Green+Blue) = 211+94+143=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35E8F is #2CA170. Grayscale: #868686. Windows color (decimal): -2924913 or 9395923. OLE color: 9395923.
HSL color Cylindrical-coordinate representation of color #D35E8F: hue angle of 334.87º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35E8F is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 143 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.17 |
| HSL | 334.87º | 0.57% | 0.6% | - |
| HSV(B) | 334.87º | 0.55% | 0.83% | - |
| XYZ | 35.82 | 23.84 | 28.7 | - |
| YUV | 134.57 | 132.76 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 143 | 0 | 0.55 | 0.32 | 0.17 | 334.87 | 0.57 | 0.6 |
| Hex | D3 | 5E | 8F | 0 | 37 | 20 | 11 | 14F | 39 | 3C |
| Octal | 323 | 136 | 217 | 0 | 67 | 40 | 21 | 517 | 71 | 74 |
| Binary | 11010011 | 1011110 | 10001111 | 0 | 110111 | 100000 | 10001 | 101001111 | 111001 | 111100 |
Color Harmonies of #D35E8F
Complementary color
Monochromatic Colors of #D35E8F
Black with #D35E8F
Text Example
Text Example
White with #D35E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35E8F; }
p { color: rgb(211,94,143); }
H1.HeaderClassName
{
color: #D35E8F;
}
.AnyTagClassName
{
color: #D35E8F;
}
</style>
background-color css
<style>
a { background-color: #D35E8F; }
a { background-color: rgb(211,94,143); }
div.DivClassName
{
background-color: #D35E8F;
}
.BgClassName
{
background-color: #D35E8F;
}
</style>
border-color css
<style>
span { border-color: #D35E8F; }
span { border-color: rgb(211,94,143); }
td.TdClassName
{
border-color: #D35E8F;
}
.TagClassName
{
border-color: #D35E8F;
}
</style>