Shades of Hopbush #D562B0
Tints of Hopbush #D562B0
RGB
CMYK
RGB Variations
Color information
#D562B0 (or 0xD562B0) is known color: Hopbush. HEX triplet: D5, 62 and B0. RGB value is (213,98,176). Sum of RGB (Red+Green+Blue) = 213+98+176=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D562B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D562B0 is #2A9D4F. Grayscale: #8D8D8D. Windows color (decimal): -2792784 or 11559637. OLE color: 11559637.
HSL color Cylindrical-coordinate representation of color #D562B0: hue angle of 319.3º 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 #D562B0 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 176 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.16 |
| HSL | 319.3º | 0.58% | 0.61% | - |
| HSV(B) | 319.3º | 0.54% | 0.84% | - |
| XYZ | 39.64 | 26.02 | 44.01 | - |
| YUV | 141.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 176 | 0 | 0.54 | 0.17 | 0.16 | 319.3 | 0.58 | 0.61 |
| Hex | D5 | 62 | B0 | 0 | 36 | 11 | 10 | 13F | 3A | 3D |
| Octal | 325 | 142 | 260 | 0 | 66 | 21 | 20 | 477 | 72 | 75 |
| Binary | 11010101 | 1100010 | 10110000 | 0 | 110110 | 10001 | 10000 | 100111111 | 111010 | 111101 |
Color Harmonies of #D562B0
Complementary color
Monochromatic Colors of #D562B0
Black with #D562B0
Text Example
Text Example
White with #D562B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D562B0; }
p { color: rgb(213,98,176); }
H1.HeaderClassName
{
color: #D562B0;
}
.AnyTagClassName
{
color: #D562B0;
}
</style>
background-color css
<style>
a { background-color: #D562B0; }
a { background-color: rgb(213,98,176); }
div.DivClassName
{
background-color: #D562B0;
}
.BgClassName
{
background-color: #D562B0;
}
</style>
border-color css
<style>
span { border-color: #D562B0; }
span { border-color: rgb(213,98,176); }
td.TdClassName
{
border-color: #D562B0;
}
.TagClassName
{
border-color: #D562B0;
}
</style>