Shades of Hopbush #DC5FA8
Tints of Hopbush #DC5FA8
RGB
CMYK
RGB Variations
Color information
#DC5FA8 (or 0xDC5FA8) is known color: Hopbush. HEX triplet: DC, 5F and A8. RGB value is (220,95,168). Sum of RGB (Red+Green+Blue) = 220+95+168=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5FA8 is #23A057. Grayscale: #8C8C8C. Windows color (decimal): -2334808 or 11034588. OLE color: 11034588.
HSL color Cylindrical-coordinate representation of color #DC5FA8: hue angle of 324.96º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5FA8 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 168 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.14 |
| HSL | 324.96º | 0.64% | 0.62% | - |
| HSV(B) | 324.96º | 0.57% | 0.86% | - |
| XYZ | 40.68 | 26.23 | 39.96 | - |
| YUV | 140.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 168 | 0 | 0.57 | 0.24 | 0.14 | 324.96 | 0.64 | 0.62 |
| Hex | DC | 5F | A8 | 0 | 39 | 18 | E | 145 | 40 | 3E |
| Octal | 334 | 137 | 250 | 0 | 71 | 30 | 16 | 505 | 100 | 76 |
| Binary | 11011100 | 1011111 | 10101000 | 0 | 111001 | 11000 | 1110 | 101000101 | 1000000 | 111110 |
Color Harmonies of #DC5FA8
Complementary color
Monochromatic Colors of #DC5FA8
Black with #DC5FA8
Text Example
Text Example
White with #DC5FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5FA8; }
p { color: rgb(220,95,168); }
H1.HeaderClassName
{
color: #DC5FA8;
}
.AnyTagClassName
{
color: #DC5FA8;
}
</style>
background-color css
<style>
a { background-color: #DC5FA8; }
a { background-color: rgb(220,95,168); }
div.DivClassName
{
background-color: #DC5FA8;
}
.BgClassName
{
background-color: #DC5FA8;
}
</style>
border-color css
<style>
span { border-color: #DC5FA8; }
span { border-color: rgb(220,95,168); }
td.TdClassName
{
border-color: #DC5FA8;
}
.TagClassName
{
border-color: #DC5FA8;
}
</style>