Shades of Fuchsia #DB3EC0
Tints of Fuchsia #DB3EC0
RGB
CMYK
RGB Variations
Color information
#DB3EC0 (or 0xDB3EC0) is known color: Fuchsia. HEX triplet: DB, 3E and C0. RGB value is (219,62,192). Sum of RGB (Red+Green+Blue) = 219+62+192=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EC0 is #24C13F. Grayscale: #7B7B7B. Windows color (decimal): -2408768 or 12599003. OLE color: 12599003.
HSL color Cylindrical-coordinate representation of color #DB3EC0: hue angle of 310.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3EC0 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 192 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.14 |
| HSL | 310.32º | 0.69% | 0.55% | - |
| HSV(B) | 310.32º | 0.72% | 0.86% | - |
| XYZ | 40.45 | 22.31 | 52.04 | - |
| YUV | 123.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 192 | 0 | 0.72 | 0.12 | 0.14 | 310.32 | 0.69 | 0.55 |
| Hex | DB | 3E | C0 | 0 | 48 | C | E | 136 | 45 | 37 |
| Octal | 333 | 76 | 300 | 0 | 110 | 14 | 16 | 466 | 105 | 67 |
| Binary | 11011011 | 111110 | 11000000 | 0 | 1001000 | 1100 | 1110 | 100110110 | 1000101 | 110111 |
Color Harmonies of #DB3EC0
Complementary color
Monochromatic Colors of #DB3EC0
Black with #DB3EC0
Text Example
Text Example
White with #DB3EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EC0; }
p { color: rgb(219,62,192); }
H1.HeaderClassName
{
color: #DB3EC0;
}
.AnyTagClassName
{
color: #DB3EC0;
}
</style>
background-color css
<style>
a { background-color: #DB3EC0; }
a { background-color: rgb(219,62,192); }
div.DivClassName
{
background-color: #DB3EC0;
}
.BgClassName
{
background-color: #DB3EC0;
}
</style>
border-color css
<style>
span { border-color: #DB3EC0; }
span { border-color: rgb(219,62,192); }
td.TdClassName
{
border-color: #DB3EC0;
}
.TagClassName
{
border-color: #DB3EC0;
}
</style>