Shades of Hopbush #D569A1
Tints of Hopbush #D569A1
RGB
CMYK
RGB Variations
Color information
#D569A1 (or 0xD569A1) is known color: Hopbush. HEX triplet: D5, 69 and A1. RGB value is (213,105,161). Sum of RGB (Red+Green+Blue) = 213+105+161=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D569A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D569A1 is #2A965E. Grayscale: #8F8F8F. Windows color (decimal): -2791007 or 10578389. OLE color: 10578389.
HSL color Cylindrical-coordinate representation of color #D569A1: hue angle of 328.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D569A1 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 161 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.16 |
| HSL | 328.89º | 0.56% | 0.62% | - |
| HSV(B) | 328.89º | 0.51% | 0.84% | - |
| XYZ | 38.93 | 26.82 | 36.84 | - |
| YUV | 143.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 161 | 0 | 0.51 | 0.24 | 0.16 | 328.89 | 0.56 | 0.62 |
| Hex | D5 | 69 | A1 | 0 | 33 | 18 | 10 | 149 | 38 | 3E |
| Octal | 325 | 151 | 241 | 0 | 63 | 30 | 20 | 511 | 70 | 76 |
| Binary | 11010101 | 1101001 | 10100001 | 0 | 110011 | 11000 | 10000 | 101001001 | 111000 | 111110 |
Color Harmonies of #D569A1
Complementary color
Monochromatic Colors of #D569A1
Black with #D569A1
Text Example
Text Example
White with #D569A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D569A1; }
p { color: rgb(213,105,161); }
H1.HeaderClassName
{
color: #D569A1;
}
.AnyTagClassName
{
color: #D569A1;
}
</style>
background-color css
<style>
a { background-color: #D569A1; }
a { background-color: rgb(213,105,161); }
div.DivClassName
{
background-color: #D569A1;
}
.BgClassName
{
background-color: #D569A1;
}
</style>
border-color css
<style>
span { border-color: #D569A1; }
span { border-color: rgb(213,105,161); }
td.TdClassName
{
border-color: #D569A1;
}
.TagClassName
{
border-color: #D569A1;
}
</style>