Shades of Fuchsia #DB40C1
Tints of Fuchsia #DB40C1
RGB
CMYK
RGB Variations
Color information
#DB40C1 (or 0xDB40C1) is known color: Fuchsia. HEX triplet: DB, 40 and C1. RGB value is (219,64,193). Sum of RGB (Red+Green+Blue) = 219+64+193=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40C1 is #24BF3E. Grayscale: #7C7C7C. Windows color (decimal): -2408255 or 12665051. OLE color: 12665051.
HSL color Cylindrical-coordinate representation of color #DB40C1: hue angle of 310.06º 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 #DB40C1 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 193 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.14 |
| HSL | 310.06º | 0.68% | 0.55% | - |
| HSV(B) | 310.06º | 0.71% | 0.86% | - |
| XYZ | 40.67 | 22.58 | 52.67 | - |
| YUV | 125.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 193 | 0 | 0.71 | 0.12 | 0.14 | 310.06 | 0.68 | 0.55 |
| Hex | DB | 40 | C1 | 0 | 47 | C | E | 136 | 44 | 37 |
| Octal | 333 | 100 | 301 | 0 | 107 | 14 | 16 | 466 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11000001 | 0 | 1000111 | 1100 | 1110 | 100110110 | 1000100 | 110111 |
Color Harmonies of #DB40C1
Complementary color
Monochromatic Colors of #DB40C1
Black with #DB40C1
Text Example
Text Example
White with #DB40C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40C1; }
p { color: rgb(219,64,193); }
H1.HeaderClassName
{
color: #DB40C1;
}
.AnyTagClassName
{
color: #DB40C1;
}
</style>
background-color css
<style>
a { background-color: #DB40C1; }
a { background-color: rgb(219,64,193); }
div.DivClassName
{
background-color: #DB40C1;
}
.BgClassName
{
background-color: #DB40C1;
}
</style>
border-color css
<style>
span { border-color: #DB40C1; }
span { border-color: rgb(219,64,193); }
td.TdClassName
{
border-color: #DB40C1;
}
.TagClassName
{
border-color: #DB40C1;
}
</style>