Shades of Fuchsia #D863BA
Tints of Fuchsia #D863BA
RGB
CMYK
RGB Variations
Color information
#D863BA (or 0xD863BA) is known color: Fuchsia. HEX triplet: D8, 63 and BA. RGB value is (216,99,186). Sum of RGB (Red+Green+Blue) = 216+99+186=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D863BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863BA is #279C45. Grayscale: #8F8F8F. Windows color (decimal): -2595910 or 12215256. OLE color: 12215256.
HSL color Cylindrical-coordinate representation of color #D863BA: hue angle of 315.38º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D863BA is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 186 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.15 |
| HSL | 315.38º | 0.6% | 0.62% | - |
| HSV(B) | 315.38º | 0.54% | 0.85% | - |
| XYZ | 41.64 | 27.07 | 49.48 | - |
| YUV | 143.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 186 | 0 | 0.54 | 0.14 | 0.15 | 315.38 | 0.6 | 0.62 |
| Hex | D8 | 63 | BA | 0 | 36 | E | F | 13B | 3C | 3E |
| Octal | 330 | 143 | 272 | 0 | 66 | 16 | 17 | 473 | 74 | 76 |
| Binary | 11011000 | 1100011 | 10111010 | 0 | 110110 | 1110 | 1111 | 100111011 | 111100 | 111110 |
Color Harmonies of #D863BA
Complementary color
Monochromatic Colors of #D863BA
Black with #D863BA
Text Example
Text Example
White with #D863BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863BA; }
p { color: rgb(216,99,186); }
H1.HeaderClassName
{
color: #D863BA;
}
.AnyTagClassName
{
color: #D863BA;
}
</style>
background-color css
<style>
a { background-color: #D863BA; }
a { background-color: rgb(216,99,186); }
div.DivClassName
{
background-color: #D863BA;
}
.BgClassName
{
background-color: #D863BA;
}
</style>
border-color css
<style>
span { border-color: #D863BA; }
span { border-color: rgb(216,99,186); }
td.TdClassName
{
border-color: #D863BA;
}
.TagClassName
{
border-color: #D863BA;
}
</style>