Shades of Hopbush #D570AD
Tints of Hopbush #D570AD
RGB
CMYK
RGB Variations
Color information
#D570AD (or 0xD570AD) is known color: Hopbush. HEX triplet: D5, 70 and AD. RGB value is (213,112,173). Sum of RGB (Red+Green+Blue) = 213+112+173=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D570AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D570AD is #2A8F52. Grayscale: #959595. Windows color (decimal): -2789203 or 11366613. OLE color: 11366613.
HSL color Cylindrical-coordinate representation of color #D570AD: hue angle of 323.76º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D570AD is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 173 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.16 |
| HSL | 323.76º | 0.55% | 0.64% | - |
| HSV(B) | 323.76º | 0.47% | 0.84% | - |
| XYZ | 40.78 | 28.75 | 42.94 | - |
| YUV | 149.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 173 | 0 | 0.47 | 0.19 | 0.16 | 323.76 | 0.55 | 0.64 |
| Hex | D5 | 70 | AD | 0 | 2F | 13 | 10 | 144 | 37 | 40 |
| Octal | 325 | 160 | 255 | 0 | 57 | 23 | 20 | 504 | 67 | 100 |
| Binary | 11010101 | 1110000 | 10101101 | 0 | 101111 | 10011 | 10000 | 101000100 | 110111 | 1000000 |
Color Harmonies of #D570AD
Complementary color
Monochromatic Colors of #D570AD
Black with #D570AD
Text Example
Text Example
White with #D570AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570AD; }
p { color: rgb(213,112,173); }
H1.HeaderClassName
{
color: #D570AD;
}
.AnyTagClassName
{
color: #D570AD;
}
</style>
background-color css
<style>
a { background-color: #D570AD; }
a { background-color: rgb(213,112,173); }
div.DivClassName
{
background-color: #D570AD;
}
.BgClassName
{
background-color: #D570AD;
}
</style>
border-color css
<style>
span { border-color: #D570AD; }
span { border-color: rgb(213,112,173); }
td.TdClassName
{
border-color: #D570AD;
}
.TagClassName
{
border-color: #D570AD;
}
</style>