Shades of Fuchsia #D33AD0
Tints of Fuchsia #D33AD0
RGB
CMYK
RGB Variations
Color information
#D33AD0 (or 0xD33AD0) is known color: Fuchsia. HEX triplet: D3, 3A and D0. RGB value is (211,58,208). Sum of RGB (Red+Green+Blue) = 211+58+208=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D33AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33AD0 is #2CC52F. Grayscale: #787878. Windows color (decimal): -2934064 or 13646547. OLE color: 13646547.
HSL color Cylindrical-coordinate representation of color #D33AD0: hue angle of 301.18º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33AD0 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 208 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.17 |
| HSL | 301.18º | 0.63% | 0.53% | - |
| HSV(B) | 301.18º | 0.73% | 0.83% | - |
| XYZ | 39.76 | 21.43 | 61.72 | - |
| YUV | 120.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 208 | 0 | 0.73 | 0.01 | 0.17 | 301.18 | 0.63 | 0.53 |
| Hex | D3 | 3A | D0 | 0 | 49 | 1 | 11 | 12D | 3F | 35 |
| Octal | 323 | 72 | 320 | 0 | 111 | 1 | 21 | 455 | 77 | 65 |
| Binary | 11010011 | 111010 | 11010000 | 0 | 1001001 | 1 | 10001 | 100101101 | 111111 | 110101 |
Color Harmonies of #D33AD0
Complementary color
Monochromatic Colors of #D33AD0
Black with #D33AD0
Text Example
Text Example
White with #D33AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33AD0; }
p { color: rgb(211,58,208); }
H1.HeaderClassName
{
color: #D33AD0;
}
.AnyTagClassName
{
color: #D33AD0;
}
</style>
background-color css
<style>
a { background-color: #D33AD0; }
a { background-color: rgb(211,58,208); }
div.DivClassName
{
background-color: #D33AD0;
}
.BgClassName
{
background-color: #D33AD0;
}
</style>
border-color css
<style>
span { border-color: #D33AD0; }
span { border-color: rgb(211,58,208); }
td.TdClassName
{
border-color: #D33AD0;
}
.TagClassName
{
border-color: #D33AD0;
}
</style>