Shades of Hopbush #D570B0
Tints of Hopbush #D570B0
RGB
CMYK
RGB Variations
Color information
#D570B0 (or 0xD570B0) is known color: Hopbush. HEX triplet: D5, 70 and B0. RGB value is (213,112,176). Sum of RGB (Red+Green+Blue) = 213+112+176=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D570B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D570B0 is #2A8F4F. Grayscale: #959595. Windows color (decimal): -2789200 or 11563221. OLE color: 11563221.
HSL color Cylindrical-coordinate representation of color #D570B0: hue angle of 321.98º 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 #D570B0 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 176 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.16 |
| HSL | 321.98º | 0.55% | 0.64% | - |
| HSV(B) | 321.98º | 0.47% | 0.84% | - |
| XYZ | 41.07 | 28.87 | 44.48 | - |
| YUV | 149.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 176 | 0 | 0.47 | 0.17 | 0.16 | 321.98 | 0.55 | 0.64 |
| Hex | D5 | 70 | B0 | 0 | 2F | 11 | 10 | 142 | 37 | 40 |
| Octal | 325 | 160 | 260 | 0 | 57 | 21 | 20 | 502 | 67 | 100 |
| Binary | 11010101 | 1110000 | 10110000 | 0 | 101111 | 10001 | 10000 | 101000010 | 110111 | 1000000 |
Color Harmonies of #D570B0
Complementary color
Monochromatic Colors of #D570B0
Black with #D570B0
Text Example
Text Example
White with #D570B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570B0; }
p { color: rgb(213,112,176); }
H1.HeaderClassName
{
color: #D570B0;
}
.AnyTagClassName
{
color: #D570B0;
}
</style>
background-color css
<style>
a { background-color: #D570B0; }
a { background-color: rgb(213,112,176); }
div.DivClassName
{
background-color: #D570B0;
}
.BgClassName
{
background-color: #D570B0;
}
</style>
border-color css
<style>
span { border-color: #D570B0; }
span { border-color: rgb(213,112,176); }
td.TdClassName
{
border-color: #D570B0;
}
.TagClassName
{
border-color: #D570B0;
}
</style>