Shades of Fuchsia #D33ECF
Tints of Fuchsia #D33ECF
RGB
CMYK
RGB Variations
Color information
#D33ECF (or 0xD33ECF) is known color: Fuchsia. HEX triplet: D3, 3E and CF. RGB value is (211,62,207). Sum of RGB (Red+Green+Blue) = 211+62+207=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D33ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33ECF is #2CC130. Grayscale: #7A7A7A. Windows color (decimal): -2933041 or 13582035. OLE color: 13582035.
HSL color Cylindrical-coordinate representation of color #D33ECF: hue angle of 301.61º 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 #D33ECF is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 207 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.17 |
| HSL | 301.61º | 0.63% | 0.54% | - |
| HSV(B) | 301.61º | 0.71% | 0.83% | - |
| XYZ | 39.85 | 21.8 | 61.14 | - |
| YUV | 123.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 207 | 0 | 0.71 | 0.02 | 0.17 | 301.61 | 0.63 | 0.54 |
| Hex | D3 | 3E | CF | 0 | 47 | 2 | 11 | 12E | 3F | 36 |
| Octal | 323 | 76 | 317 | 0 | 107 | 2 | 21 | 456 | 77 | 66 |
| Binary | 11010011 | 111110 | 11001111 | 0 | 1000111 | 10 | 10001 | 100101110 | 111111 | 110110 |
Color Harmonies of #D33ECF
Complementary color
Monochromatic Colors of #D33ECF
Black with #D33ECF
Text Example
Text Example
White with #D33ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33ECF; }
p { color: rgb(211,62,207); }
H1.HeaderClassName
{
color: #D33ECF;
}
.AnyTagClassName
{
color: #D33ECF;
}
</style>
background-color css
<style>
a { background-color: #D33ECF; }
a { background-color: rgb(211,62,207); }
div.DivClassName
{
background-color: #D33ECF;
}
.BgClassName
{
background-color: #D33ECF;
}
</style>
border-color css
<style>
span { border-color: #D33ECF; }
span { border-color: rgb(211,62,207); }
td.TdClassName
{
border-color: #D33ECF;
}
.TagClassName
{
border-color: #D33ECF;
}
</style>