Shades of Fuchsia #DB3EBC
Tints of Fuchsia #DB3EBC
RGB
CMYK
RGB Variations
Color information
#DB3EBC (or 0xDB3EBC) is known color: Fuchsia. HEX triplet: DB, 3E and BC. RGB value is (219,62,188). Sum of RGB (Red+Green+Blue) = 219+62+188=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EBC is #24C143. Grayscale: #7A7A7A. Windows color (decimal): -2408772 or 12336859. OLE color: 12336859.
HSL color Cylindrical-coordinate representation of color #DB3EBC: hue angle of 311.85º 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 #DB3EBC is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 188 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.14 |
| HSL | 311.85º | 0.69% | 0.55% | - |
| HSV(B) | 311.85º | 0.72% | 0.86% | - |
| XYZ | 40.01 | 22.14 | 49.74 | - |
| YUV | 123.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 188 | 0 | 0.72 | 0.14 | 0.14 | 311.85 | 0.69 | 0.55 |
| Hex | DB | 3E | BC | 0 | 48 | E | E | 138 | 45 | 37 |
| Octal | 333 | 76 | 274 | 0 | 110 | 16 | 16 | 470 | 105 | 67 |
| Binary | 11011011 | 111110 | 10111100 | 0 | 1001000 | 1110 | 1110 | 100111000 | 1000101 | 110111 |
Color Harmonies of #DB3EBC
Complementary color
Monochromatic Colors of #DB3EBC
Black with #DB3EBC
Text Example
Text Example
White with #DB3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EBC; }
p { color: rgb(219,62,188); }
H1.HeaderClassName
{
color: #DB3EBC;
}
.AnyTagClassName
{
color: #DB3EBC;
}
</style>
background-color css
<style>
a { background-color: #DB3EBC; }
a { background-color: rgb(219,62,188); }
div.DivClassName
{
background-color: #DB3EBC;
}
.BgClassName
{
background-color: #DB3EBC;
}
</style>
border-color css
<style>
span { border-color: #DB3EBC; }
span { border-color: rgb(219,62,188); }
td.TdClassName
{
border-color: #DB3EBC;
}
.TagClassName
{
border-color: #DB3EBC;
}
</style>