Shades of Fuchsia #D63EC1
Tints of Fuchsia #D63EC1
RGB
CMYK
RGB Variations
Color information
#D63EC1 (or 0xD63EC1) is known color: Fuchsia. HEX triplet: D6, 3E and C1. RGB value is (214,62,193). Sum of RGB (Red+Green+Blue) = 214+62+193=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EC1 is #29C13E. Grayscale: #7A7A7A. Windows color (decimal): -2736447 or 12664534. OLE color: 12664534.
HSL color Cylindrical-coordinate representation of color #D63EC1: hue angle of 308.29º 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 #D63EC1 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 193 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.16 |
| HSL | 308.29º | 0.65% | 0.54% | - |
| HSV(B) | 308.29º | 0.71% | 0.84% | - |
| XYZ | 39.08 | 21.59 | 52.56 | - |
| YUV | 122.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 193 | 0 | 0.71 | 0.10 | 0.16 | 308.29 | 0.65 | 0.54 |
| Hex | D6 | 3E | C1 | 0 | 47 | A | 10 | 134 | 41 | 36 |
| Octal | 326 | 76 | 301 | 0 | 107 | 12 | 20 | 464 | 101 | 66 |
| Binary | 11010110 | 111110 | 11000001 | 0 | 1000111 | 1010 | 10000 | 100110100 | 1000001 | 110110 |
Color Harmonies of #D63EC1
Complementary color
Monochromatic Colors of #D63EC1
Black with #D63EC1
Text Example
Text Example
White with #D63EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63EC1; }
p { color: rgb(214,62,193); }
H1.HeaderClassName
{
color: #D63EC1;
}
.AnyTagClassName
{
color: #D63EC1;
}
</style>
background-color css
<style>
a { background-color: #D63EC1; }
a { background-color: rgb(214,62,193); }
div.DivClassName
{
background-color: #D63EC1;
}
.BgClassName
{
background-color: #D63EC1;
}
</style>
border-color css
<style>
span { border-color: #D63EC1; }
span { border-color: rgb(214,62,193); }
td.TdClassName
{
border-color: #D63EC1;
}
.TagClassName
{
border-color: #D63EC1;
}
</style>