Shades of Fuchsia #D33EC1
Tints of Fuchsia #D33EC1
RGB
CMYK
RGB Variations
Color information
#D33EC1 (or 0xD33EC1) is known color: Fuchsia. HEX triplet: D3, 3E and C1. RGB value is (211,62,193). Sum of RGB (Red+Green+Blue) = 211+62+193=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D33EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33EC1 is #2CC13E. Grayscale: #797979. Windows color (decimal): -2933055 or 12664531. OLE color: 12664531.
HSL color Cylindrical-coordinate representation of color #D33EC1: hue angle of 307.25º 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 #D33EC1 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 193 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.17 |
| HSL | 307.25º | 0.63% | 0.54% | - |
| HSV(B) | 307.25º | 0.71% | 0.83% | - |
| XYZ | 38.21 | 21.14 | 52.52 | - |
| YUV | 121.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 193 | 0 | 0.71 | 0.09 | 0.17 | 307.25 | 0.63 | 0.54 |
| Hex | D3 | 3E | C1 | 0 | 47 | 9 | 11 | 133 | 3F | 36 |
| Octal | 323 | 76 | 301 | 0 | 107 | 11 | 21 | 463 | 77 | 66 |
| Binary | 11010011 | 111110 | 11000001 | 0 | 1000111 | 1001 | 10001 | 100110011 | 111111 | 110110 |
Color Harmonies of #D33EC1
Complementary color
Monochromatic Colors of #D33EC1
Black with #D33EC1
Text Example
Text Example
White with #D33EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EC1; }
p { color: rgb(211,62,193); }
H1.HeaderClassName
{
color: #D33EC1;
}
.AnyTagClassName
{
color: #D33EC1;
}
</style>
background-color css
<style>
a { background-color: #D33EC1; }
a { background-color: rgb(211,62,193); }
div.DivClassName
{
background-color: #D33EC1;
}
.BgClassName
{
background-color: #D33EC1;
}
</style>
border-color css
<style>
span { border-color: #D33EC1; }
span { border-color: rgb(211,62,193); }
td.TdClassName
{
border-color: #D33EC1;
}
.TagClassName
{
border-color: #D33EC1;
}
</style>