Shades of Hopbush #D55F8F
Tints of Hopbush #D55F8F
RGB
CMYK
RGB Variations
Color information
#D55F8F (or 0xD55F8F) is known color: Hopbush. HEX triplet: D5, 5F and 8F. RGB value is (213,95,143). Sum of RGB (Red+Green+Blue) = 213+95+143=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F8F is #2AA070. Grayscale: #878787. Windows color (decimal): -2793585 or 9396181. OLE color: 9396181.
HSL color Cylindrical-coordinate representation of color #D55F8F: hue angle of 335.59º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F8F is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 143 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.16 |
| HSL | 335.59º | 0.58% | 0.6% | - |
| HSV(B) | 335.59º | 0.55% | 0.84% | - |
| XYZ | 36.49 | 24.31 | 28.76 | - |
| YUV | 135.75 | 132.09 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 143 | 0 | 0.55 | 0.33 | 0.16 | 335.59 | 0.58 | 0.6 |
| Hex | D5 | 5F | 8F | 0 | 37 | 21 | 10 | 150 | 3A | 3C |
| Octal | 325 | 137 | 217 | 0 | 67 | 41 | 20 | 520 | 72 | 74 |
| Binary | 11010101 | 1011111 | 10001111 | 0 | 110111 | 100001 | 10000 | 101010000 | 111010 | 111100 |
Color Harmonies of #D55F8F
Complementary color
Monochromatic Colors of #D55F8F
Black with #D55F8F
Text Example
Text Example
White with #D55F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F8F; }
p { color: rgb(213,95,143); }
H1.HeaderClassName
{
color: #D55F8F;
}
.AnyTagClassName
{
color: #D55F8F;
}
</style>
background-color css
<style>
a { background-color: #D55F8F; }
a { background-color: rgb(213,95,143); }
div.DivClassName
{
background-color: #D55F8F;
}
.BgClassName
{
background-color: #D55F8F;
}
</style>
border-color css
<style>
span { border-color: #D55F8F; }
span { border-color: rgb(213,95,143); }
td.TdClassName
{
border-color: #D55F8F;
}
.TagClassName
{
border-color: #D55F8F;
}
</style>