Shades of Hopbush #D55C8F
Tints of Hopbush #D55C8F
RGB
CMYK
RGB Variations
Color information
#D55C8F (or 0xD55C8F) is known color: Hopbush. HEX triplet: D5, 5C and 8F. RGB value is (213,92,143). Sum of RGB (Red+Green+Blue) = 213+92+143=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55C8F is #2AA370. Grayscale: #858585. Windows color (decimal): -2794353 or 9395413. OLE color: 9395413.
HSL color Cylindrical-coordinate representation of color #D55C8F: hue angle of 334.71º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55C8F is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 143 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.16 |
| HSL | 334.71º | 0.59% | 0.6% | - |
| HSV(B) | 334.71º | 0.57% | 0.84% | - |
| XYZ | 36.23 | 23.78 | 28.67 | - |
| YUV | 133.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 143 | 0 | 0.57 | 0.33 | 0.16 | 334.71 | 0.59 | 0.6 |
| Hex | D5 | 5C | 8F | 0 | 39 | 21 | 10 | 14F | 3B | 3C |
| Octal | 325 | 134 | 217 | 0 | 71 | 41 | 20 | 517 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10001111 | 0 | 111001 | 100001 | 10000 | 101001111 | 111011 | 111100 |
Color Harmonies of #D55C8F
Complementary color
Monochromatic Colors of #D55C8F
Black with #D55C8F
Text Example
Text Example
White with #D55C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C8F; }
p { color: rgb(213,92,143); }
H1.HeaderClassName
{
color: #D55C8F;
}
.AnyTagClassName
{
color: #D55C8F;
}
</style>
background-color css
<style>
a { background-color: #D55C8F; }
a { background-color: rgb(213,92,143); }
div.DivClassName
{
background-color: #D55C8F;
}
.BgClassName
{
background-color: #D55C8F;
}
</style>
border-color css
<style>
span { border-color: #D55C8F; }
span { border-color: rgb(213,92,143); }
td.TdClassName
{
border-color: #D55C8F;
}
.TagClassName
{
border-color: #D55C8F;
}
</style>