Shades of Fuchsia #D64EC7
Tints of Fuchsia #D64EC7
RGB
CMYK
RGB Variations
Color information
#D64EC7 (or 0xD64EC7) is known color: Fuchsia. HEX triplet: D6, 4E and C7. RGB value is (214,78,199). Sum of RGB (Red+Green+Blue) = 214+78+199=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EC7 is #29B138. Grayscale: #848484. Windows color (decimal): -2732345 or 13061846. OLE color: 13061846.
HSL color Cylindrical-coordinate representation of color #D64EC7: hue angle of 306.62º 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 #D64EC7 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 199 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.16 |
| HSL | 306.62º | 0.62% | 0.57% | - |
| HSV(B) | 306.62º | 0.64% | 0.84% | - |
| XYZ | 40.76 | 23.87 | 56.49 | - |
| YUV | 132.46 | 165.56 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 199 | 0 | 0.64 | 0.07 | 0.16 | 306.62 | 0.62 | 0.57 |
| Hex | D6 | 4E | C7 | 0 | 40 | 7 | 10 | 133 | 3E | 39 |
| Octal | 326 | 116 | 307 | 0 | 100 | 7 | 20 | 463 | 76 | 71 |
| Binary | 11010110 | 1001110 | 11000111 | 0 | 1000000 | 111 | 10000 | 100110011 | 111110 | 111001 |
Color Harmonies of #D64EC7
Complementary color
Monochromatic Colors of #D64EC7
Black with #D64EC7
Text Example
Text Example
White with #D64EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EC7; }
p { color: rgb(214,78,199); }
H1.HeaderClassName
{
color: #D64EC7;
}
.AnyTagClassName
{
color: #D64EC7;
}
</style>
background-color css
<style>
a { background-color: #D64EC7; }
a { background-color: rgb(214,78,199); }
div.DivClassName
{
background-color: #D64EC7;
}
.BgClassName
{
background-color: #D64EC7;
}
</style>
border-color css
<style>
span { border-color: #D64EC7; }
span { border-color: rgb(214,78,199); }
td.TdClassName
{
border-color: #D64EC7;
}
.TagClassName
{
border-color: #D64EC7;
}
</style>