Shades of Hopbush #D55A99
Tints of Hopbush #D55A99
RGB
CMYK
RGB Variations
Color information
#D55A99 (or 0xD55A99) is known color: Hopbush. HEX triplet: D5, 5A and 99. RGB value is (213,90,153). Sum of RGB (Red+Green+Blue) = 213+90+153=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55A99 is #2AA566. Grayscale: #858585. Windows color (decimal): -2794855 or 10050261. OLE color: 10050261.
HSL color Cylindrical-coordinate representation of color #D55A99: hue angle of 329.27º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55A99 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 153 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.16 |
| HSL | 329.27º | 0.59% | 0.59% | - |
| HSV(B) | 329.27º | 0.58% | 0.84% | - |
| XYZ | 36.85 | 23.76 | 32.78 | - |
| YUV | 133.96 | 138.75 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 153 | 0 | 0.58 | 0.28 | 0.16 | 329.27 | 0.59 | 0.59 |
| Hex | D5 | 5A | 99 | 0 | 3A | 1C | 10 | 149 | 3B | 3B |
| Octal | 325 | 132 | 231 | 0 | 72 | 34 | 20 | 511 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10011001 | 0 | 111010 | 11100 | 10000 | 101001001 | 111011 | 111011 |
Color Harmonies of #D55A99
Complementary color
Monochromatic Colors of #D55A99
Black with #D55A99
Text Example
Text Example
White with #D55A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A99; }
p { color: rgb(213,90,153); }
H1.HeaderClassName
{
color: #D55A99;
}
.AnyTagClassName
{
color: #D55A99;
}
</style>
background-color css
<style>
a { background-color: #D55A99; }
a { background-color: rgb(213,90,153); }
div.DivClassName
{
background-color: #D55A99;
}
.BgClassName
{
background-color: #D55A99;
}
</style>
border-color css
<style>
span { border-color: #D55A99; }
span { border-color: rgb(213,90,153); }
td.TdClassName
{
border-color: #D55A99;
}
.TagClassName
{
border-color: #D55A99;
}
</style>