Shades of Fuchsia #D33EBC
Tints of Fuchsia #D33EBC
RGB
CMYK
RGB Variations
Color information
#D33EBC (or 0xD33EBC) is known color: Fuchsia. HEX triplet: D3, 3E and BC. RGB value is (211,62,188). Sum of RGB (Red+Green+Blue) = 211+62+188=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D33EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33EBC is #2CC143. Grayscale: #787878. Windows color (decimal): -2933060 or 12336851. OLE color: 12336851.
HSL color Cylindrical-coordinate representation of color #D33EBC: hue angle of 309.26º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33EBC is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 188 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.17 |
| HSL | 309.26º | 0.63% | 0.54% | - |
| HSV(B) | 309.26º | 0.71% | 0.83% | - |
| XYZ | 37.66 | 20.92 | 49.63 | - |
| YUV | 120.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 188 | 0 | 0.71 | 0.11 | 0.17 | 309.26 | 0.63 | 0.54 |
| Hex | D3 | 3E | BC | 0 | 47 | B | 11 | 135 | 3F | 36 |
| Octal | 323 | 76 | 274 | 0 | 107 | 13 | 21 | 465 | 77 | 66 |
| Binary | 11010011 | 111110 | 10111100 | 0 | 1000111 | 1011 | 10001 | 100110101 | 111111 | 110110 |
Color Harmonies of #D33EBC
Complementary color
Monochromatic Colors of #D33EBC
Black with #D33EBC
Text Example
Text Example
White with #D33EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EBC; }
p { color: rgb(211,62,188); }
H1.HeaderClassName
{
color: #D33EBC;
}
.AnyTagClassName
{
color: #D33EBC;
}
</style>
background-color css
<style>
a { background-color: #D33EBC; }
a { background-color: rgb(211,62,188); }
div.DivClassName
{
background-color: #D33EBC;
}
.BgClassName
{
background-color: #D33EBC;
}
</style>
border-color css
<style>
span { border-color: #D33EBC; }
span { border-color: rgb(211,62,188); }
td.TdClassName
{
border-color: #D33EBC;
}
.TagClassName
{
border-color: #D33EBC;
}
</style>