Shades of Hopbush #D570A6
Tints of Hopbush #D570A6
RGB
CMYK
RGB Variations
Color information
#D570A6 (or 0xD570A6) is known color: Hopbush. HEX triplet: D5, 70 and A6. RGB value is (213,112,166). Sum of RGB (Red+Green+Blue) = 213+112+166=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D570A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D570A6 is #2A8F59. Grayscale: #949494. Windows color (decimal): -2789210 or 10907861. OLE color: 10907861.
HSL color Cylindrical-coordinate representation of color #D570A6: hue angle of 327.92º 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 #D570A6 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 166 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.16 |
| HSL | 327.92º | 0.55% | 0.64% | - |
| HSV(B) | 327.92º | 0.47% | 0.84% | - |
| XYZ | 40.12 | 28.49 | 39.46 | - |
| YUV | 148.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 166 | 0 | 0.47 | 0.22 | 0.16 | 327.92 | 0.55 | 0.64 |
| Hex | D5 | 70 | A6 | 0 | 2F | 16 | 10 | 148 | 37 | 40 |
| Octal | 325 | 160 | 246 | 0 | 57 | 26 | 20 | 510 | 67 | 100 |
| Binary | 11010101 | 1110000 | 10100110 | 0 | 101111 | 10110 | 10000 | 101001000 | 110111 | 1000000 |
Color Harmonies of #D570A6
Complementary color
Monochromatic Colors of #D570A6
Black with #D570A6
Text Example
Text Example
White with #D570A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570A6; }
p { color: rgb(213,112,166); }
H1.HeaderClassName
{
color: #D570A6;
}
.AnyTagClassName
{
color: #D570A6;
}
</style>
background-color css
<style>
a { background-color: #D570A6; }
a { background-color: rgb(213,112,166); }
div.DivClassName
{
background-color: #D570A6;
}
.BgClassName
{
background-color: #D570A6;
}
</style>
border-color css
<style>
span { border-color: #D570A6; }
span { border-color: rgb(213,112,166); }
td.TdClassName
{
border-color: #D570A6;
}
.TagClassName
{
border-color: #D570A6;
}
</style>