Shades of Fuchsia #DB3EBF
Tints of Fuchsia #DB3EBF
RGB
CMYK
RGB Variations
Color information
#DB3EBF (or 0xDB3EBF) is known color: Fuchsia. HEX triplet: DB, 3E and BF. RGB value is (219,62,191). Sum of RGB (Red+Green+Blue) = 219+62+191=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EBF is #24C140. Grayscale: #7B7B7B. Windows color (decimal): -2408769 or 12533467. OLE color: 12533467.
HSL color Cylindrical-coordinate representation of color #DB3EBF: hue angle of 310.7º 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 #DB3EBF is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 191 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.14 |
| HSL | 310.7º | 0.69% | 0.55% | - |
| HSV(B) | 310.7º | 0.72% | 0.86% | - |
| XYZ | 40.34 | 22.27 | 51.46 | - |
| YUV | 123.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 191 | 0 | 0.72 | 0.13 | 0.14 | 310.7 | 0.69 | 0.55 |
| Hex | DB | 3E | BF | 0 | 48 | D | E | 137 | 45 | 37 |
| Octal | 333 | 76 | 277 | 0 | 110 | 15 | 16 | 467 | 105 | 67 |
| Binary | 11011011 | 111110 | 10111111 | 0 | 1001000 | 1101 | 1110 | 100110111 | 1000101 | 110111 |
Color Harmonies of #DB3EBF
Complementary color
Monochromatic Colors of #DB3EBF
Black with #DB3EBF
Text Example
Text Example
White with #DB3EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EBF; }
p { color: rgb(219,62,191); }
H1.HeaderClassName
{
color: #DB3EBF;
}
.AnyTagClassName
{
color: #DB3EBF;
}
</style>
background-color css
<style>
a { background-color: #DB3EBF; }
a { background-color: rgb(219,62,191); }
div.DivClassName
{
background-color: #DB3EBF;
}
.BgClassName
{
background-color: #DB3EBF;
}
</style>
border-color css
<style>
span { border-color: #DB3EBF; }
span { border-color: rgb(219,62,191); }
td.TdClassName
{
border-color: #DB3EBF;
}
.TagClassName
{
border-color: #DB3EBF;
}
</style>