Shades of Hopbush #D55D9C
Tints of Hopbush #D55D9C
RGB
CMYK
RGB Variations
Color information
#D55D9C (or 0xD55D9C) is known color: Hopbush. HEX triplet: D5, 5D and 9C. RGB value is (213,93,156). Sum of RGB (Red+Green+Blue) = 213+93+156=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55D9C is #2AA263. Grayscale: #878787. Windows color (decimal): -2794084 or 10247637. OLE color: 10247637.
HSL color Cylindrical-coordinate representation of color #D55D9C: hue angle of 328.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 #D55D9C is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 156 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.16 |
| HSL | 328.5º | 0.59% | 0.6% | - |
| HSV(B) | 328.5º | 0.56% | 0.84% | - |
| XYZ | 37.36 | 24.38 | 34.19 | - |
| YUV | 136.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 156 | 0 | 0.56 | 0.27 | 0.16 | 328.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | 9C | 0 | 38 | 1B | 10 | 148 | 3B | 3C |
| Octal | 325 | 135 | 234 | 0 | 70 | 33 | 20 | 510 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10011100 | 0 | 111000 | 11011 | 10000 | 101001000 | 111011 | 111100 |
Color Harmonies of #D55D9C
Complementary color
Monochromatic Colors of #D55D9C
Black with #D55D9C
Text Example
Text Example
White with #D55D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D9C; }
p { color: rgb(213,93,156); }
H1.HeaderClassName
{
color: #D55D9C;
}
.AnyTagClassName
{
color: #D55D9C;
}
</style>
background-color css
<style>
a { background-color: #D55D9C; }
a { background-color: rgb(213,93,156); }
div.DivClassName
{
background-color: #D55D9C;
}
.BgClassName
{
background-color: #D55D9C;
}
</style>
border-color css
<style>
span { border-color: #D55D9C; }
span { border-color: rgb(213,93,156); }
td.TdClassName
{
border-color: #D55D9C;
}
.TagClassName
{
border-color: #D55D9C;
}
</style>