Shades of Fuchsia #D33BCE
Tints of Fuchsia #D33BCE
RGB
CMYK
RGB Variations
Color information
#D33BCE (or 0xD33BCE) is known color: Fuchsia. HEX triplet: D3, 3B and CE. RGB value is (211,59,206). Sum of RGB (Red+Green+Blue) = 211+59+206=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BCE is #2CC431. Grayscale: #787878. Windows color (decimal): -2933810 or 13515731. OLE color: 13515731.
HSL color Cylindrical-coordinate representation of color #D33BCE: hue angle of 301.97º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33BCE is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 206 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.17 |
| HSL | 301.97º | 0.63% | 0.53% | - |
| HSV(B) | 301.97º | 0.72% | 0.83% | - |
| XYZ | 39.57 | 21.43 | 60.44 | - |
| YUV | 121.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 206 | 0 | 0.72 | 0.02 | 0.17 | 301.97 | 0.63 | 0.53 |
| Hex | D3 | 3B | CE | 0 | 48 | 2 | 11 | 12E | 3F | 35 |
| Octal | 323 | 73 | 316 | 0 | 110 | 2 | 21 | 456 | 77 | 65 |
| Binary | 11010011 | 111011 | 11001110 | 0 | 1001000 | 10 | 10001 | 100101110 | 111111 | 110101 |
Color Harmonies of #D33BCE
Complementary color
Monochromatic Colors of #D33BCE
Black with #D33BCE
Text Example
Text Example
White with #D33BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BCE; }
p { color: rgb(211,59,206); }
H1.HeaderClassName
{
color: #D33BCE;
}
.AnyTagClassName
{
color: #D33BCE;
}
</style>
background-color css
<style>
a { background-color: #D33BCE; }
a { background-color: rgb(211,59,206); }
div.DivClassName
{
background-color: #D33BCE;
}
.BgClassName
{
background-color: #D33BCE;
}
</style>
border-color css
<style>
span { border-color: #D33BCE; }
span { border-color: rgb(211,59,206); }
td.TdClassName
{
border-color: #D33BCE;
}
.TagClassName
{
border-color: #D33BCE;
}
</style>