Shades of Fuchsia #D63EC5
Tints of Fuchsia #D63EC5
RGB
CMYK
RGB Variations
Color information
#D63EC5 (or 0xD63EC5) is known color: Fuchsia. HEX triplet: D6, 3E and C5. RGB value is (214,62,197). Sum of RGB (Red+Green+Blue) = 214+62+197=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EC5 is #29C13A. Grayscale: #7A7A7A. Windows color (decimal): -2736443 or 12926678. OLE color: 12926678.
HSL color Cylindrical-coordinate representation of color #D63EC5: hue angle of 306.71º 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 #D63EC5 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 197 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.16 |
| HSL | 306.71º | 0.65% | 0.54% | - |
| HSV(B) | 306.71º | 0.71% | 0.84% | - |
| XYZ | 39.53 | 21.77 | 54.94 | - |
| YUV | 122.84 | 169.86 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 197 | 0 | 0.71 | 0.08 | 0.16 | 306.71 | 0.65 | 0.54 |
| Hex | D6 | 3E | C5 | 0 | 47 | 8 | 10 | 133 | 41 | 36 |
| Octal | 326 | 76 | 305 | 0 | 107 | 10 | 20 | 463 | 101 | 66 |
| Binary | 11010110 | 111110 | 11000101 | 0 | 1000111 | 1000 | 10000 | 100110011 | 1000001 | 110110 |
Color Harmonies of #D63EC5
Complementary color
Monochromatic Colors of #D63EC5
Black with #D63EC5
Text Example
Text Example
White with #D63EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63EC5; }
p { color: rgb(214,62,197); }
H1.HeaderClassName
{
color: #D63EC5;
}
.AnyTagClassName
{
color: #D63EC5;
}
</style>
background-color css
<style>
a { background-color: #D63EC5; }
a { background-color: rgb(214,62,197); }
div.DivClassName
{
background-color: #D63EC5;
}
.BgClassName
{
background-color: #D63EC5;
}
</style>
border-color css
<style>
span { border-color: #D63EC5; }
span { border-color: rgb(214,62,197); }
td.TdClassName
{
border-color: #D63EC5;
}
.TagClassName
{
border-color: #D63EC5;
}
</style>