Shades of Hopbush #D563AC
Tints of Hopbush #D563AC
RGB
CMYK
RGB Variations
Color information
#D563AC (or 0xD563AC) is known color: Hopbush. HEX triplet: D5, 63 and AC. RGB value is (213,99,172). Sum of RGB (Red+Green+Blue) = 213+99+172=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D563AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D563AC is #2A9C53. Grayscale: #8D8D8D. Windows color (decimal): -2792532 or 11297749. OLE color: 11297749.
HSL color Cylindrical-coordinate representation of color #D563AC: hue angle of 321.58º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D563AC is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 172 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.16 |
| HSL | 321.58º | 0.58% | 0.61% | - |
| HSV(B) | 321.58º | 0.54% | 0.84% | - |
| XYZ | 39.35 | 26.05 | 41.98 | - |
| YUV | 141.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 172 | 0 | 0.54 | 0.19 | 0.16 | 321.58 | 0.58 | 0.61 |
| Hex | D5 | 63 | AC | 0 | 36 | 13 | 10 | 142 | 3A | 3D |
| Octal | 325 | 143 | 254 | 0 | 66 | 23 | 20 | 502 | 72 | 75 |
| Binary | 11010101 | 1100011 | 10101100 | 0 | 110110 | 10011 | 10000 | 101000010 | 111010 | 111101 |
Color Harmonies of #D563AC
Complementary color
Monochromatic Colors of #D563AC
Black with #D563AC
Text Example
Text Example
White with #D563AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563AC; }
p { color: rgb(213,99,172); }
H1.HeaderClassName
{
color: #D563AC;
}
.AnyTagClassName
{
color: #D563AC;
}
</style>
background-color css
<style>
a { background-color: #D563AC; }
a { background-color: rgb(213,99,172); }
div.DivClassName
{
background-color: #D563AC;
}
.BgClassName
{
background-color: #D563AC;
}
</style>
border-color css
<style>
span { border-color: #D563AC; }
span { border-color: rgb(213,99,172); }
td.TdClassName
{
border-color: #D563AC;
}
.TagClassName
{
border-color: #D563AC;
}
</style>