Shades of Fuchsia #D33DCE
Tints of Fuchsia #D33DCE
RGB
CMYK
RGB Variations
Color information
#D33DCE (or 0xD33DCE) is known color: Fuchsia. HEX triplet: D3, 3D and CE. RGB value is (211,61,206). Sum of RGB (Red+Green+Blue) = 211+61+206=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D33DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DCE is #2CC231. Grayscale: #797979. Windows color (decimal): -2933298 or 13516243. OLE color: 13516243.
HSL color Cylindrical-coordinate representation of color #D33DCE: hue angle of 302º 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 #D33DCE is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 206 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.17 |
| HSL | 302º | 0.63% | 0.53% | - |
| HSV(B) | 302º | 0.71% | 0.83% | - |
| XYZ | 39.67 | 21.64 | 60.48 | - |
| YUV | 122.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 206 | 0 | 0.71 | 0.02 | 0.17 | 302 | 0.63 | 0.53 |
| Hex | D3 | 3D | CE | 0 | 47 | 2 | 11 | 12E | 3F | 35 |
| Octal | 323 | 75 | 316 | 0 | 107 | 2 | 21 | 456 | 77 | 65 |
| Binary | 11010011 | 111101 | 11001110 | 0 | 1000111 | 10 | 10001 | 100101110 | 111111 | 110101 |
Color Harmonies of #D33DCE
Complementary color
Monochromatic Colors of #D33DCE
Black with #D33DCE
Text Example
Text Example
White with #D33DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DCE; }
p { color: rgb(211,61,206); }
H1.HeaderClassName
{
color: #D33DCE;
}
.AnyTagClassName
{
color: #D33DCE;
}
</style>
background-color css
<style>
a { background-color: #D33DCE; }
a { background-color: rgb(211,61,206); }
div.DivClassName
{
background-color: #D33DCE;
}
.BgClassName
{
background-color: #D33DCE;
}
</style>
border-color css
<style>
span { border-color: #D33DCE; }
span { border-color: rgb(211,61,206); }
td.TdClassName
{
border-color: #D33DCE;
}
.TagClassName
{
border-color: #D33DCE;
}
</style>