Shades of Hopbush #D570AF
Tints of Hopbush #D570AF
RGB
CMYK
RGB Variations
Color information
#D570AF (or 0xD570AF) is known color: Hopbush. HEX triplet: D5, 70 and AF. RGB value is (213,112,175). Sum of RGB (Red+Green+Blue) = 213+112+175=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D570AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D570AF is #2A8F50. Grayscale: #959595. Windows color (decimal): -2789201 or 11497685. OLE color: 11497685.
HSL color Cylindrical-coordinate representation of color #D570AF: hue angle of 322.57º 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 #D570AF is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 175 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.16 |
| HSL | 322.57º | 0.55% | 0.64% | - |
| HSV(B) | 322.57º | 0.47% | 0.84% | - |
| XYZ | 40.97 | 28.83 | 43.96 | - |
| YUV | 149.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 175 | 0 | 0.47 | 0.18 | 0.16 | 322.57 | 0.55 | 0.64 |
| Hex | D5 | 70 | AF | 0 | 2F | 12 | 10 | 143 | 37 | 40 |
| Octal | 325 | 160 | 257 | 0 | 57 | 22 | 20 | 503 | 67 | 100 |
| Binary | 11010101 | 1110000 | 10101111 | 0 | 101111 | 10010 | 10000 | 101000011 | 110111 | 1000000 |
Color Harmonies of #D570AF
Complementary color
Monochromatic Colors of #D570AF
Black with #D570AF
Text Example
Text Example
White with #D570AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570AF; }
p { color: rgb(213,112,175); }
H1.HeaderClassName
{
color: #D570AF;
}
.AnyTagClassName
{
color: #D570AF;
}
</style>
background-color css
<style>
a { background-color: #D570AF; }
a { background-color: rgb(213,112,175); }
div.DivClassName
{
background-color: #D570AF;
}
.BgClassName
{
background-color: #D570AF;
}
</style>
border-color css
<style>
span { border-color: #D570AF; }
span { border-color: rgb(213,112,175); }
td.TdClassName
{
border-color: #D570AF;
}
.TagClassName
{
border-color: #D570AF;
}
</style>