Shades of Fuchsia #D33AD1
Tints of Fuchsia #D33AD1
RGB
CMYK
RGB Variations
Color information
#D33AD1 (or 0xD33AD1) is known color: Fuchsia. HEX triplet: D3, 3A and D1. RGB value is (211,58,209). Sum of RGB (Red+Green+Blue) = 211+58+209=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D33AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33AD1 is #2CC52E. Grayscale: #787878. Windows color (decimal): -2934063 or 13712083. OLE color: 13712083.
HSL color Cylindrical-coordinate representation of color #D33AD1: hue angle of 300.78º 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 #D33AD1 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 209 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.17 |
| HSL | 300.78º | 0.63% | 0.53% | - |
| HSV(B) | 300.78º | 0.73% | 0.83% | - |
| XYZ | 39.89 | 21.48 | 62.37 | - |
| YUV | 120.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 209 | 0 | 0.73 | 0.01 | 0.17 | 300.78 | 0.63 | 0.53 |
| Hex | D3 | 3A | D1 | 0 | 49 | 1 | 11 | 12D | 3F | 35 |
| Octal | 323 | 72 | 321 | 0 | 111 | 1 | 21 | 455 | 77 | 65 |
| Binary | 11010011 | 111010 | 11010001 | 0 | 1001001 | 1 | 10001 | 100101101 | 111111 | 110101 |
Color Harmonies of #D33AD1
Complementary color
Monochromatic Colors of #D33AD1
Black with #D33AD1
Text Example
Text Example
White with #D33AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33AD1; }
p { color: rgb(211,58,209); }
H1.HeaderClassName
{
color: #D33AD1;
}
.AnyTagClassName
{
color: #D33AD1;
}
</style>
background-color css
<style>
a { background-color: #D33AD1; }
a { background-color: rgb(211,58,209); }
div.DivClassName
{
background-color: #D33AD1;
}
.BgClassName
{
background-color: #D33AD1;
}
</style>
border-color css
<style>
span { border-color: #D33AD1; }
span { border-color: rgb(211,58,209); }
td.TdClassName
{
border-color: #D33AD1;
}
.TagClassName
{
border-color: #D33AD1;
}
</style>