Shades of Fuchsia #DB40C0
Tints of Fuchsia #DB40C0
RGB
CMYK
RGB Variations
Color information
#DB40C0 (or 0xDB40C0) is known color: Fuchsia. HEX triplet: DB, 40 and C0. RGB value is (219,64,192). Sum of RGB (Red+Green+Blue) = 219+64+192=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40C0 is #24BF3F. Grayscale: #7C7C7C. Windows color (decimal): -2408256 or 12599515. OLE color: 12599515.
HSL color Cylindrical-coordinate representation of color #DB40C0: hue angle of 310.45º 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 #DB40C0 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 192 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.14 |
| HSL | 310.45º | 0.68% | 0.55% | - |
| HSV(B) | 310.45º | 0.71% | 0.86% | - |
| XYZ | 40.56 | 22.53 | 52.08 | - |
| YUV | 124.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 192 | 0 | 0.71 | 0.12 | 0.14 | 310.45 | 0.68 | 0.55 |
| Hex | DB | 40 | C0 | 0 | 47 | C | E | 136 | 44 | 37 |
| Octal | 333 | 100 | 300 | 0 | 107 | 14 | 16 | 466 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11000000 | 0 | 1000111 | 1100 | 1110 | 100110110 | 1000100 | 110111 |
Color Harmonies of #DB40C0
Complementary color
Monochromatic Colors of #DB40C0
Black with #DB40C0
Text Example
Text Example
White with #DB40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40C0; }
p { color: rgb(219,64,192); }
H1.HeaderClassName
{
color: #DB40C0;
}
.AnyTagClassName
{
color: #DB40C0;
}
</style>
background-color css
<style>
a { background-color: #DB40C0; }
a { background-color: rgb(219,64,192); }
div.DivClassName
{
background-color: #DB40C0;
}
.BgClassName
{
background-color: #DB40C0;
}
</style>
border-color css
<style>
span { border-color: #DB40C0; }
span { border-color: rgb(219,64,192); }
td.TdClassName
{
border-color: #DB40C0;
}
.TagClassName
{
border-color: #DB40C0;
}
</style>