Shades of Hopbush #DC5A9E
Tints of Hopbush #DC5A9E
RGB
CMYK
RGB Variations
Color information
#DC5A9E (or 0xDC5A9E) is known color: Hopbush. HEX triplet: DC, 5A and 9E. RGB value is (220,90,158). Sum of RGB (Red+Green+Blue) = 220+90+158=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5A9E is #23A561. Grayscale: #888888. Windows color (decimal): -2336098 or 10377948. OLE color: 10377948.
HSL color Cylindrical-coordinate representation of color #DC5A9E: hue angle of 328.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5A9E is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 158 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.14 |
| HSL | 328.62º | 0.65% | 0.61% | - |
| HSV(B) | 328.62º | 0.59% | 0.86% | - |
| XYZ | 39.34 | 25 | 35.1 | - |
| YUV | 136.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 158 | 0 | 0.59 | 0.28 | 0.14 | 328.62 | 0.65 | 0.61 |
| Hex | DC | 5A | 9E | 0 | 3B | 1C | E | 149 | 41 | 3D |
| Octal | 334 | 132 | 236 | 0 | 73 | 34 | 16 | 511 | 101 | 75 |
| Binary | 11011100 | 1011010 | 10011110 | 0 | 111011 | 11100 | 1110 | 101001001 | 1000001 | 111101 |
Color Harmonies of #DC5A9E
Complementary color
Monochromatic Colors of #DC5A9E
Black with #DC5A9E
Text Example
Text Example
White with #DC5A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A9E; }
p { color: rgb(220,90,158); }
H1.HeaderClassName
{
color: #DC5A9E;
}
.AnyTagClassName
{
color: #DC5A9E;
}
</style>
background-color css
<style>
a { background-color: #DC5A9E; }
a { background-color: rgb(220,90,158); }
div.DivClassName
{
background-color: #DC5A9E;
}
.BgClassName
{
background-color: #DC5A9E;
}
</style>
border-color css
<style>
span { border-color: #DC5A9E; }
span { border-color: rgb(220,90,158); }
td.TdClassName
{
border-color: #DC5A9E;
}
.TagClassName
{
border-color: #DC5A9E;
}
</style>