Shades of Fuchsia #D33ACE
Tints of Fuchsia #D33ACE
RGB
CMYK
RGB Variations
Color information
#D33ACE (or 0xD33ACE) is known color: Fuchsia. HEX triplet: D3, 3A and CE. RGB value is (211,58,206). Sum of RGB (Red+Green+Blue) = 211+58+206=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D33ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33ACE is #2CC531. Grayscale: #787878. Windows color (decimal): -2934066 or 13515475. OLE color: 13515475.
HSL color Cylindrical-coordinate representation of color #D33ACE: hue angle of 301.96º 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 #D33ACE is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 206 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.17 |
| HSL | 301.96º | 0.63% | 0.53% | - |
| HSV(B) | 301.96º | 0.73% | 0.83% | - |
| XYZ | 39.52 | 21.33 | 60.43 | - |
| YUV | 120.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 206 | 0 | 0.73 | 0.02 | 0.17 | 301.96 | 0.63 | 0.53 |
| Hex | D3 | 3A | CE | 0 | 49 | 2 | 11 | 12E | 3F | 35 |
| Octal | 323 | 72 | 316 | 0 | 111 | 2 | 21 | 456 | 77 | 65 |
| Binary | 11010011 | 111010 | 11001110 | 0 | 1001001 | 10 | 10001 | 100101110 | 111111 | 110101 |
Color Harmonies of #D33ACE
Complementary color
Monochromatic Colors of #D33ACE
Black with #D33ACE
Text Example
Text Example
White with #D33ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33ACE; }
p { color: rgb(211,58,206); }
H1.HeaderClassName
{
color: #D33ACE;
}
.AnyTagClassName
{
color: #D33ACE;
}
</style>
background-color css
<style>
a { background-color: #D33ACE; }
a { background-color: rgb(211,58,206); }
div.DivClassName
{
background-color: #D33ACE;
}
.BgClassName
{
background-color: #D33ACE;
}
</style>
border-color css
<style>
span { border-color: #D33ACE; }
span { border-color: rgb(211,58,206); }
td.TdClassName
{
border-color: #D33ACE;
}
.TagClassName
{
border-color: #D33ACE;
}
</style>