Shades of Hopbush #D563AF
Tints of Hopbush #D563AF
RGB
CMYK
RGB Variations
Color information
#D563AF (or 0xD563AF) is known color: Hopbush. HEX triplet: D5, 63 and AF. RGB value is (213,99,175). Sum of RGB (Red+Green+Blue) = 213+99+175=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D563AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D563AF is #2A9C50. Grayscale: #8D8D8D. Windows color (decimal): -2792529 or 11494357. OLE color: 11494357.
HSL color Cylindrical-coordinate representation of color #D563AF: hue angle of 320º 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 #D563AF is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 175 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.16 |
| HSL | 320º | 0.58% | 0.61% | - |
| HSV(B) | 320º | 0.54% | 0.84% | - |
| XYZ | 39.64 | 26.16 | 43.52 | - |
| YUV | 141.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 175 | 0 | 0.54 | 0.18 | 0.16 | 320 | 0.58 | 0.61 |
| Hex | D5 | 63 | AF | 0 | 36 | 12 | 10 | 140 | 3A | 3D |
| Octal | 325 | 143 | 257 | 0 | 66 | 22 | 20 | 500 | 72 | 75 |
| Binary | 11010101 | 1100011 | 10101111 | 0 | 110110 | 10010 | 10000 | 101000000 | 111010 | 111101 |
Color Harmonies of #D563AF
Complementary color
Monochromatic Colors of #D563AF
Black with #D563AF
Text Example
Text Example
White with #D563AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563AF; }
p { color: rgb(213,99,175); }
H1.HeaderClassName
{
color: #D563AF;
}
.AnyTagClassName
{
color: #D563AF;
}
</style>
background-color css
<style>
a { background-color: #D563AF; }
a { background-color: rgb(213,99,175); }
div.DivClassName
{
background-color: #D563AF;
}
.BgClassName
{
background-color: #D563AF;
}
</style>
border-color css
<style>
span { border-color: #D563AF; }
span { border-color: rgb(213,99,175); }
td.TdClassName
{
border-color: #D563AF;
}
.TagClassName
{
border-color: #D563AF;
}
</style>