Shades of Fuchsia #D64EB0
Tints of Fuchsia #D64EB0
RGB
CMYK
RGB Variations
Color information
#D64EB0 (or 0xD64EB0) is known color: Fuchsia. HEX triplet: D6, 4E and B0. RGB value is (214,78,176). Sum of RGB (Red+Green+Blue) = 214+78+176=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64EB0 is #29B14F. Grayscale: #818181. Windows color (decimal): -2732368 or 11554518. OLE color: 11554518.
HSL color Cylindrical-coordinate representation of color #D64EB0: hue angle of 316.76º 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 #D64EB0 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 176 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.16 |
| HSL | 316.76º | 0.62% | 0.57% | - |
| HSV(B) | 316.76º | 0.64% | 0.84% | - |
| XYZ | 38.29 | 22.88 | 43.47 | - |
| YUV | 129.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 176 | 0 | 0.64 | 0.18 | 0.16 | 316.76 | 0.62 | 0.57 |
| Hex | D6 | 4E | B0 | 0 | 40 | 12 | 10 | 13D | 3E | 39 |
| Octal | 326 | 116 | 260 | 0 | 100 | 22 | 20 | 475 | 76 | 71 |
| Binary | 11010110 | 1001110 | 10110000 | 0 | 1000000 | 10010 | 10000 | 100111101 | 111110 | 111001 |
Color Harmonies of #D64EB0
Complementary color
Monochromatic Colors of #D64EB0
Black with #D64EB0
Text Example
Text Example
White with #D64EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EB0; }
p { color: rgb(214,78,176); }
H1.HeaderClassName
{
color: #D64EB0;
}
.AnyTagClassName
{
color: #D64EB0;
}
</style>
background-color css
<style>
a { background-color: #D64EB0; }
a { background-color: rgb(214,78,176); }
div.DivClassName
{
background-color: #D64EB0;
}
.BgClassName
{
background-color: #D64EB0;
}
</style>
border-color css
<style>
span { border-color: #D64EB0; }
span { border-color: rgb(214,78,176); }
td.TdClassName
{
border-color: #D64EB0;
}
.TagClassName
{
border-color: #D64EB0;
}
</style>