Shades of Hopbush #D575A8
Tints of Hopbush #D575A8
RGB
CMYK
RGB Variations
Color information
#D575A8 (or 0xD575A8) is known color: Hopbush. HEX triplet: D5, 75 and A8. RGB value is (213,117,168). Sum of RGB (Red+Green+Blue) = 213+117+168=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D575A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D575A8 is #2A8A57. Grayscale: #979797. Windows color (decimal): -2787928 or 11040213. OLE color: 11040213.
HSL color Cylindrical-coordinate representation of color #D575A8: hue angle of 328.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D575A8 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 168 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.16 |
| HSL | 328.13º | 0.53% | 0.65% | - |
| HSV(B) | 328.13º | 0.45% | 0.84% | - |
| XYZ | 40.87 | 29.7 | 40.62 | - |
| YUV | 151.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 168 | 0 | 0.45 | 0.21 | 0.16 | 328.13 | 0.53 | 0.65 |
| Hex | D5 | 75 | A8 | 0 | 2D | 15 | 10 | 148 | 35 | 41 |
| Octal | 325 | 165 | 250 | 0 | 55 | 25 | 20 | 510 | 65 | 101 |
| Binary | 11010101 | 1110101 | 10101000 | 0 | 101101 | 10101 | 10000 | 101001000 | 110101 | 1000001 |
Color Harmonies of #D575A8
Complementary color
Monochromatic Colors of #D575A8
Black with #D575A8
Text Example
Text Example
White with #D575A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575A8; }
p { color: rgb(213,117,168); }
H1.HeaderClassName
{
color: #D575A8;
}
.AnyTagClassName
{
color: #D575A8;
}
</style>
background-color css
<style>
a { background-color: #D575A8; }
a { background-color: rgb(213,117,168); }
div.DivClassName
{
background-color: #D575A8;
}
.BgClassName
{
background-color: #D575A8;
}
</style>
border-color css
<style>
span { border-color: #D575A8; }
span { border-color: rgb(213,117,168); }
td.TdClassName
{
border-color: #D575A8;
}
.TagClassName
{
border-color: #D575A8;
}
</style>