Shades of Fuchsia #D33DCD
Tints of Fuchsia #D33DCD
RGB
CMYK
RGB Variations
Color information
#D33DCD (or 0xD33DCD) is known color: Fuchsia. HEX triplet: D3, 3D and CD. RGB value is (211,61,205). Sum of RGB (Red+Green+Blue) = 211+61+205=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DCD is #2CC232. Grayscale: #797979. Windows color (decimal): -2933299 or 13450707. OLE color: 13450707.
HSL color Cylindrical-coordinate representation of color #D33DCD: hue angle of 302.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33DCD is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 205 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.17 |
| HSL | 302.4º | 0.63% | 0.53% | - |
| HSV(B) | 302.4º | 0.71% | 0.83% | - |
| XYZ | 39.55 | 21.59 | 59.84 | - |
| YUV | 122.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 205 | 0 | 0.71 | 0.03 | 0.17 | 302.4 | 0.63 | 0.53 |
| Hex | D3 | 3D | CD | 0 | 47 | 3 | 11 | 12E | 3F | 35 |
| Octal | 323 | 75 | 315 | 0 | 107 | 3 | 21 | 456 | 77 | 65 |
| Binary | 11010011 | 111101 | 11001101 | 0 | 1000111 | 11 | 10001 | 100101110 | 111111 | 110101 |
Color Harmonies of #D33DCD
Complementary color
Monochromatic Colors of #D33DCD
Black with #D33DCD
Text Example
Text Example
White with #D33DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DCD; }
p { color: rgb(211,61,205); }
H1.HeaderClassName
{
color: #D33DCD;
}
.AnyTagClassName
{
color: #D33DCD;
}
</style>
background-color css
<style>
a { background-color: #D33DCD; }
a { background-color: rgb(211,61,205); }
div.DivClassName
{
background-color: #D33DCD;
}
.BgClassName
{
background-color: #D33DCD;
}
</style>
border-color css
<style>
span { border-color: #D33DCD; }
span { border-color: rgb(211,61,205); }
td.TdClassName
{
border-color: #D33DCD;
}
.TagClassName
{
border-color: #D33DCD;
}
</style>