Shades of Fuchsia #D64EC5
Tints of Fuchsia #D64EC5
RGB
CMYK
RGB Variations
Color information
#D64EC5 (or 0xD64EC5) is known color: Fuchsia. HEX triplet: D6, 4E and C5. RGB value is (214,78,197). Sum of RGB (Red+Green+Blue) = 214+78+197=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EC5 is #29B13A. Grayscale: #838383. Windows color (decimal): -2732347 or 12930774. OLE color: 12930774.
HSL color Cylindrical-coordinate representation of color #D64EC5: hue angle of 307.5º 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 #D64EC5 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 197 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.16 |
| HSL | 307.5º | 0.62% | 0.57% | - |
| HSV(B) | 307.5º | 0.64% | 0.84% | - |
| XYZ | 40.53 | 23.78 | 55.28 | - |
| YUV | 132.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 197 | 0 | 0.64 | 0.08 | 0.16 | 307.5 | 0.62 | 0.57 |
| Hex | D6 | 4E | C5 | 0 | 40 | 8 | 10 | 134 | 3E | 39 |
| Octal | 326 | 116 | 305 | 0 | 100 | 10 | 20 | 464 | 76 | 71 |
| Binary | 11010110 | 1001110 | 11000101 | 0 | 1000000 | 1000 | 10000 | 100110100 | 111110 | 111001 |
Color Harmonies of #D64EC5
Complementary color
Monochromatic Colors of #D64EC5
Black with #D64EC5
Text Example
Text Example
White with #D64EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EC5; }
p { color: rgb(214,78,197); }
H1.HeaderClassName
{
color: #D64EC5;
}
.AnyTagClassName
{
color: #D64EC5;
}
</style>
background-color css
<style>
a { background-color: #D64EC5; }
a { background-color: rgb(214,78,197); }
div.DivClassName
{
background-color: #D64EC5;
}
.BgClassName
{
background-color: #D64EC5;
}
</style>
border-color css
<style>
span { border-color: #D64EC5; }
span { border-color: rgb(214,78,197); }
td.TdClassName
{
border-color: #D64EC5;
}
.TagClassName
{
border-color: #D64EC5;
}
</style>