Shades of Fuchsia #D33FCB
Tints of Fuchsia #D33FCB
RGB
CMYK
RGB Variations
Color information
#D33FCB (or 0xD33FCB) is known color: Fuchsia. HEX triplet: D3, 3F and CB. RGB value is (211,63,203). Sum of RGB (Red+Green+Blue) = 211+63+203=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33FCB is #2CC034. Grayscale: #7A7A7A. Windows color (decimal): -2932789 or 13320147. OLE color: 13320147.
HSL color Cylindrical-coordinate representation of color #D33FCB: hue angle of 303.24º 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 #D33FCB is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 203 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.17 |
| HSL | 303.24º | 0.63% | 0.54% | - |
| HSV(B) | 303.24º | 0.7% | 0.83% | - |
| XYZ | 39.42 | 21.72 | 58.61 | - |
| YUV | 123.21 | 173.03 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 203 | 0 | 0.70 | 0.04 | 0.17 | 303.24 | 0.63 | 0.54 |
| Hex | D3 | 3F | CB | 0 | 46 | 4 | 11 | 12F | 3F | 36 |
| Octal | 323 | 77 | 313 | 0 | 106 | 4 | 21 | 457 | 77 | 66 |
| Binary | 11010011 | 111111 | 11001011 | 0 | 1000110 | 100 | 10001 | 100101111 | 111111 | 110110 |
Color Harmonies of #D33FCB
Complementary color
Monochromatic Colors of #D33FCB
Black with #D33FCB
Text Example
Text Example
White with #D33FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FCB; }
p { color: rgb(211,63,203); }
H1.HeaderClassName
{
color: #D33FCB;
}
.AnyTagClassName
{
color: #D33FCB;
}
</style>
background-color css
<style>
a { background-color: #D33FCB; }
a { background-color: rgb(211,63,203); }
div.DivClassName
{
background-color: #D33FCB;
}
.BgClassName
{
background-color: #D33FCB;
}
</style>
border-color css
<style>
span { border-color: #D33FCB; }
span { border-color: rgb(211,63,203); }
td.TdClassName
{
border-color: #D33FCB;
}
.TagClassName
{
border-color: #D33FCB;
}
</style>