Shades of Fuchsia #D64EC0
Tints of Fuchsia #D64EC0
RGB
CMYK
RGB Variations
Color information
#D64EC0 (or 0xD64EC0) is known color: Fuchsia. HEX triplet: D6, 4E and C0. RGB value is (214,78,192). Sum of RGB (Red+Green+Blue) = 214+78+192=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EC0 is #29B13F. Grayscale: #838383. Windows color (decimal): -2732352 or 12603094. OLE color: 12603094.
HSL color Cylindrical-coordinate representation of color #D64EC0: hue angle of 309.71º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64EC0 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 192 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.16 |
| HSL | 309.71º | 0.62% | 0.57% | - |
| HSV(B) | 309.71º | 0.64% | 0.84% | - |
| XYZ | 39.97 | 23.55 | 52.31 | - |
| YUV | 131.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 192 | 0 | 0.64 | 0.10 | 0.16 | 309.71 | 0.62 | 0.57 |
| Hex | D6 | 4E | C0 | 0 | 40 | A | 10 | 136 | 3E | 39 |
| Octal | 326 | 116 | 300 | 0 | 100 | 12 | 20 | 466 | 76 | 71 |
| Binary | 11010110 | 1001110 | 11000000 | 0 | 1000000 | 1010 | 10000 | 100110110 | 111110 | 111001 |
Color Harmonies of #D64EC0
Complementary color
Monochromatic Colors of #D64EC0
Black with #D64EC0
Text Example
Text Example
White with #D64EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EC0; }
p { color: rgb(214,78,192); }
H1.HeaderClassName
{
color: #D64EC0;
}
.AnyTagClassName
{
color: #D64EC0;
}
</style>
background-color css
<style>
a { background-color: #D64EC0; }
a { background-color: rgb(214,78,192); }
div.DivClassName
{
background-color: #D64EC0;
}
.BgClassName
{
background-color: #D64EC0;
}
</style>
border-color css
<style>
span { border-color: #D64EC0; }
span { border-color: rgb(214,78,192); }
td.TdClassName
{
border-color: #D64EC0;
}
.TagClassName
{
border-color: #D64EC0;
}
</style>