Shades of Fuchsia #D33CAE
Tints of Fuchsia #D33CAE
RGB
CMYK
RGB Variations
Color information
#D33CAE (or 0xD33CAE) is known color: Fuchsia. HEX triplet: D3, 3C and AE. RGB value is (211,60,174). Sum of RGB (Red+Green+Blue) = 211+60+174=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D33CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33CAE is #2CC351. Grayscale: #757575. Windows color (decimal): -2933586 or 11418835. OLE color: 11418835.
HSL color Cylindrical-coordinate representation of color #D33CAE: hue angle of 314.7º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33CAE is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 174 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.17 |
| HSL | 314.7º | 0.63% | 0.53% | - |
| HSV(B) | 314.7º | 0.72% | 0.83% | - |
| XYZ | 36.12 | 20.14 | 42.03 | - |
| YUV | 118.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 174 | 0 | 0.72 | 0.18 | 0.17 | 314.7 | 0.63 | 0.53 |
| Hex | D3 | 3C | AE | 0 | 48 | 12 | 11 | 13B | 3F | 35 |
| Octal | 323 | 74 | 256 | 0 | 110 | 22 | 21 | 473 | 77 | 65 |
| Binary | 11010011 | 111100 | 10101110 | 0 | 1001000 | 10010 | 10001 | 100111011 | 111111 | 110101 |
Color Harmonies of #D33CAE
Complementary color
Monochromatic Colors of #D33CAE
Black with #D33CAE
Text Example
Text Example
White with #D33CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33CAE; }
p { color: rgb(211,60,174); }
H1.HeaderClassName
{
color: #D33CAE;
}
.AnyTagClassName
{
color: #D33CAE;
}
</style>
background-color css
<style>
a { background-color: #D33CAE; }
a { background-color: rgb(211,60,174); }
div.DivClassName
{
background-color: #D33CAE;
}
.BgClassName
{
background-color: #D33CAE;
}
</style>
border-color css
<style>
span { border-color: #D33CAE; }
span { border-color: rgb(211,60,174); }
td.TdClassName
{
border-color: #D33CAE;
}
.TagClassName
{
border-color: #D33CAE;
}
</style>