Shades of Fuchsia #D33FAD
Tints of Fuchsia #D33FAD
RGB
CMYK
RGB Variations
Color information
#D33FAD (or 0xD33FAD) is known color: Fuchsia. HEX triplet: D3, 3F and AD. RGB value is (211,63,173). Sum of RGB (Red+Green+Blue) = 211+63+173=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33FAD is #2CC052. Grayscale: #777777. Windows color (decimal): -2932819 or 11354067. OLE color: 11354067.
HSL color Cylindrical-coordinate representation of color #D33FAD: hue angle of 315.41º 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 #D33FAD is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 173 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.17 |
| HSL | 315.41º | 0.63% | 0.54% | - |
| HSV(B) | 315.41º | 0.7% | 0.83% | - |
| XYZ | 36.18 | 20.42 | 41.57 | - |
| YUV | 119.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 173 | 0 | 0.70 | 0.18 | 0.17 | 315.41 | 0.63 | 0.54 |
| Hex | D3 | 3F | AD | 0 | 46 | 12 | 11 | 13B | 3F | 36 |
| Octal | 323 | 77 | 255 | 0 | 106 | 22 | 21 | 473 | 77 | 66 |
| Binary | 11010011 | 111111 | 10101101 | 0 | 1000110 | 10010 | 10001 | 100111011 | 111111 | 110110 |
Color Harmonies of #D33FAD
Complementary color
Monochromatic Colors of #D33FAD
Black with #D33FAD
Text Example
Text Example
White with #D33FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FAD; }
p { color: rgb(211,63,173); }
H1.HeaderClassName
{
color: #D33FAD;
}
.AnyTagClassName
{
color: #D33FAD;
}
</style>
background-color css
<style>
a { background-color: #D33FAD; }
a { background-color: rgb(211,63,173); }
div.DivClassName
{
background-color: #D33FAD;
}
.BgClassName
{
background-color: #D33FAD;
}
</style>
border-color css
<style>
span { border-color: #D33FAD; }
span { border-color: rgb(211,63,173); }
td.TdClassName
{
border-color: #D33FAD;
}
.TagClassName
{
border-color: #D33FAD;
}
</style>