Shades of Hopbush #D566A3
Tints of Hopbush #D566A3
RGB
CMYK
RGB Variations
Color information
#D566A3 (or 0xD566A3) is known color: Hopbush. HEX triplet: D5, 66 and A3. RGB value is (213,102,163). Sum of RGB (Red+Green+Blue) = 213+102+163=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D566A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D566A3 is #2A995C. Grayscale: #8E8E8E. Windows color (decimal): -2791773 or 10708693. OLE color: 10708693.
HSL color Cylindrical-coordinate representation of color #D566A3: hue angle of 327.03º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D566A3 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 163 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.16 |
| HSL | 327.03º | 0.57% | 0.62% | - |
| HSV(B) | 327.03º | 0.52% | 0.84% | - |
| XYZ | 38.8 | 26.29 | 37.68 | - |
| YUV | 142.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 163 | 0 | 0.52 | 0.23 | 0.16 | 327.03 | 0.57 | 0.62 |
| Hex | D5 | 66 | A3 | 0 | 34 | 17 | 10 | 147 | 39 | 3E |
| Octal | 325 | 146 | 243 | 0 | 64 | 27 | 20 | 507 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10100011 | 0 | 110100 | 10111 | 10000 | 101000111 | 111001 | 111110 |
Color Harmonies of #D566A3
Complementary color
Monochromatic Colors of #D566A3
Black with #D566A3
Text Example
Text Example
White with #D566A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566A3; }
p { color: rgb(213,102,163); }
H1.HeaderClassName
{
color: #D566A3;
}
.AnyTagClassName
{
color: #D566A3;
}
</style>
background-color css
<style>
a { background-color: #D566A3; }
a { background-color: rgb(213,102,163); }
div.DivClassName
{
background-color: #D566A3;
}
.BgClassName
{
background-color: #D566A3;
}
</style>
border-color css
<style>
span { border-color: #D566A3; }
span { border-color: rgb(213,102,163); }
td.TdClassName
{
border-color: #D566A3;
}
.TagClassName
{
border-color: #D566A3;
}
</style>