Shades of Fuchsia #D33FB9
Tints of Fuchsia #D33FB9
RGB
CMYK
RGB Variations
Color information
#D33FB9 (or 0xD33FB9) is known color: Fuchsia. HEX triplet: D3, 3F and B9. RGB value is (211,63,185). Sum of RGB (Red+Green+Blue) = 211+63+185=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33FB9 is #2CC046. Grayscale: #787878. Windows color (decimal): -2932807 or 12140499. OLE color: 12140499.
HSL color Cylindrical-coordinate representation of color #D33FB9: hue angle of 310.54º 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 #D33FB9 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 185 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.17 |
| HSL | 310.54º | 0.63% | 0.54% | - |
| HSV(B) | 310.54º | 0.7% | 0.83% | - |
| XYZ | 37.4 | 20.91 | 47.96 | - |
| YUV | 121.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 185 | 0 | 0.70 | 0.12 | 0.17 | 310.54 | 0.63 | 0.54 |
| Hex | D3 | 3F | B9 | 0 | 46 | C | 11 | 137 | 3F | 36 |
| Octal | 323 | 77 | 271 | 0 | 106 | 14 | 21 | 467 | 77 | 66 |
| Binary | 11010011 | 111111 | 10111001 | 0 | 1000110 | 1100 | 10001 | 100110111 | 111111 | 110110 |
Color Harmonies of #D33FB9
Complementary color
Monochromatic Colors of #D33FB9
Black with #D33FB9
Text Example
Text Example
White with #D33FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FB9; }
p { color: rgb(211,63,185); }
H1.HeaderClassName
{
color: #D33FB9;
}
.AnyTagClassName
{
color: #D33FB9;
}
</style>
background-color css
<style>
a { background-color: #D33FB9; }
a { background-color: rgb(211,63,185); }
div.DivClassName
{
background-color: #D33FB9;
}
.BgClassName
{
background-color: #D33FB9;
}
</style>
border-color css
<style>
span { border-color: #D33FB9; }
span { border-color: rgb(211,63,185); }
td.TdClassName
{
border-color: #D33FB9;
}
.TagClassName
{
border-color: #D33FB9;
}
</style>