Shades of Fuchsia #DB40BA
Tints of Fuchsia #DB40BA
RGB
CMYK
RGB Variations
Color information
#DB40BA (or 0xDB40BA) is known color: Fuchsia. HEX triplet: DB, 40 and BA. RGB value is (219,64,186). Sum of RGB (Red+Green+Blue) = 219+64+186=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40BA is #24BF45. Grayscale: #7B7B7B. Windows color (decimal): -2408262 or 12206299. OLE color: 12206299.
HSL color Cylindrical-coordinate representation of color #DB40BA: hue angle of 312.77º 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 #DB40BA is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 186 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.14 |
| HSL | 312.77º | 0.68% | 0.55% | - |
| HSV(B) | 312.77º | 0.71% | 0.86% | - |
| XYZ | 39.91 | 22.27 | 48.65 | - |
| YUV | 124.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 186 | 0 | 0.71 | 0.15 | 0.14 | 312.77 | 0.68 | 0.55 |
| Hex | DB | 40 | BA | 0 | 47 | F | E | 139 | 44 | 37 |
| Octal | 333 | 100 | 272 | 0 | 107 | 17 | 16 | 471 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10111010 | 0 | 1000111 | 1111 | 1110 | 100111001 | 1000100 | 110111 |
Color Harmonies of #DB40BA
Complementary color
Monochromatic Colors of #DB40BA
Black with #DB40BA
Text Example
Text Example
White with #DB40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40BA; }
p { color: rgb(219,64,186); }
H1.HeaderClassName
{
color: #DB40BA;
}
.AnyTagClassName
{
color: #DB40BA;
}
</style>
background-color css
<style>
a { background-color: #DB40BA; }
a { background-color: rgb(219,64,186); }
div.DivClassName
{
background-color: #DB40BA;
}
.BgClassName
{
background-color: #DB40BA;
}
</style>
border-color css
<style>
span { border-color: #DB40BA; }
span { border-color: rgb(219,64,186); }
td.TdClassName
{
border-color: #DB40BA;
}
.TagClassName
{
border-color: #DB40BA;
}
</style>