Shades of Fuchsia #D563BA
Tints of Fuchsia #D563BA
RGB
CMYK
RGB Variations
Color information
#D563BA (or 0xD563BA) is known color: Fuchsia. HEX triplet: D5, 63 and BA. RGB value is (213,99,186). Sum of RGB (Red+Green+Blue) = 213+99+186=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D563BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563BA is #2A9C45. Grayscale: #8E8E8E. Windows color (decimal): -2792518 or 12215253. OLE color: 12215253.
HSL color Cylindrical-coordinate representation of color #D563BA: hue angle of 314.21º 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 #D563BA is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 186 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.16 |
| HSL | 314.21º | 0.58% | 0.61% | - |
| HSV(B) | 314.21º | 0.54% | 0.84% | - |
| XYZ | 40.77 | 26.61 | 49.44 | - |
| YUV | 143 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 186 | 0 | 0.54 | 0.13 | 0.16 | 314.21 | 0.58 | 0.61 |
| Hex | D5 | 63 | BA | 0 | 36 | D | 10 | 13A | 3A | 3D |
| Octal | 325 | 143 | 272 | 0 | 66 | 15 | 20 | 472 | 72 | 75 |
| Binary | 11010101 | 1100011 | 10111010 | 0 | 110110 | 1101 | 10000 | 100111010 | 111010 | 111101 |
Color Harmonies of #D563BA
Complementary color
Monochromatic Colors of #D563BA
Black with #D563BA
Text Example
Text Example
White with #D563BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563BA; }
p { color: rgb(213,99,186); }
H1.HeaderClassName
{
color: #D563BA;
}
.AnyTagClassName
{
color: #D563BA;
}
</style>
background-color css
<style>
a { background-color: #D563BA; }
a { background-color: rgb(213,99,186); }
div.DivClassName
{
background-color: #D563BA;
}
.BgClassName
{
background-color: #D563BA;
}
</style>
border-color css
<style>
span { border-color: #D563BA; }
span { border-color: rgb(213,99,186); }
td.TdClassName
{
border-color: #D563BA;
}
.TagClassName
{
border-color: #D563BA;
}
</style>