Shades of Fuchsia #DB41B3
Tints of Fuchsia #DB41B3
RGB
CMYK
RGB Variations
Color information
#DB41B3 (or 0xDB41B3) is known color: Fuchsia. HEX triplet: DB, 41 and B3. RGB value is (219,65,179). Sum of RGB (Red+Green+Blue) = 219+65+179=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41B3 is #24BE4C. Grayscale: #7B7B7B. Windows color (decimal): -2408013 or 11747803. OLE color: 11747803.
HSL color Cylindrical-coordinate representation of color #DB41B3: hue angle of 315.58º 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 #DB41B3 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 179 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.14 |
| HSL | 315.58º | 0.68% | 0.56% | - |
| HSV(B) | 315.58º | 0.7% | 0.86% | - |
| XYZ | 39.24 | 22.1 | 44.84 | - |
| YUV | 124.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 179 | 0 | 0.70 | 0.18 | 0.14 | 315.58 | 0.68 | 0.56 |
| Hex | DB | 41 | B3 | 0 | 46 | 12 | E | 13C | 44 | 38 |
| Octal | 333 | 101 | 263 | 0 | 106 | 22 | 16 | 474 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10110011 | 0 | 1000110 | 10010 | 1110 | 100111100 | 1000100 | 111000 |
Color Harmonies of #DB41B3
Complementary color
Monochromatic Colors of #DB41B3
Black with #DB41B3
Text Example
Text Example
White with #DB41B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41B3; }
p { color: rgb(219,65,179); }
H1.HeaderClassName
{
color: #DB41B3;
}
.AnyTagClassName
{
color: #DB41B3;
}
</style>
background-color css
<style>
a { background-color: #DB41B3; }
a { background-color: rgb(219,65,179); }
div.DivClassName
{
background-color: #DB41B3;
}
.BgClassName
{
background-color: #DB41B3;
}
</style>
border-color css
<style>
span { border-color: #DB41B3; }
span { border-color: rgb(219,65,179); }
td.TdClassName
{
border-color: #DB41B3;
}
.TagClassName
{
border-color: #DB41B3;
}
</style>