Shades of Fuchsia #D33EC0
Tints of Fuchsia #D33EC0
RGB
CMYK
RGB Variations
Color information
#D33EC0 (or 0xD33EC0) is known color: Fuchsia. HEX triplet: D3, 3E and C0. RGB value is (211,62,192). Sum of RGB (Red+Green+Blue) = 211+62+192=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D33EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33EC0 is #2CC13F. Grayscale: #797979. Windows color (decimal): -2933056 or 12598995. OLE color: 12598995.
HSL color Cylindrical-coordinate representation of color #D33EC0: hue angle of 307.65º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33EC0 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 192 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.17 |
| HSL | 307.65º | 0.63% | 0.54% | - |
| HSV(B) | 307.65º | 0.71% | 0.83% | - |
| XYZ | 38.1 | 21.1 | 51.93 | - |
| YUV | 121.37 | 167.86 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 192 | 0 | 0.71 | 0.09 | 0.17 | 307.65 | 0.63 | 0.54 |
| Hex | D3 | 3E | C0 | 0 | 47 | 9 | 11 | 134 | 3F | 36 |
| Octal | 323 | 76 | 300 | 0 | 107 | 11 | 21 | 464 | 77 | 66 |
| Binary | 11010011 | 111110 | 11000000 | 0 | 1000111 | 1001 | 10001 | 100110100 | 111111 | 110110 |
Color Harmonies of #D33EC0
Complementary color
Monochromatic Colors of #D33EC0
Black with #D33EC0
Text Example
Text Example
White with #D33EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EC0; }
p { color: rgb(211,62,192); }
H1.HeaderClassName
{
color: #D33EC0;
}
.AnyTagClassName
{
color: #D33EC0;
}
</style>
background-color css
<style>
a { background-color: #D33EC0; }
a { background-color: rgb(211,62,192); }
div.DivClassName
{
background-color: #D33EC0;
}
.BgClassName
{
background-color: #D33EC0;
}
</style>
border-color css
<style>
span { border-color: #D33EC0; }
span { border-color: rgb(211,62,192); }
td.TdClassName
{
border-color: #D33EC0;
}
.TagClassName
{
border-color: #D33EC0;
}
</style>