Shades of Hopbush #D45D9E
Tints of Hopbush #D45D9E
RGB
CMYK
RGB Variations
Color information
#D45D9E (or 0xD45D9E) is known color: Hopbush. HEX triplet: D4, 5D and 9E. RGB value is (212,93,158). Sum of RGB (Red+Green+Blue) = 212+93+158=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45D9E is #2BA261. Grayscale: #878787. Windows color (decimal): -2859618 or 10378708. OLE color: 10378708.
HSL color Cylindrical-coordinate representation of color #D45D9E: hue angle of 327.23º 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 #D45D9E is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 158 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.17 |
| HSL | 327.23º | 0.58% | 0.6% | - |
| HSV(B) | 327.23º | 0.56% | 0.83% | - |
| XYZ | 37.24 | 24.29 | 35.07 | - |
| YUV | 135.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 158 | 0 | 0.56 | 0.25 | 0.17 | 327.23 | 0.58 | 0.6 |
| Hex | D4 | 5D | 9E | 0 | 38 | 19 | 11 | 147 | 3A | 3C |
| Octal | 324 | 135 | 236 | 0 | 70 | 31 | 21 | 507 | 72 | 74 |
| Binary | 11010100 | 1011101 | 10011110 | 0 | 111000 | 11001 | 10001 | 101000111 | 111010 | 111100 |
Color Harmonies of #D45D9E
Complementary color
Monochromatic Colors of #D45D9E
Black with #D45D9E
Text Example
Text Example
White with #D45D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45D9E; }
p { color: rgb(212,93,158); }
H1.HeaderClassName
{
color: #D45D9E;
}
.AnyTagClassName
{
color: #D45D9E;
}
</style>
background-color css
<style>
a { background-color: #D45D9E; }
a { background-color: rgb(212,93,158); }
div.DivClassName
{
background-color: #D45D9E;
}
.BgClassName
{
background-color: #D45D9E;
}
</style>
border-color css
<style>
span { border-color: #D45D9E; }
span { border-color: rgb(212,93,158); }
td.TdClassName
{
border-color: #D45D9E;
}
.TagClassName
{
border-color: #D45D9E;
}
</style>