Shades of Fuchsia #DB41B9
Tints of Fuchsia #DB41B9
RGB
CMYK
RGB Variations
Color information
#DB41B9 (or 0xDB41B9) is known color: Fuchsia. HEX triplet: DB, 41 and B9. RGB value is (219,65,185). Sum of RGB (Red+Green+Blue) = 219+65+185=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41B9 is #24BE46. Grayscale: #7C7C7C. Windows color (decimal): -2408007 or 12141019. OLE color: 12141019.
HSL color Cylindrical-coordinate representation of color #DB41B9: hue angle of 313.25º 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 #DB41B9 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 185 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.14 |
| HSL | 313.25º | 0.68% | 0.56% | - |
| HSV(B) | 313.25º | 0.7% | 0.86% | - |
| XYZ | 39.86 | 22.34 | 48.11 | - |
| YUV | 124.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 185 | 0 | 0.70 | 0.16 | 0.14 | 313.25 | 0.68 | 0.56 |
| Hex | DB | 41 | B9 | 0 | 46 | 10 | E | 139 | 44 | 38 |
| Octal | 333 | 101 | 271 | 0 | 106 | 20 | 16 | 471 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10111001 | 0 | 1000110 | 10000 | 1110 | 100111001 | 1000100 | 111000 |
Color Harmonies of #DB41B9
Complementary color
Monochromatic Colors of #DB41B9
Black with #DB41B9
Text Example
Text Example
White with #DB41B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41B9; }
p { color: rgb(219,65,185); }
H1.HeaderClassName
{
color: #DB41B9;
}
.AnyTagClassName
{
color: #DB41B9;
}
</style>
background-color css
<style>
a { background-color: #DB41B9; }
a { background-color: rgb(219,65,185); }
div.DivClassName
{
background-color: #DB41B9;
}
.BgClassName
{
background-color: #DB41B9;
}
</style>
border-color css
<style>
span { border-color: #DB41B9; }
span { border-color: rgb(219,65,185); }
td.TdClassName
{
border-color: #DB41B9;
}
.TagClassName
{
border-color: #DB41B9;
}
</style>