Shades of Fuchsia #D33ECB
Tints of Fuchsia #D33ECB
RGB
CMYK
RGB Variations
Color information
#D33ECB (or 0xD33ECB) is known color: Fuchsia. HEX triplet: D3, 3E and CB. RGB value is (211,62,203). Sum of RGB (Red+Green+Blue) = 211+62+203=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D33ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33ECB is #2CC134. Grayscale: #7A7A7A. Windows color (decimal): -2933045 or 13319891. OLE color: 13319891.
HSL color Cylindrical-coordinate representation of color #D33ECB: hue angle of 303.22º 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 #D33ECB is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 203 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.17 |
| HSL | 303.22º | 0.63% | 0.54% | - |
| HSV(B) | 303.22º | 0.71% | 0.83% | - |
| XYZ | 39.37 | 21.61 | 58.6 | - |
| YUV | 122.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 203 | 0 | 0.71 | 0.04 | 0.17 | 303.22 | 0.63 | 0.54 |
| Hex | D3 | 3E | CB | 0 | 47 | 4 | 11 | 12F | 3F | 36 |
| Octal | 323 | 76 | 313 | 0 | 107 | 4 | 21 | 457 | 77 | 66 |
| Binary | 11010011 | 111110 | 11001011 | 0 | 1000111 | 100 | 10001 | 100101111 | 111111 | 110110 |
Color Harmonies of #D33ECB
Complementary color
Monochromatic Colors of #D33ECB
Black with #D33ECB
Text Example
Text Example
White with #D33ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33ECB; }
p { color: rgb(211,62,203); }
H1.HeaderClassName
{
color: #D33ECB;
}
.AnyTagClassName
{
color: #D33ECB;
}
</style>
background-color css
<style>
a { background-color: #D33ECB; }
a { background-color: rgb(211,62,203); }
div.DivClassName
{
background-color: #D33ECB;
}
.BgClassName
{
background-color: #D33ECB;
}
</style>
border-color css
<style>
span { border-color: #D33ECB; }
span { border-color: rgb(211,62,203); }
td.TdClassName
{
border-color: #D33ECB;
}
.TagClassName
{
border-color: #D33ECB;
}
</style>