Shades of Hopbush #D35F8E
Tints of Hopbush #D35F8E
RGB
CMYK
RGB Variations
Color information
#D35F8E (or 0xD35F8E) is known color: Hopbush. HEX triplet: D3, 5F and 8E. RGB value is (211,95,142). Sum of RGB (Red+Green+Blue) = 211+95+142=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35F8E is #2CA071. Grayscale: #868686. Windows color (decimal): -2924658 or 9330643. OLE color: 9330643.
HSL color Cylindrical-coordinate representation of color #D35F8E: hue angle of 335.69º 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 #D35F8E is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 95 | 142 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.17 |
| HSL | 335.69º | 0.57% | 0.6% | - |
| HSV(B) | 335.69º | 0.55% | 0.83% | - |
| XYZ | 35.84 | 23.99 | 28.33 | - |
| YUV | 135.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 142 | 0 | 0.55 | 0.33 | 0.17 | 335.69 | 0.57 | 0.6 |
| Hex | D3 | 5F | 8E | 0 | 37 | 21 | 11 | 150 | 39 | 3C |
| Octal | 323 | 137 | 216 | 0 | 67 | 41 | 21 | 520 | 71 | 74 |
| Binary | 11010011 | 1011111 | 10001110 | 0 | 110111 | 100001 | 10001 | 101010000 | 111001 | 111100 |
Color Harmonies of #D35F8E
Complementary color
Monochromatic Colors of #D35F8E
Black with #D35F8E
Text Example
Text Example
White with #D35F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35F8E; }
p { color: rgb(211,95,142); }
H1.HeaderClassName
{
color: #D35F8E;
}
.AnyTagClassName
{
color: #D35F8E;
}
</style>
background-color css
<style>
a { background-color: #D35F8E; }
a { background-color: rgb(211,95,142); }
div.DivClassName
{
background-color: #D35F8E;
}
.BgClassName
{
background-color: #D35F8E;
}
</style>
border-color css
<style>
span { border-color: #D35F8E; }
span { border-color: rgb(211,95,142); }
td.TdClassName
{
border-color: #D35F8E;
}
.TagClassName
{
border-color: #D35F8E;
}
</style>