Shades of Fuchsia #D33FD3
Tints of Fuchsia #D33FD3
RGB
CMYK
RGB Variations
Color information
#D33FD3 (or 0xD33FD3) is known color: Fuchsia. HEX triplet: D3, 3F and D3. RGB value is (211,63,211). Sum of RGB (Red+Green+Blue) = 211+63+211=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D33FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33FD3 is #2CC02C. Grayscale: #7B7B7B. Windows color (decimal): -2932781 or 13844435. OLE color: 13844435.
HSL color Cylindrical-coordinate representation of color #D33FD3: hue angle of 300º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D33FD3 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 211 | - |
| CMYK | 0 | 0.70 | 0 | 0.17 |
| HSL | 300º | 0.63% | 0.54% | - |
| HSV(B) | 300º | 0.7% | 0.83% | - |
| XYZ | 40.4 | 22.11 | 63.77 | - |
| YUV | 124.12 | 177.03 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 211 | 0 | 0.70 | 0 | 0.17 | 300 | 0.63 | 0.54 |
| Hex | D3 | 3F | D3 | 0 | 46 | 0 | 11 | 12C | 3F | 36 |
| Octal | 323 | 77 | 323 | 0 | 106 | 0 | 21 | 454 | 77 | 66 |
| Binary | 11010011 | 111111 | 11010011 | 0 | 1000110 | 0 | 10001 | 100101100 | 111111 | 110110 |
Color Harmonies of #D33FD3
Complementary color
Monochromatic Colors of #D33FD3
Black with #D33FD3
Text Example
Text Example
White with #D33FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FD3; }
p { color: rgb(211,63,211); }
H1.HeaderClassName
{
color: #D33FD3;
}
.AnyTagClassName
{
color: #D33FD3;
}
</style>
background-color css
<style>
a { background-color: #D33FD3; }
a { background-color: rgb(211,63,211); }
div.DivClassName
{
background-color: #D33FD3;
}
.BgClassName
{
background-color: #D33FD3;
}
</style>
border-color css
<style>
span { border-color: #D33FD3; }
span { border-color: rgb(211,63,211); }
td.TdClassName
{
border-color: #D33FD3;
}
.TagClassName
{
border-color: #D33FD3;
}
</style>