Shades of Fuchsia #DB41BF
Tints of Fuchsia #DB41BF
RGB
CMYK
RGB Variations
Color information
#DB41BF (or 0xDB41BF) is known color: Fuchsia. HEX triplet: DB, 41 and BF. RGB value is (219,65,191). Sum of RGB (Red+Green+Blue) = 219+65+191=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41BF is #24BE40. Grayscale: #7D7D7D. Windows color (decimal): -2408001 or 12534235. OLE color: 12534235.
HSL color Cylindrical-coordinate representation of color #DB41BF: hue angle of 310.91º 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 #DB41BF is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 191 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.14 |
| HSL | 310.91º | 0.68% | 0.56% | - |
| HSV(B) | 310.91º | 0.7% | 0.86% | - |
| XYZ | 40.51 | 22.6 | 51.52 | - |
| YUV | 125.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 191 | 0 | 0.70 | 0.13 | 0.14 | 310.91 | 0.68 | 0.56 |
| Hex | DB | 41 | BF | 0 | 46 | D | E | 137 | 44 | 38 |
| Octal | 333 | 101 | 277 | 0 | 106 | 15 | 16 | 467 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10111111 | 0 | 1000110 | 1101 | 1110 | 100110111 | 1000100 | 111000 |
Color Harmonies of #DB41BF
Complementary color
Monochromatic Colors of #DB41BF
Black with #DB41BF
Text Example
Text Example
White with #DB41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41BF; }
p { color: rgb(219,65,191); }
H1.HeaderClassName
{
color: #DB41BF;
}
.AnyTagClassName
{
color: #DB41BF;
}
</style>
background-color css
<style>
a { background-color: #DB41BF; }
a { background-color: rgb(219,65,191); }
div.DivClassName
{
background-color: #DB41BF;
}
.BgClassName
{
background-color: #DB41BF;
}
</style>
border-color css
<style>
span { border-color: #DB41BF; }
span { border-color: rgb(219,65,191); }
td.TdClassName
{
border-color: #DB41BF;
}
.TagClassName
{
border-color: #DB41BF;
}
</style>