Shades of Hopbush #D562A0
Tints of Hopbush #D562A0
RGB
CMYK
RGB Variations
Color information
#D562A0 (or 0xD562A0) is known color: Hopbush. HEX triplet: D5, 62 and A0. RGB value is (213,98,160). Sum of RGB (Red+Green+Blue) = 213+98+160=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D562A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D562A0 is #2A9D5F. Grayscale: #8B8B8B. Windows color (decimal): -2792800 or 10511061. OLE color: 10511061.
HSL color Cylindrical-coordinate representation of color #D562A0: hue angle of 327.65º 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 #D562A0 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 160 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.16 |
| HSL | 327.65º | 0.58% | 0.61% | - |
| HSV(B) | 327.65º | 0.54% | 0.84% | - |
| XYZ | 38.15 | 25.42 | 36.15 | - |
| YUV | 139.45 | 139.6 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 160 | 0 | 0.54 | 0.25 | 0.16 | 327.65 | 0.58 | 0.61 |
| Hex | D5 | 62 | A0 | 0 | 36 | 19 | 10 | 148 | 3A | 3D |
| Octal | 325 | 142 | 240 | 0 | 66 | 31 | 20 | 510 | 72 | 75 |
| Binary | 11010101 | 1100010 | 10100000 | 0 | 110110 | 11001 | 10000 | 101001000 | 111010 | 111101 |
Color Harmonies of #D562A0
Complementary color
Monochromatic Colors of #D562A0
Black with #D562A0
Text Example
Text Example
White with #D562A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D562A0; }
p { color: rgb(213,98,160); }
H1.HeaderClassName
{
color: #D562A0;
}
.AnyTagClassName
{
color: #D562A0;
}
</style>
background-color css
<style>
a { background-color: #D562A0; }
a { background-color: rgb(213,98,160); }
div.DivClassName
{
background-color: #D562A0;
}
.BgClassName
{
background-color: #D562A0;
}
</style>
border-color css
<style>
span { border-color: #D562A0; }
span { border-color: rgb(213,98,160); }
td.TdClassName
{
border-color: #D562A0;
}
.TagClassName
{
border-color: #D562A0;
}
</style>