Shades of Fuchsia #DB40C2
Tints of Fuchsia #DB40C2
RGB
CMYK
RGB Variations
Color information
#DB40C2 (or 0xDB40C2) is known color: Fuchsia. HEX triplet: DB, 40 and C2. RGB value is (219,64,194). Sum of RGB (Red+Green+Blue) = 219+64+194=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40C2 is #24BF3D. Grayscale: #7C7C7C. Windows color (decimal): -2408254 or 12730587. OLE color: 12730587.
HSL color Cylindrical-coordinate representation of color #DB40C2: hue angle of 309.68º 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 #DB40C2 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 194 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.14 |
| HSL | 309.68º | 0.68% | 0.55% | - |
| HSV(B) | 309.68º | 0.71% | 0.86% | - |
| XYZ | 40.78 | 22.62 | 53.26 | - |
| YUV | 125.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 194 | 0 | 0.71 | 0.11 | 0.14 | 309.68 | 0.68 | 0.55 |
| Hex | DB | 40 | C2 | 0 | 47 | B | E | 136 | 44 | 37 |
| Octal | 333 | 100 | 302 | 0 | 107 | 13 | 16 | 466 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11000010 | 0 | 1000111 | 1011 | 1110 | 100110110 | 1000100 | 110111 |
Color Harmonies of #DB40C2
Complementary color
Monochromatic Colors of #DB40C2
Black with #DB40C2
Text Example
Text Example
White with #DB40C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40C2; }
p { color: rgb(219,64,194); }
H1.HeaderClassName
{
color: #DB40C2;
}
.AnyTagClassName
{
color: #DB40C2;
}
</style>
background-color css
<style>
a { background-color: #DB40C2; }
a { background-color: rgb(219,64,194); }
div.DivClassName
{
background-color: #DB40C2;
}
.BgClassName
{
background-color: #DB40C2;
}
</style>
border-color css
<style>
span { border-color: #DB40C2; }
span { border-color: rgb(219,64,194); }
td.TdClassName
{
border-color: #DB40C2;
}
.TagClassName
{
border-color: #DB40C2;
}
</style>