Shades of Hopbush #D570AC
Tints of Hopbush #D570AC
RGB
CMYK
RGB Variations
Color information
#D570AC (or 0xD570AC) is known color: Hopbush. HEX triplet: D5, 70 and AC. RGB value is (213,112,172). Sum of RGB (Red+Green+Blue) = 213+112+172=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D570AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D570AC is #2A8F53. Grayscale: #949494. Windows color (decimal): -2789204 or 11301077. OLE color: 11301077.
HSL color Cylindrical-coordinate representation of color #D570AC: hue angle of 324.36º 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 #D570AC is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 172 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.16 |
| HSL | 324.36º | 0.55% | 0.64% | - |
| HSV(B) | 324.36º | 0.47% | 0.84% | - |
| XYZ | 40.68 | 28.71 | 42.43 | - |
| YUV | 149.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 172 | 0 | 0.47 | 0.19 | 0.16 | 324.36 | 0.55 | 0.64 |
| Hex | D5 | 70 | AC | 0 | 2F | 13 | 10 | 144 | 37 | 40 |
| Octal | 325 | 160 | 254 | 0 | 57 | 23 | 20 | 504 | 67 | 100 |
| Binary | 11010101 | 1110000 | 10101100 | 0 | 101111 | 10011 | 10000 | 101000100 | 110111 | 1000000 |
Color Harmonies of #D570AC
Complementary color
Monochromatic Colors of #D570AC
Black with #D570AC
Text Example
Text Example
White with #D570AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570AC; }
p { color: rgb(213,112,172); }
H1.HeaderClassName
{
color: #D570AC;
}
.AnyTagClassName
{
color: #D570AC;
}
</style>
background-color css
<style>
a { background-color: #D570AC; }
a { background-color: rgb(213,112,172); }
div.DivClassName
{
background-color: #D570AC;
}
.BgClassName
{
background-color: #D570AC;
}
</style>
border-color css
<style>
span { border-color: #D570AC; }
span { border-color: rgb(213,112,172); }
td.TdClassName
{
border-color: #D570AC;
}
.TagClassName
{
border-color: #D570AC;
}
</style>