Shades of Fuchsia #D33AAE
Tints of Fuchsia #D33AAE
RGB
CMYK
RGB Variations
Color information
#D33AAE (or 0xD33AAE) is known color: Fuchsia. HEX triplet: D3, 3A and AE. RGB value is (211,58,174). Sum of RGB (Red+Green+Blue) = 211+58+174=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D33AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33AAE is #2CC551. Grayscale: #747474. Windows color (decimal): -2934098 or 11418323. OLE color: 11418323.
HSL color Cylindrical-coordinate representation of color #D33AAE: hue angle of 314.51º 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 #D33AAE is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 174 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.17 |
| HSL | 314.51º | 0.63% | 0.53% | - |
| HSV(B) | 314.51º | 0.73% | 0.83% | - |
| XYZ | 36.02 | 19.93 | 41.99 | - |
| YUV | 116.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 174 | 0 | 0.73 | 0.18 | 0.17 | 314.51 | 0.63 | 0.53 |
| Hex | D3 | 3A | AE | 0 | 49 | 12 | 11 | 13B | 3F | 35 |
| Octal | 323 | 72 | 256 | 0 | 111 | 22 | 21 | 473 | 77 | 65 |
| Binary | 11010011 | 111010 | 10101110 | 0 | 1001001 | 10010 | 10001 | 100111011 | 111111 | 110101 |
Color Harmonies of #D33AAE
Complementary color
Monochromatic Colors of #D33AAE
Black with #D33AAE
Text Example
Text Example
White with #D33AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33AAE; }
p { color: rgb(211,58,174); }
H1.HeaderClassName
{
color: #D33AAE;
}
.AnyTagClassName
{
color: #D33AAE;
}
</style>
background-color css
<style>
a { background-color: #D33AAE; }
a { background-color: rgb(211,58,174); }
div.DivClassName
{
background-color: #D33AAE;
}
.BgClassName
{
background-color: #D33AAE;
}
</style>
border-color css
<style>
span { border-color: #D33AAE; }
span { border-color: rgb(211,58,174); }
td.TdClassName
{
border-color: #D33AAE;
}
.TagClassName
{
border-color: #D33AAE;
}
</style>