Shades of Fuchsia #D33EC3
Tints of Fuchsia #D33EC3
RGB
CMYK
RGB Variations
Color information
#D33EC3 (or 0xD33EC3) is known color: Fuchsia. HEX triplet: D3, 3E and C3. RGB value is (211,62,195). Sum of RGB (Red+Green+Blue) = 211+62+195=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D33EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33EC3 is #2CC13C. Grayscale: #797979. Windows color (decimal): -2933053 or 12795603. OLE color: 12795603.
HSL color Cylindrical-coordinate representation of color #D33EC3: hue angle of 306.44º 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 #D33EC3 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 195 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.17 |
| HSL | 306.44º | 0.63% | 0.54% | - |
| HSV(B) | 306.44º | 0.71% | 0.83% | - |
| XYZ | 38.44 | 21.23 | 53.7 | - |
| YUV | 121.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 195 | 0 | 0.71 | 0.08 | 0.17 | 306.44 | 0.63 | 0.54 |
| Hex | D3 | 3E | C3 | 0 | 47 | 8 | 11 | 132 | 3F | 36 |
| Octal | 323 | 76 | 303 | 0 | 107 | 10 | 21 | 462 | 77 | 66 |
| Binary | 11010011 | 111110 | 11000011 | 0 | 1000111 | 1000 | 10001 | 100110010 | 111111 | 110110 |
Color Harmonies of #D33EC3
Complementary color
Monochromatic Colors of #D33EC3
Black with #D33EC3
Text Example
Text Example
White with #D33EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EC3; }
p { color: rgb(211,62,195); }
H1.HeaderClassName
{
color: #D33EC3;
}
.AnyTagClassName
{
color: #D33EC3;
}
</style>
background-color css
<style>
a { background-color: #D33EC3; }
a { background-color: rgb(211,62,195); }
div.DivClassName
{
background-color: #D33EC3;
}
.BgClassName
{
background-color: #D33EC3;
}
</style>
border-color css
<style>
span { border-color: #D33EC3; }
span { border-color: rgb(211,62,195); }
td.TdClassName
{
border-color: #D33EC3;
}
.TagClassName
{
border-color: #D33EC3;
}
</style>