Shades of Fuchsia #D33ECD
Tints of Fuchsia #D33ECD
RGB
CMYK
RGB Variations
Color information
#D33ECD (or 0xD33ECD) is known color: Fuchsia. HEX triplet: D3, 3E and CD. RGB value is (211,62,205). Sum of RGB (Red+Green+Blue) = 211+62+205=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D33ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33ECD is #2CC132. Grayscale: #7A7A7A. Windows color (decimal): -2933043 or 13450963. OLE color: 13450963.
HSL color Cylindrical-coordinate representation of color #D33ECD: hue angle of 302.42º 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 #D33ECD is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 205 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.17 |
| HSL | 302.42º | 0.63% | 0.54% | - |
| HSV(B) | 302.42º | 0.71% | 0.83% | - |
| XYZ | 39.61 | 21.7 | 59.86 | - |
| YUV | 122.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 205 | 0 | 0.71 | 0.03 | 0.17 | 302.42 | 0.63 | 0.54 |
| Hex | D3 | 3E | CD | 0 | 47 | 3 | 11 | 12E | 3F | 36 |
| Octal | 323 | 76 | 315 | 0 | 107 | 3 | 21 | 456 | 77 | 66 |
| Binary | 11010011 | 111110 | 11001101 | 0 | 1000111 | 11 | 10001 | 100101110 | 111111 | 110110 |
Color Harmonies of #D33ECD
Complementary color
Monochromatic Colors of #D33ECD
Black with #D33ECD
Text Example
Text Example
White with #D33ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33ECD; }
p { color: rgb(211,62,205); }
H1.HeaderClassName
{
color: #D33ECD;
}
.AnyTagClassName
{
color: #D33ECD;
}
</style>
background-color css
<style>
a { background-color: #D33ECD; }
a { background-color: rgb(211,62,205); }
div.DivClassName
{
background-color: #D33ECD;
}
.BgClassName
{
background-color: #D33ECD;
}
</style>
border-color css
<style>
span { border-color: #D33ECD; }
span { border-color: rgb(211,62,205); }
td.TdClassName
{
border-color: #D33ECD;
}
.TagClassName
{
border-color: #D33ECD;
}
</style>