Shades of Fuchsia #DB3EC1
Tints of Fuchsia #DB3EC1
RGB
CMYK
RGB Variations
Color information
#DB3EC1 (or 0xDB3EC1) is known color: Fuchsia. HEX triplet: DB, 3E and C1. RGB value is (219,62,193). Sum of RGB (Red+Green+Blue) = 219+62+193=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EC1 is #24C13E. Grayscale: #7B7B7B. Windows color (decimal): -2408767 or 12664539. OLE color: 12664539.
HSL color Cylindrical-coordinate representation of color #DB3EC1: hue angle of 309.94º 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 #DB3EC1 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 193 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.14 |
| HSL | 309.94º | 0.69% | 0.55% | - |
| HSV(B) | 309.94º | 0.72% | 0.86% | - |
| XYZ | 40.56 | 22.36 | 52.63 | - |
| YUV | 123.88 | 167.01 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 193 | 0 | 0.72 | 0.12 | 0.14 | 309.94 | 0.69 | 0.55 |
| Hex | DB | 3E | C1 | 0 | 48 | C | E | 136 | 45 | 37 |
| Octal | 333 | 76 | 301 | 0 | 110 | 14 | 16 | 466 | 105 | 67 |
| Binary | 11011011 | 111110 | 11000001 | 0 | 1001000 | 1100 | 1110 | 100110110 | 1000101 | 110111 |
Color Harmonies of #DB3EC1
Complementary color
Monochromatic Colors of #DB3EC1
Black with #DB3EC1
Text Example
Text Example
White with #DB3EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EC1; }
p { color: rgb(219,62,193); }
H1.HeaderClassName
{
color: #DB3EC1;
}
.AnyTagClassName
{
color: #DB3EC1;
}
</style>
background-color css
<style>
a { background-color: #DB3EC1; }
a { background-color: rgb(219,62,193); }
div.DivClassName
{
background-color: #DB3EC1;
}
.BgClassName
{
background-color: #DB3EC1;
}
</style>
border-color css
<style>
span { border-color: #DB3EC1; }
span { border-color: rgb(219,62,193); }
td.TdClassName
{
border-color: #DB3EC1;
}
.TagClassName
{
border-color: #DB3EC1;
}
</style>