Shades of Fuchsia #D63FC8
Tints of Fuchsia #D63FC8
RGB
CMYK
RGB Variations
Color information
#D63FC8 (or 0xD63FC8) is known color: Fuchsia. HEX triplet: D6, 3F and C8. RGB value is (214,63,200). Sum of RGB (Red+Green+Blue) = 214+63+200=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FC8 is #29C037. Grayscale: #7B7B7B. Windows color (decimal): -2736184 or 13123542. OLE color: 13123542.
HSL color Cylindrical-coordinate representation of color #D63FC8: hue angle of 305.56º 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 #D63FC8 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 200 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.16 |
| HSL | 305.56º | 0.65% | 0.54% | - |
| HSV(B) | 305.56º | 0.71% | 0.84% | - |
| XYZ | 39.93 | 22.02 | 56.79 | - |
| YUV | 123.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 200 | 0 | 0.71 | 0.07 | 0.16 | 305.56 | 0.65 | 0.54 |
| Hex | D6 | 3F | C8 | 0 | 47 | 7 | 10 | 132 | 41 | 36 |
| Octal | 326 | 77 | 310 | 0 | 107 | 7 | 20 | 462 | 101 | 66 |
| Binary | 11010110 | 111111 | 11001000 | 0 | 1000111 | 111 | 10000 | 100110010 | 1000001 | 110110 |
Color Harmonies of #D63FC8
Complementary color
Monochromatic Colors of #D63FC8
Black with #D63FC8
Text Example
Text Example
White with #D63FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FC8; }
p { color: rgb(214,63,200); }
H1.HeaderClassName
{
color: #D63FC8;
}
.AnyTagClassName
{
color: #D63FC8;
}
</style>
background-color css
<style>
a { background-color: #D63FC8; }
a { background-color: rgb(214,63,200); }
div.DivClassName
{
background-color: #D63FC8;
}
.BgClassName
{
background-color: #D63FC8;
}
</style>
border-color css
<style>
span { border-color: #D63FC8; }
span { border-color: rgb(214,63,200); }
td.TdClassName
{
border-color: #D63FC8;
}
.TagClassName
{
border-color: #D63FC8;
}
</style>