Shades of Fuchsia #DB3EB8
Tints of Fuchsia #DB3EB8
RGB
CMYK
RGB Variations
Color information
#DB3EB8 (or 0xDB3EB8) is known color: Fuchsia. HEX triplet: DB, 3E and B8. RGB value is (219,62,184). Sum of RGB (Red+Green+Blue) = 219+62+184=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EB8 is #24C147. Grayscale: #7A7A7A. Windows color (decimal): -2408776 or 12074715. OLE color: 12074715.
HSL color Cylindrical-coordinate representation of color #DB3EB8: hue angle of 313.38º 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 #DB3EB8 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 184 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.14 |
| HSL | 313.38º | 0.69% | 0.55% | - |
| HSV(B) | 313.38º | 0.72% | 0.86% | - |
| XYZ | 39.59 | 21.97 | 47.5 | - |
| YUV | 122.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 184 | 0 | 0.72 | 0.16 | 0.14 | 313.38 | 0.69 | 0.55 |
| Hex | DB | 3E | B8 | 0 | 48 | 10 | E | 139 | 45 | 37 |
| Octal | 333 | 76 | 270 | 0 | 110 | 20 | 16 | 471 | 105 | 67 |
| Binary | 11011011 | 111110 | 10111000 | 0 | 1001000 | 10000 | 1110 | 100111001 | 1000101 | 110111 |
Color Harmonies of #DB3EB8
Complementary color
Monochromatic Colors of #DB3EB8
Black with #DB3EB8
Text Example
Text Example
White with #DB3EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EB8; }
p { color: rgb(219,62,184); }
H1.HeaderClassName
{
color: #DB3EB8;
}
.AnyTagClassName
{
color: #DB3EB8;
}
</style>
background-color css
<style>
a { background-color: #DB3EB8; }
a { background-color: rgb(219,62,184); }
div.DivClassName
{
background-color: #DB3EB8;
}
.BgClassName
{
background-color: #DB3EB8;
}
</style>
border-color css
<style>
span { border-color: #DB3EB8; }
span { border-color: rgb(219,62,184); }
td.TdClassName
{
border-color: #DB3EB8;
}
.TagClassName
{
border-color: #DB3EB8;
}
</style>