Shades of Hopbush #D569A4
Tints of Hopbush #D569A4
RGB
CMYK
RGB Variations
Color information
#D569A4 (or 0xD569A4) is known color: Hopbush. HEX triplet: D5, 69 and A4. RGB value is (213,105,164). Sum of RGB (Red+Green+Blue) = 213+105+164=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D569A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D569A4 is #2A965B. Grayscale: #8F8F8F. Windows color (decimal): -2791004 or 10774997. OLE color: 10774997.
HSL color Cylindrical-coordinate representation of color #D569A4: hue angle of 327.22º 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 #D569A4 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 164 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.16 |
| HSL | 327.22º | 0.56% | 0.62% | - |
| HSV(B) | 327.22º | 0.51% | 0.84% | - |
| XYZ | 39.19 | 26.93 | 38.25 | - |
| YUV | 144.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 164 | 0 | 0.51 | 0.23 | 0.16 | 327.22 | 0.56 | 0.62 |
| Hex | D5 | 69 | A4 | 0 | 33 | 17 | 10 | 147 | 38 | 3E |
| Octal | 325 | 151 | 244 | 0 | 63 | 27 | 20 | 507 | 70 | 76 |
| Binary | 11010101 | 1101001 | 10100100 | 0 | 110011 | 10111 | 10000 | 101000111 | 111000 | 111110 |
Color Harmonies of #D569A4
Complementary color
Monochromatic Colors of #D569A4
Black with #D569A4
Text Example
Text Example
White with #D569A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D569A4; }
p { color: rgb(213,105,164); }
H1.HeaderClassName
{
color: #D569A4;
}
.AnyTagClassName
{
color: #D569A4;
}
</style>
background-color css
<style>
a { background-color: #D569A4; }
a { background-color: rgb(213,105,164); }
div.DivClassName
{
background-color: #D569A4;
}
.BgClassName
{
background-color: #D569A4;
}
</style>
border-color css
<style>
span { border-color: #D569A4; }
span { border-color: rgb(213,105,164); }
td.TdClassName
{
border-color: #D569A4;
}
.TagClassName
{
border-color: #D569A4;
}
</style>