Shades of Hopbush #D55D88
Tints of Hopbush #D55D88
RGB
CMYK
RGB Variations
Color information
#D55D88 (or 0xD55D88) is known color: Hopbush. HEX triplet: D5, 5D and 88. RGB value is (213,93,136). Sum of RGB (Red+Green+Blue) = 213+93+136=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55D88 is #2AA277. Grayscale: #858585. Windows color (decimal): -2794104 or 8936917. OLE color: 8936917.
HSL color Cylindrical-coordinate representation of color #D55D88: hue angle of 338.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55D88 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 136 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.16 |
| HSL | 338.5º | 0.59% | 0.6% | - |
| HSV(B) | 338.5º | 0.56% | 0.84% | - |
| XYZ | 35.8 | 23.75 | 25.99 | - |
| YUV | 133.78 | 129.26 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 136 | 0 | 0.56 | 0.36 | 0.16 | 338.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | 88 | 0 | 38 | 24 | 10 | 152 | 3B | 3C |
| Octal | 325 | 135 | 210 | 0 | 70 | 44 | 20 | 522 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10001000 | 0 | 111000 | 100100 | 10000 | 101010010 | 111011 | 111100 |
Color Harmonies of #D55D88
Complementary color
Monochromatic Colors of #D55D88
Black with #D55D88
Text Example
Text Example
White with #D55D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D88; }
p { color: rgb(213,93,136); }
H1.HeaderClassName
{
color: #D55D88;
}
.AnyTagClassName
{
color: #D55D88;
}
</style>
background-color css
<style>
a { background-color: #D55D88; }
a { background-color: rgb(213,93,136); }
div.DivClassName
{
background-color: #D55D88;
}
.BgClassName
{
background-color: #D55D88;
}
</style>
border-color css
<style>
span { border-color: #D55D88; }
span { border-color: rgb(213,93,136); }
td.TdClassName
{
border-color: #D55D88;
}
.TagClassName
{
border-color: #D55D88;
}
</style>