Shades of Fuchsia #DB41B6
Tints of Fuchsia #DB41B6
RGB
CMYK
RGB Variations
Color information
#DB41B6 (or 0xDB41B6) is known color: Fuchsia. HEX triplet: DB, 41 and B6. RGB value is (219,65,182). Sum of RGB (Red+Green+Blue) = 219+65+182=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41B6 is #24BE49. Grayscale: #7C7C7C. Windows color (decimal): -2408010 or 11944411. OLE color: 11944411.
HSL color Cylindrical-coordinate representation of color #DB41B6: hue angle of 314.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41B6 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 182 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.14 |
| HSL | 314.42º | 0.68% | 0.56% | - |
| HSV(B) | 314.42º | 0.7% | 0.86% | - |
| XYZ | 39.55 | 22.22 | 46.46 | - |
| YUV | 124.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 182 | 0 | 0.70 | 0.17 | 0.14 | 314.42 | 0.68 | 0.56 |
| Hex | DB | 41 | B6 | 0 | 46 | 11 | E | 13A | 44 | 38 |
| Octal | 333 | 101 | 266 | 0 | 106 | 21 | 16 | 472 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10110110 | 0 | 1000110 | 10001 | 1110 | 100111010 | 1000100 | 111000 |
Color Harmonies of #DB41B6
Complementary color
Monochromatic Colors of #DB41B6
Black with #DB41B6
Text Example
Text Example
White with #DB41B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41B6; }
p { color: rgb(219,65,182); }
H1.HeaderClassName
{
color: #DB41B6;
}
.AnyTagClassName
{
color: #DB41B6;
}
</style>
background-color css
<style>
a { background-color: #DB41B6; }
a { background-color: rgb(219,65,182); }
div.DivClassName
{
background-color: #DB41B6;
}
.BgClassName
{
background-color: #DB41B6;
}
</style>
border-color css
<style>
span { border-color: #DB41B6; }
span { border-color: rgb(219,65,182); }
td.TdClassName
{
border-color: #DB41B6;
}
.TagClassName
{
border-color: #DB41B6;
}
</style>