Shades of Fuchsia #D63FB8
Tints of Fuchsia #D63FB8
RGB
CMYK
RGB Variations
Color information
#D63FB8 (or 0xD63FB8) is known color: Fuchsia. HEX triplet: D6, 3F and B8. RGB value is (214,63,184). Sum of RGB (Red+Green+Blue) = 214+63+184=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FB8 is #29C047. Grayscale: #797979. Windows color (decimal): -2736200 or 12074966. OLE color: 12074966.
HSL color Cylindrical-coordinate representation of color #D63FB8: hue angle of 311.92º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FB8 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 184 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.16 |
| HSL | 311.92º | 0.65% | 0.54% | - |
| HSV(B) | 311.92º | 0.71% | 0.84% | - |
| XYZ | 38.16 | 21.31 | 47.45 | - |
| YUV | 121.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 184 | 0 | 0.71 | 0.14 | 0.16 | 311.92 | 0.65 | 0.54 |
| Hex | D6 | 3F | B8 | 0 | 47 | E | 10 | 138 | 41 | 36 |
| Octal | 326 | 77 | 270 | 0 | 107 | 16 | 20 | 470 | 101 | 66 |
| Binary | 11010110 | 111111 | 10111000 | 0 | 1000111 | 1110 | 10000 | 100111000 | 1000001 | 110110 |
Color Harmonies of #D63FB8
Complementary color
Monochromatic Colors of #D63FB8
Black with #D63FB8
Text Example
Text Example
White with #D63FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FB8; }
p { color: rgb(214,63,184); }
H1.HeaderClassName
{
color: #D63FB8;
}
.AnyTagClassName
{
color: #D63FB8;
}
</style>
background-color css
<style>
a { background-color: #D63FB8; }
a { background-color: rgb(214,63,184); }
div.DivClassName
{
background-color: #D63FB8;
}
.BgClassName
{
background-color: #D63FB8;
}
</style>
border-color css
<style>
span { border-color: #D63FB8; }
span { border-color: rgb(214,63,184); }
td.TdClassName
{
border-color: #D63FB8;
}
.TagClassName
{
border-color: #D63FB8;
}
</style>