Shades of Fuchsia #DB3FC0
Tints of Fuchsia #DB3FC0
RGB
CMYK
RGB Variations
Color information
#DB3FC0 (or 0xDB3FC0) is known color: Fuchsia. HEX triplet: DB, 3F and C0. RGB value is (219,63,192). Sum of RGB (Red+Green+Blue) = 219+63+192=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FC0 is #24C03F. Grayscale: #7B7B7B. Windows color (decimal): -2408512 or 12599259. OLE color: 12599259.
HSL color Cylindrical-coordinate representation of color #DB3FC0: hue angle of 310.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3FC0 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 192 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.14 |
| HSL | 310.38º | 0.68% | 0.55% | - |
| HSV(B) | 310.38º | 0.71% | 0.86% | - |
| XYZ | 40.51 | 22.42 | 52.06 | - |
| YUV | 124.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 192 | 0 | 0.71 | 0.12 | 0.14 | 310.38 | 0.68 | 0.55 |
| Hex | DB | 3F | C0 | 0 | 47 | C | E | 136 | 44 | 37 |
| Octal | 333 | 77 | 300 | 0 | 107 | 14 | 16 | 466 | 104 | 67 |
| Binary | 11011011 | 111111 | 11000000 | 0 | 1000111 | 1100 | 1110 | 100110110 | 1000100 | 110111 |
Color Harmonies of #DB3FC0
Complementary color
Monochromatic Colors of #DB3FC0
Black with #DB3FC0
Text Example
Text Example
White with #DB3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FC0; }
p { color: rgb(219,63,192); }
H1.HeaderClassName
{
color: #DB3FC0;
}
.AnyTagClassName
{
color: #DB3FC0;
}
</style>
background-color css
<style>
a { background-color: #DB3FC0; }
a { background-color: rgb(219,63,192); }
div.DivClassName
{
background-color: #DB3FC0;
}
.BgClassName
{
background-color: #DB3FC0;
}
</style>
border-color css
<style>
span { border-color: #DB3FC0; }
span { border-color: rgb(219,63,192); }
td.TdClassName
{
border-color: #DB3FC0;
}
.TagClassName
{
border-color: #DB3FC0;
}
</style>