Shades of Fuchsia #D64EAF
Tints of Fuchsia #D64EAF
RGB
CMYK
RGB Variations
Color information
#D64EAF (or 0xD64EAF) is known color: Fuchsia. HEX triplet: D6, 4E and AF. RGB value is (214,78,175). Sum of RGB (Red+Green+Blue) = 214+78+175=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64EAF is #29B150. Grayscale: #818181. Windows color (decimal): -2732369 or 11488982. OLE color: 11488982.
HSL color Cylindrical-coordinate representation of color #D64EAF: hue angle of 317.21º 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 #D64EAF is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 175 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.16 |
| HSL | 317.21º | 0.62% | 0.57% | - |
| HSV(B) | 317.21º | 0.64% | 0.84% | - |
| XYZ | 38.19 | 22.84 | 42.95 | - |
| YUV | 129.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 175 | 0 | 0.64 | 0.18 | 0.16 | 317.21 | 0.62 | 0.57 |
| Hex | D6 | 4E | AF | 0 | 40 | 12 | 10 | 13D | 3E | 39 |
| Octal | 326 | 116 | 257 | 0 | 100 | 22 | 20 | 475 | 76 | 71 |
| Binary | 11010110 | 1001110 | 10101111 | 0 | 1000000 | 10010 | 10000 | 100111101 | 111110 | 111001 |
Color Harmonies of #D64EAF
Complementary color
Monochromatic Colors of #D64EAF
Black with #D64EAF
Text Example
Text Example
White with #D64EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EAF; }
p { color: rgb(214,78,175); }
H1.HeaderClassName
{
color: #D64EAF;
}
.AnyTagClassName
{
color: #D64EAF;
}
</style>
background-color css
<style>
a { background-color: #D64EAF; }
a { background-color: rgb(214,78,175); }
div.DivClassName
{
background-color: #D64EAF;
}
.BgClassName
{
background-color: #D64EAF;
}
</style>
border-color css
<style>
span { border-color: #D64EAF; }
span { border-color: rgb(214,78,175); }
td.TdClassName
{
border-color: #D64EAF;
}
.TagClassName
{
border-color: #D64EAF;
}
</style>