Shades of Fuchsia #D63EBE
Tints of Fuchsia #D63EBE
RGB
CMYK
RGB Variations
Color information
#D63EBE (or 0xD63EBE) is known color: Fuchsia. HEX triplet: D6, 3E and BE. RGB value is (214,62,190). Sum of RGB (Red+Green+Blue) = 214+62+190=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EBE is #29C141. Grayscale: #797979. Windows color (decimal): -2736450 or 12467926. OLE color: 12467926.
HSL color Cylindrical-coordinate representation of color #D63EBE: hue angle of 309.47º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63EBE is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 190 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.16 |
| HSL | 309.47º | 0.65% | 0.54% | - |
| HSV(B) | 309.47º | 0.71% | 0.84% | - |
| XYZ | 38.75 | 21.46 | 50.81 | - |
| YUV | 122.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 190 | 0 | 0.71 | 0.11 | 0.16 | 309.47 | 0.65 | 0.54 |
| Hex | D6 | 3E | BE | 0 | 47 | B | 10 | 135 | 41 | 36 |
| Octal | 326 | 76 | 276 | 0 | 107 | 13 | 20 | 465 | 101 | 66 |
| Binary | 11010110 | 111110 | 10111110 | 0 | 1000111 | 1011 | 10000 | 100110101 | 1000001 | 110110 |
Color Harmonies of #D63EBE
Complementary color
Monochromatic Colors of #D63EBE
Black with #D63EBE
Text Example
Text Example
White with #D63EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63EBE; }
p { color: rgb(214,62,190); }
H1.HeaderClassName
{
color: #D63EBE;
}
.AnyTagClassName
{
color: #D63EBE;
}
</style>
background-color css
<style>
a { background-color: #D63EBE; }
a { background-color: rgb(214,62,190); }
div.DivClassName
{
background-color: #D63EBE;
}
.BgClassName
{
background-color: #D63EBE;
}
</style>
border-color css
<style>
span { border-color: #D63EBE; }
span { border-color: rgb(214,62,190); }
td.TdClassName
{
border-color: #D63EBE;
}
.TagClassName
{
border-color: #D63EBE;
}
</style>