Shades of Fuchsia #DB40C3
Tints of Fuchsia #DB40C3
RGB
CMYK
RGB Variations
Color information
#DB40C3 (or 0xDB40C3) is known color: Fuchsia. HEX triplet: DB, 40 and C3. RGB value is (219,64,195). Sum of RGB (Red+Green+Blue) = 219+64+195=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40C3 is #24BF3C. Grayscale: #7C7C7C. Windows color (decimal): -2408253 or 12796123. OLE color: 12796123.
HSL color Cylindrical-coordinate representation of color #DB40C3: hue angle of 309.29º 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 #DB40C3 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 195 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.14 |
| HSL | 309.29º | 0.68% | 0.55% | - |
| HSV(B) | 309.29º | 0.71% | 0.86% | - |
| XYZ | 40.9 | 22.67 | 53.85 | - |
| YUV | 125.28 | 167.35 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 195 | 0 | 0.71 | 0.11 | 0.14 | 309.29 | 0.68 | 0.55 |
| Hex | DB | 40 | C3 | 0 | 47 | B | E | 135 | 44 | 37 |
| Octal | 333 | 100 | 303 | 0 | 107 | 13 | 16 | 465 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11000011 | 0 | 1000111 | 1011 | 1110 | 100110101 | 1000100 | 110111 |
Color Harmonies of #DB40C3
Complementary color
Monochromatic Colors of #DB40C3
Black with #DB40C3
Text Example
Text Example
White with #DB40C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40C3; }
p { color: rgb(219,64,195); }
H1.HeaderClassName
{
color: #DB40C3;
}
.AnyTagClassName
{
color: #DB40C3;
}
</style>
background-color css
<style>
a { background-color: #DB40C3; }
a { background-color: rgb(219,64,195); }
div.DivClassName
{
background-color: #DB40C3;
}
.BgClassName
{
background-color: #DB40C3;
}
</style>
border-color css
<style>
span { border-color: #DB40C3; }
span { border-color: rgb(219,64,195); }
td.TdClassName
{
border-color: #DB40C3;
}
.TagClassName
{
border-color: #DB40C3;
}
</style>