Shades of Fuchsia #D333AF
Tints of Fuchsia #D333AF
RGB
CMYK
RGB Variations
Color information
#D333AF (or 0xD333AF) is known color: Fuchsia. HEX triplet: D3, 33 and AF. RGB value is (211,51,175). Sum of RGB (Red+Green+Blue) = 211+51+175=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D333AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D333AF is #2CCC50. Grayscale: #707070. Windows color (decimal): -2935889 or 11482067. OLE color: 11482067.
HSL color Cylindrical-coordinate representation of color #D333AF: hue angle of 313.5º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D333AF is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 51 | 175 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.17 |
| HSL | 313.5º | 0.65% | 0.51% | - |
| HSV(B) | 313.5º | 0.76% | 0.83% | - |
| XYZ | 35.79 | 19.31 | 42.4 | - |
| YUV | 112.98 | 163.01 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 175 | 0 | 0.76 | 0.17 | 0.17 | 313.5 | 0.65 | 0.51 |
| Hex | D3 | 33 | AF | 0 | 4C | 11 | 11 | 13A | 41 | 33 |
| Octal | 323 | 63 | 257 | 0 | 114 | 21 | 21 | 472 | 101 | 63 |
| Binary | 11010011 | 110011 | 10101111 | 0 | 1001100 | 10001 | 10001 | 100111010 | 1000001 | 110011 |
Color Harmonies of #D333AF
Complementary color
Monochromatic Colors of #D333AF
Black with #D333AF
Text Example
Text Example
White with #D333AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D333AF; }
p { color: rgb(211,51,175); }
H1.HeaderClassName
{
color: #D333AF;
}
.AnyTagClassName
{
color: #D333AF;
}
</style>
background-color css
<style>
a { background-color: #D333AF; }
a { background-color: rgb(211,51,175); }
div.DivClassName
{
background-color: #D333AF;
}
.BgClassName
{
background-color: #D333AF;
}
</style>
border-color css
<style>
span { border-color: #D333AF; }
span { border-color: rgb(211,51,175); }
td.TdClassName
{
border-color: #D333AF;
}
.TagClassName
{
border-color: #D333AF;
}
</style>