Shades of Fuchsia #D93EC0
Tints of Fuchsia #D93EC0
RGB
CMYK
RGB Variations
Color information
#D93EC0 (or 0xD93EC0) is known color: Fuchsia. HEX triplet: D9, 3E and C0. RGB value is (217,62,192). Sum of RGB (Red+Green+Blue) = 217+62+192=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D93EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93EC0 is #26C13F. Grayscale: #7A7A7A. Windows color (decimal): -2539840 or 12599001. OLE color: 12599001.
HSL color Cylindrical-coordinate representation of color #D93EC0: hue angle of 309.68º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93EC0 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 62 | 192 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.15 |
| HSL | 309.68º | 0.67% | 0.55% | - |
| HSV(B) | 309.68º | 0.71% | 0.85% | - |
| XYZ | 39.85 | 22 | 52.02 | - |
| YUV | 123.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 192 | 0 | 0.71 | 0.12 | 0.15 | 309.68 | 0.67 | 0.55 |
| Hex | D9 | 3E | C0 | 0 | 47 | C | F | 136 | 43 | 37 |
| Octal | 331 | 76 | 300 | 0 | 107 | 14 | 17 | 466 | 103 | 67 |
| Binary | 11011001 | 111110 | 11000000 | 0 | 1000111 | 1100 | 1111 | 100110110 | 1000011 | 110111 |
Color Harmonies of #D93EC0
Complementary color
Monochromatic Colors of #D93EC0
Black with #D93EC0
Text Example
Text Example
White with #D93EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93EC0; }
p { color: rgb(217,62,192); }
H1.HeaderClassName
{
color: #D93EC0;
}
.AnyTagClassName
{
color: #D93EC0;
}
</style>
background-color css
<style>
a { background-color: #D93EC0; }
a { background-color: rgb(217,62,192); }
div.DivClassName
{
background-color: #D93EC0;
}
.BgClassName
{
background-color: #D93EC0;
}
</style>
border-color css
<style>
span { border-color: #D93EC0; }
span { border-color: rgb(217,62,192); }
td.TdClassName
{
border-color: #D93EC0;
}
.TagClassName
{
border-color: #D93EC0;
}
</style>