Shades of Fuchsia #D63EC9
Tints of Fuchsia #D63EC9
RGB
CMYK
RGB Variations
Color information
#D63EC9 (or 0xD63EC9) is known color: Fuchsia. HEX triplet: D6, 3E and C9. RGB value is (214,62,201). Sum of RGB (Red+Green+Blue) = 214+62+201=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EC9 is #29C136. Grayscale: #7A7A7A. Windows color (decimal): -2736439 or 13188822. OLE color: 13188822.
HSL color Cylindrical-coordinate representation of color #D63EC9: hue angle of 305.13º 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 #D63EC9 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 201 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.16 |
| HSL | 305.13º | 0.65% | 0.54% | - |
| HSV(B) | 305.13º | 0.71% | 0.84% | - |
| XYZ | 40 | 21.96 | 57.39 | - |
| YUV | 123.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 201 | 0 | 0.71 | 0.06 | 0.16 | 305.13 | 0.65 | 0.54 |
| Hex | D6 | 3E | C9 | 0 | 47 | 6 | 10 | 131 | 41 | 36 |
| Octal | 326 | 76 | 311 | 0 | 107 | 6 | 20 | 461 | 101 | 66 |
| Binary | 11010110 | 111110 | 11001001 | 0 | 1000111 | 110 | 10000 | 100110001 | 1000001 | 110110 |
Color Harmonies of #D63EC9
Complementary color
Monochromatic Colors of #D63EC9
Black with #D63EC9
Text Example
Text Example
White with #D63EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63EC9; }
p { color: rgb(214,62,201); }
H1.HeaderClassName
{
color: #D63EC9;
}
.AnyTagClassName
{
color: #D63EC9;
}
</style>
background-color css
<style>
a { background-color: #D63EC9; }
a { background-color: rgb(214,62,201); }
div.DivClassName
{
background-color: #D63EC9;
}
.BgClassName
{
background-color: #D63EC9;
}
</style>
border-color css
<style>
span { border-color: #D63EC9; }
span { border-color: rgb(214,62,201); }
td.TdClassName
{
border-color: #D63EC9;
}
.TagClassName
{
border-color: #D63EC9;
}
</style>