Shades of Fuchsia #D64EBE
Tints of Fuchsia #D64EBE
RGB
CMYK
RGB Variations
Color information
#D64EBE (or 0xD64EBE) is known color: Fuchsia. HEX triplet: D6, 4E and BE. RGB value is (214,78,190). Sum of RGB (Red+Green+Blue) = 214+78+190=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EBE is #29B141. Grayscale: #838383. Windows color (decimal): -2732354 or 12472022. OLE color: 12472022.
HSL color Cylindrical-coordinate representation of color #D64EBE: hue angle of 310.59º 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 #D64EBE is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 190 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.16 |
| HSL | 310.59º | 0.62% | 0.57% | - |
| HSV(B) | 310.59º | 0.64% | 0.84% | - |
| XYZ | 39.75 | 23.46 | 51.15 | - |
| YUV | 131.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 190 | 0 | 0.64 | 0.11 | 0.16 | 310.59 | 0.62 | 0.57 |
| Hex | D6 | 4E | BE | 0 | 40 | B | 10 | 137 | 3E | 39 |
| Octal | 326 | 116 | 276 | 0 | 100 | 13 | 20 | 467 | 76 | 71 |
| Binary | 11010110 | 1001110 | 10111110 | 0 | 1000000 | 1011 | 10000 | 100110111 | 111110 | 111001 |
Color Harmonies of #D64EBE
Complementary color
Monochromatic Colors of #D64EBE
Black with #D64EBE
Text Example
Text Example
White with #D64EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EBE; }
p { color: rgb(214,78,190); }
H1.HeaderClassName
{
color: #D64EBE;
}
.AnyTagClassName
{
color: #D64EBE;
}
</style>
background-color css
<style>
a { background-color: #D64EBE; }
a { background-color: rgb(214,78,190); }
div.DivClassName
{
background-color: #D64EBE;
}
.BgClassName
{
background-color: #D64EBE;
}
</style>
border-color css
<style>
span { border-color: #D64EBE; }
span { border-color: rgb(214,78,190); }
td.TdClassName
{
border-color: #D64EBE;
}
.TagClassName
{
border-color: #D64EBE;
}
</style>