Shades of Fuchsia #DB3EBA
Tints of Fuchsia #DB3EBA
RGB
CMYK
RGB Variations
Color information
#DB3EBA (or 0xDB3EBA) is known color: Fuchsia. HEX triplet: DB, 3E and BA. RGB value is (219,62,186). Sum of RGB (Red+Green+Blue) = 219+62+186=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EBA is #24C145. Grayscale: #7A7A7A. Windows color (decimal): -2408774 or 12205787. OLE color: 12205787.
HSL color Cylindrical-coordinate representation of color #DB3EBA: hue angle of 312.61º 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 #DB3EBA is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 186 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.14 |
| HSL | 312.61º | 0.69% | 0.55% | - |
| HSV(B) | 312.61º | 0.72% | 0.86% | - |
| XYZ | 39.8 | 22.05 | 48.61 | - |
| YUV | 123.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 186 | 0 | 0.72 | 0.15 | 0.14 | 312.61 | 0.69 | 0.55 |
| Hex | DB | 3E | BA | 0 | 48 | F | E | 139 | 45 | 37 |
| Octal | 333 | 76 | 272 | 0 | 110 | 17 | 16 | 471 | 105 | 67 |
| Binary | 11011011 | 111110 | 10111010 | 0 | 1001000 | 1111 | 1110 | 100111001 | 1000101 | 110111 |
Color Harmonies of #DB3EBA
Complementary color
Monochromatic Colors of #DB3EBA
Black with #DB3EBA
Text Example
Text Example
White with #DB3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EBA; }
p { color: rgb(219,62,186); }
H1.HeaderClassName
{
color: #DB3EBA;
}
.AnyTagClassName
{
color: #DB3EBA;
}
</style>
background-color css
<style>
a { background-color: #DB3EBA; }
a { background-color: rgb(219,62,186); }
div.DivClassName
{
background-color: #DB3EBA;
}
.BgClassName
{
background-color: #DB3EBA;
}
</style>
border-color css
<style>
span { border-color: #DB3EBA; }
span { border-color: rgb(219,62,186); }
td.TdClassName
{
border-color: #DB3EBA;
}
.TagClassName
{
border-color: #DB3EBA;
}
</style>