Shades of Hopbush #D45FAE
Tints of Hopbush #D45FAE
RGB
CMYK
RGB Variations
Color information
#D45FAE (or 0xD45FAE) is known color: Hopbush. HEX triplet: D4, 5F and AE. RGB value is (212,95,174). Sum of RGB (Red+Green+Blue) = 212+95+174=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D45FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45FAE is #2BA051. Grayscale: #8A8A8A. Windows color (decimal): -2859090 or 11427796. OLE color: 11427796.
HSL color Cylindrical-coordinate representation of color #D45FAE: hue angle of 319.49º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D45FAE is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 95 | 174 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.17 |
| HSL | 319.49º | 0.58% | 0.6% | - |
| HSV(B) | 319.49º | 0.55% | 0.83% | - |
| XYZ | 38.88 | 25.24 | 42.87 | - |
| YUV | 138.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 174 | 0 | 0.55 | 0.18 | 0.17 | 319.49 | 0.58 | 0.6 |
| Hex | D4 | 5F | AE | 0 | 37 | 12 | 11 | 13F | 3A | 3C |
| Octal | 324 | 137 | 256 | 0 | 67 | 22 | 21 | 477 | 72 | 74 |
| Binary | 11010100 | 1011111 | 10101110 | 0 | 110111 | 10010 | 10001 | 100111111 | 111010 | 111100 |
Color Harmonies of #D45FAE
Complementary color
Monochromatic Colors of #D45FAE
Black with #D45FAE
Text Example
Text Example
White with #D45FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45FAE; }
p { color: rgb(212,95,174); }
H1.HeaderClassName
{
color: #D45FAE;
}
.AnyTagClassName
{
color: #D45FAE;
}
</style>
background-color css
<style>
a { background-color: #D45FAE; }
a { background-color: rgb(212,95,174); }
div.DivClassName
{
background-color: #D45FAE;
}
.BgClassName
{
background-color: #D45FAE;
}
</style>
border-color css
<style>
span { border-color: #D45FAE; }
span { border-color: rgb(212,95,174); }
td.TdClassName
{
border-color: #D45FAE;
}
.TagClassName
{
border-color: #D45FAE;
}
</style>