Shades of Hopbush #D45E98
Tints of Hopbush #D45E98
RGB
CMYK
RGB Variations
Color information
#D45E98 (or 0xD45E98) is known color: Hopbush. HEX triplet: D4, 5E and 98. RGB value is (212,94,152). Sum of RGB (Red+Green+Blue) = 212+94+152=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45E98 is #2BA167. Grayscale: #878787. Windows color (decimal): -2859368 or 9985748. OLE color: 9985748.
HSL color Cylindrical-coordinate representation of color #D45E98: hue angle of 330.51º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45E98 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 94 | 152 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.17 |
| HSL | 330.51º | 0.58% | 0.6% | - |
| HSV(B) | 330.51º | 0.56% | 0.83% | - |
| XYZ | 36.82 | 24.27 | 32.45 | - |
| YUV | 135.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 152 | 0 | 0.56 | 0.28 | 0.17 | 330.51 | 0.58 | 0.6 |
| Hex | D4 | 5E | 98 | 0 | 38 | 1C | 11 | 14B | 3A | 3C |
| Octal | 324 | 136 | 230 | 0 | 70 | 34 | 21 | 513 | 72 | 74 |
| Binary | 11010100 | 1011110 | 10011000 | 0 | 111000 | 11100 | 10001 | 101001011 | 111010 | 111100 |
Color Harmonies of #D45E98
Complementary color
Monochromatic Colors of #D45E98
Black with #D45E98
Text Example
Text Example
White with #D45E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45E98; }
p { color: rgb(212,94,152); }
H1.HeaderClassName
{
color: #D45E98;
}
.AnyTagClassName
{
color: #D45E98;
}
</style>
background-color css
<style>
a { background-color: #D45E98; }
a { background-color: rgb(212,94,152); }
div.DivClassName
{
background-color: #D45E98;
}
.BgClassName
{
background-color: #D45E98;
}
</style>
border-color css
<style>
span { border-color: #D45E98; }
span { border-color: rgb(212,94,152); }
td.TdClassName
{
border-color: #D45E98;
}
.TagClassName
{
border-color: #D45E98;
}
</style>