Shades of Fuchsia #D63EC0
Tints of Fuchsia #D63EC0
RGB
CMYK
RGB Variations
Color information
#D63EC0 (or 0xD63EC0) is known color: Fuchsia. HEX triplet: D6, 3E and C0. RGB value is (214,62,192). Sum of RGB (Red+Green+Blue) = 214+62+192=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EC0 is #29C13F. Grayscale: #797979. Windows color (decimal): -2736448 or 12598998. OLE color: 12598998.
HSL color Cylindrical-coordinate representation of color #D63EC0: hue angle of 308.68º 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 #D63EC0 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 192 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.16 |
| HSL | 308.68º | 0.65% | 0.54% | - |
| HSV(B) | 308.68º | 0.71% | 0.84% | - |
| XYZ | 38.97 | 21.55 | 51.97 | - |
| YUV | 122.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 192 | 0 | 0.71 | 0.10 | 0.16 | 308.68 | 0.65 | 0.54 |
| Hex | D6 | 3E | C0 | 0 | 47 | A | 10 | 135 | 41 | 36 |
| Octal | 326 | 76 | 300 | 0 | 107 | 12 | 20 | 465 | 101 | 66 |
| Binary | 11010110 | 111110 | 11000000 | 0 | 1000111 | 1010 | 10000 | 100110101 | 1000001 | 110110 |
Color Harmonies of #D63EC0
Complementary color
Monochromatic Colors of #D63EC0
Black with #D63EC0
Text Example
Text Example
White with #D63EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63EC0; }
p { color: rgb(214,62,192); }
H1.HeaderClassName
{
color: #D63EC0;
}
.AnyTagClassName
{
color: #D63EC0;
}
</style>
background-color css
<style>
a { background-color: #D63EC0; }
a { background-color: rgb(214,62,192); }
div.DivClassName
{
background-color: #D63EC0;
}
.BgClassName
{
background-color: #D63EC0;
}
</style>
border-color css
<style>
span { border-color: #D63EC0; }
span { border-color: rgb(214,62,192); }
td.TdClassName
{
border-color: #D63EC0;
}
.TagClassName
{
border-color: #D63EC0;
}
</style>