Shades of Hopbush #D45A99
Tints of Hopbush #D45A99
RGB
CMYK
RGB Variations
Color information
#D45A99 (or 0xD45A99) is known color: Hopbush. HEX triplet: D4, 5A and 99. RGB value is (212,90,153). Sum of RGB (Red+Green+Blue) = 212+90+153=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45A99 is #2BA566. Grayscale: #858585. Windows color (decimal): -2860391 or 10050260. OLE color: 10050260.
HSL color Cylindrical-coordinate representation of color #D45A99: hue angle of 329.02º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45A99 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 90 | 153 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.17 |
| HSL | 329.02º | 0.59% | 0.59% | - |
| HSV(B) | 329.02º | 0.58% | 0.83% | - |
| XYZ | 36.56 | 23.61 | 32.77 | - |
| YUV | 133.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 153 | 0 | 0.58 | 0.28 | 0.17 | 329.02 | 0.59 | 0.59 |
| Hex | D4 | 5A | 99 | 0 | 3A | 1C | 11 | 149 | 3B | 3B |
| Octal | 324 | 132 | 231 | 0 | 72 | 34 | 21 | 511 | 73 | 73 |
| Binary | 11010100 | 1011010 | 10011001 | 0 | 111010 | 11100 | 10001 | 101001001 | 111011 | 111011 |
Color Harmonies of #D45A99
Complementary color
Monochromatic Colors of #D45A99
Black with #D45A99
Text Example
Text Example
White with #D45A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45A99; }
p { color: rgb(212,90,153); }
H1.HeaderClassName
{
color: #D45A99;
}
.AnyTagClassName
{
color: #D45A99;
}
</style>
background-color css
<style>
a { background-color: #D45A99; }
a { background-color: rgb(212,90,153); }
div.DivClassName
{
background-color: #D45A99;
}
.BgClassName
{
background-color: #D45A99;
}
</style>
border-color css
<style>
span { border-color: #D45A99; }
span { border-color: rgb(212,90,153); }
td.TdClassName
{
border-color: #D45A99;
}
.TagClassName
{
border-color: #D45A99;
}
</style>