Shades of Fuchsia #D33FAF
Tints of Fuchsia #D33FAF
RGB
CMYK
RGB Variations
Color information
#D33FAF (or 0xD33FAF) is known color: Fuchsia. HEX triplet: D3, 3F and AF. RGB value is (211,63,175). Sum of RGB (Red+Green+Blue) = 211+63+175=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33FAF is #2CC050. Grayscale: #777777. Windows color (decimal): -2932817 or 11485139. OLE color: 11485139.
HSL color Cylindrical-coordinate representation of color #D33FAF: hue angle of 314.59º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D33FAF is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 175 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.17 |
| HSL | 314.59º | 0.63% | 0.54% | - |
| HSV(B) | 314.59º | 0.7% | 0.83% | - |
| XYZ | 36.38 | 20.5 | 42.6 | - |
| YUV | 120.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 175 | 0 | 0.70 | 0.17 | 0.17 | 314.59 | 0.63 | 0.54 |
| Hex | D3 | 3F | AF | 0 | 46 | 11 | 11 | 13B | 3F | 36 |
| Octal | 323 | 77 | 257 | 0 | 106 | 21 | 21 | 473 | 77 | 66 |
| Binary | 11010011 | 111111 | 10101111 | 0 | 1000110 | 10001 | 10001 | 100111011 | 111111 | 110110 |
Color Harmonies of #D33FAF
Complementary color
Monochromatic Colors of #D33FAF
Black with #D33FAF
Text Example
Text Example
White with #D33FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FAF; }
p { color: rgb(211,63,175); }
H1.HeaderClassName
{
color: #D33FAF;
}
.AnyTagClassName
{
color: #D33FAF;
}
</style>
background-color css
<style>
a { background-color: #D33FAF; }
a { background-color: rgb(211,63,175); }
div.DivClassName
{
background-color: #D33FAF;
}
.BgClassName
{
background-color: #D33FAF;
}
</style>
border-color css
<style>
span { border-color: #D33FAF; }
span { border-color: rgb(211,63,175); }
td.TdClassName
{
border-color: #D33FAF;
}
.TagClassName
{
border-color: #D33FAF;
}
</style>