Shades of Fuchsia #DB41B5
Tints of Fuchsia #DB41B5
RGB
CMYK
RGB Variations
Color information
#DB41B5 (or 0xDB41B5) is known color: Fuchsia. HEX triplet: DB, 41 and B5. RGB value is (219,65,181). Sum of RGB (Red+Green+Blue) = 219+65+181=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41B5 is #24BE4A. Grayscale: #7B7B7B. Windows color (decimal): -2408011 or 11878875. OLE color: 11878875.
HSL color Cylindrical-coordinate representation of color #DB41B5: hue angle of 314.81º 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 #DB41B5 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 181 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.14 |
| HSL | 314.81º | 0.68% | 0.56% | - |
| HSV(B) | 314.81º | 0.7% | 0.86% | - |
| XYZ | 39.44 | 22.18 | 45.92 | - |
| YUV | 124.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 181 | 0 | 0.70 | 0.17 | 0.14 | 314.81 | 0.68 | 0.56 |
| Hex | DB | 41 | B5 | 0 | 46 | 11 | E | 13B | 44 | 38 |
| Octal | 333 | 101 | 265 | 0 | 106 | 21 | 16 | 473 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10110101 | 0 | 1000110 | 10001 | 1110 | 100111011 | 1000100 | 111000 |
Color Harmonies of #DB41B5
Complementary color
Monochromatic Colors of #DB41B5
Black with #DB41B5
Text Example
Text Example
White with #DB41B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41B5; }
p { color: rgb(219,65,181); }
H1.HeaderClassName
{
color: #DB41B5;
}
.AnyTagClassName
{
color: #DB41B5;
}
</style>
background-color css
<style>
a { background-color: #DB41B5; }
a { background-color: rgb(219,65,181); }
div.DivClassName
{
background-color: #DB41B5;
}
.BgClassName
{
background-color: #DB41B5;
}
</style>
border-color css
<style>
span { border-color: #DB41B5; }
span { border-color: rgb(219,65,181); }
td.TdClassName
{
border-color: #DB41B5;
}
.TagClassName
{
border-color: #DB41B5;
}
</style>