Shades of Hopbush #D55F98
Tints of Hopbush #D55F98
RGB
CMYK
RGB Variations
Color information
#D55F98 (or 0xD55F98) is known color: Hopbush. HEX triplet: D5, 5F and 98. RGB value is (213,95,152). Sum of RGB (Red+Green+Blue) = 213+95+152=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F98 is #2AA067. Grayscale: #888888. Windows color (decimal): -2793576 or 9986005. OLE color: 9986005.
HSL color Cylindrical-coordinate representation of color #D55F98: hue angle of 331.02º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F98 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 152 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.16 |
| HSL | 331.02º | 0.58% | 0.6% | - |
| HSV(B) | 331.02º | 0.55% | 0.84% | - |
| XYZ | 37.2 | 24.6 | 32.49 | - |
| YUV | 136.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 152 | 0 | 0.55 | 0.29 | 0.16 | 331.02 | 0.58 | 0.6 |
| Hex | D5 | 5F | 98 | 0 | 37 | 1D | 10 | 14B | 3A | 3C |
| Octal | 325 | 137 | 230 | 0 | 67 | 35 | 20 | 513 | 72 | 74 |
| Binary | 11010101 | 1011111 | 10011000 | 0 | 110111 | 11101 | 10000 | 101001011 | 111010 | 111100 |
Color Harmonies of #D55F98
Complementary color
Monochromatic Colors of #D55F98
Black with #D55F98
Text Example
Text Example
White with #D55F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F98; }
p { color: rgb(213,95,152); }
H1.HeaderClassName
{
color: #D55F98;
}
.AnyTagClassName
{
color: #D55F98;
}
</style>
background-color css
<style>
a { background-color: #D55F98; }
a { background-color: rgb(213,95,152); }
div.DivClassName
{
background-color: #D55F98;
}
.BgClassName
{
background-color: #D55F98;
}
</style>
border-color css
<style>
span { border-color: #D55F98; }
span { border-color: rgb(213,95,152); }
td.TdClassName
{
border-color: #D55F98;
}
.TagClassName
{
border-color: #D55F98;
}
</style>