Shades of Hopbush #D562AC
Tints of Hopbush #D562AC
RGB
CMYK
RGB Variations
Color information
#D562AC (or 0xD562AC) is known color: Hopbush. HEX triplet: D5, 62 and AC. RGB value is (213,98,172). Sum of RGB (Red+Green+Blue) = 213+98+172=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D562AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D562AC is #2A9D53. Grayscale: #8C8C8C. Windows color (decimal): -2792788 or 11297493. OLE color: 11297493.
HSL color Cylindrical-coordinate representation of color #D562AC: hue angle of 321.39º 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 #D562AC is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 172 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.16 |
| HSL | 321.39º | 0.58% | 0.61% | - |
| HSV(B) | 321.39º | 0.54% | 0.84% | - |
| XYZ | 39.25 | 25.86 | 41.95 | - |
| YUV | 140.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 172 | 0 | 0.54 | 0.19 | 0.16 | 321.39 | 0.58 | 0.61 |
| Hex | D5 | 62 | AC | 0 | 36 | 13 | 10 | 141 | 3A | 3D |
| Octal | 325 | 142 | 254 | 0 | 66 | 23 | 20 | 501 | 72 | 75 |
| Binary | 11010101 | 1100010 | 10101100 | 0 | 110110 | 10011 | 10000 | 101000001 | 111010 | 111101 |
Color Harmonies of #D562AC
Complementary color
Monochromatic Colors of #D562AC
Black with #D562AC
Text Example
Text Example
White with #D562AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D562AC; }
p { color: rgb(213,98,172); }
H1.HeaderClassName
{
color: #D562AC;
}
.AnyTagClassName
{
color: #D562AC;
}
</style>
background-color css
<style>
a { background-color: #D562AC; }
a { background-color: rgb(213,98,172); }
div.DivClassName
{
background-color: #D562AC;
}
.BgClassName
{
background-color: #D562AC;
}
</style>
border-color css
<style>
span { border-color: #D562AC; }
span { border-color: rgb(213,98,172); }
td.TdClassName
{
border-color: #D562AC;
}
.TagClassName
{
border-color: #D562AC;
}
</style>