Shades of Fuchsia #D563B9
Tints of Fuchsia #D563B9
RGB
CMYK
RGB Variations
Color information
#D563B9 (or 0xD563B9) is known color: Fuchsia. HEX triplet: D5, 63 and B9. RGB value is (213,99,185). Sum of RGB (Red+Green+Blue) = 213+99+185=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D563B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563B9 is #2A9C46. Grayscale: #8E8E8E. Windows color (decimal): -2792519 or 12149717. OLE color: 12149717.
HSL color Cylindrical-coordinate representation of color #D563B9: hue angle of 314.74º 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 #D563B9 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 185 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.16 |
| HSL | 314.74º | 0.58% | 0.61% | - |
| HSV(B) | 314.74º | 0.54% | 0.84% | - |
| XYZ | 40.66 | 26.57 | 48.88 | - |
| YUV | 142.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 185 | 0 | 0.54 | 0.13 | 0.16 | 314.74 | 0.58 | 0.61 |
| Hex | D5 | 63 | B9 | 0 | 36 | D | 10 | 13B | 3A | 3D |
| Octal | 325 | 143 | 271 | 0 | 66 | 15 | 20 | 473 | 72 | 75 |
| Binary | 11010101 | 1100011 | 10111001 | 0 | 110110 | 1101 | 10000 | 100111011 | 111010 | 111101 |
Color Harmonies of #D563B9
Complementary color
Monochromatic Colors of #D563B9
Black with #D563B9
Text Example
Text Example
White with #D563B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563B9; }
p { color: rgb(213,99,185); }
H1.HeaderClassName
{
color: #D563B9;
}
.AnyTagClassName
{
color: #D563B9;
}
</style>
background-color css
<style>
a { background-color: #D563B9; }
a { background-color: rgb(213,99,185); }
div.DivClassName
{
background-color: #D563B9;
}
.BgClassName
{
background-color: #D563B9;
}
</style>
border-color css
<style>
span { border-color: #D563B9; }
span { border-color: rgb(213,99,185); }
td.TdClassName
{
border-color: #D563B9;
}
.TagClassName
{
border-color: #D563B9;
}
</style>