Shades of Hopbush #D55A95
Tints of Hopbush #D55A95
RGB
CMYK
RGB Variations
Color information
#D55A95 (or 0xD55A95) is known color: Hopbush. HEX triplet: D5, 5A and 95. RGB value is (213,90,149). Sum of RGB (Red+Green+Blue) = 213+90+149=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55A95 is #2AA56A. Grayscale: #858585. Windows color (decimal): -2794859 or 9788117. OLE color: 9788117.
HSL color Cylindrical-coordinate representation of color #D55A95: hue angle of 331.22º 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 #D55A95 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 149 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.16 |
| HSL | 331.22º | 0.59% | 0.59% | - |
| HSV(B) | 331.22º | 0.58% | 0.84% | - |
| XYZ | 36.52 | 23.63 | 31.07 | - |
| YUV | 133.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 149 | 0 | 0.58 | 0.30 | 0.16 | 331.22 | 0.59 | 0.59 |
| Hex | D5 | 5A | 95 | 0 | 3A | 1E | 10 | 14B | 3B | 3B |
| Octal | 325 | 132 | 225 | 0 | 72 | 36 | 20 | 513 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10010101 | 0 | 111010 | 11110 | 10000 | 101001011 | 111011 | 111011 |
Color Harmonies of #D55A95
Complementary color
Monochromatic Colors of #D55A95
Black with #D55A95
Text Example
Text Example
White with #D55A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A95; }
p { color: rgb(213,90,149); }
H1.HeaderClassName
{
color: #D55A95;
}
.AnyTagClassName
{
color: #D55A95;
}
</style>
background-color css
<style>
a { background-color: #D55A95; }
a { background-color: rgb(213,90,149); }
div.DivClassName
{
background-color: #D55A95;
}
.BgClassName
{
background-color: #D55A95;
}
</style>
border-color css
<style>
span { border-color: #D55A95; }
span { border-color: rgb(213,90,149); }
td.TdClassName
{
border-color: #D55A95;
}
.TagClassName
{
border-color: #D55A95;
}
</style>