Shades of Fuchsia #DB41B8
Tints of Fuchsia #DB41B8
RGB
CMYK
RGB Variations
Color information
#DB41B8 (or 0xDB41B8) is known color: Fuchsia. HEX triplet: DB, 41 and B8. RGB value is (219,65,184). Sum of RGB (Red+Green+Blue) = 219+65+184=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41B8 is #24BE47. Grayscale: #7C7C7C. Windows color (decimal): -2408008 or 12075483. OLE color: 12075483.
HSL color Cylindrical-coordinate representation of color #DB41B8: hue angle of 313.64º 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 #DB41B8 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 184 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.14 |
| HSL | 313.64º | 0.68% | 0.56% | - |
| HSV(B) | 313.64º | 0.7% | 0.86% | - |
| XYZ | 39.76 | 22.3 | 47.56 | - |
| YUV | 124.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 184 | 0 | 0.70 | 0.16 | 0.14 | 313.64 | 0.68 | 0.56 |
| Hex | DB | 41 | B8 | 0 | 46 | 10 | E | 13A | 44 | 38 |
| Octal | 333 | 101 | 270 | 0 | 106 | 20 | 16 | 472 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10111000 | 0 | 1000110 | 10000 | 1110 | 100111010 | 1000100 | 111000 |
Color Harmonies of #DB41B8
Complementary color
Monochromatic Colors of #DB41B8
Black with #DB41B8
Text Example
Text Example
White with #DB41B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41B8; }
p { color: rgb(219,65,184); }
H1.HeaderClassName
{
color: #DB41B8;
}
.AnyTagClassName
{
color: #DB41B8;
}
</style>
background-color css
<style>
a { background-color: #DB41B8; }
a { background-color: rgb(219,65,184); }
div.DivClassName
{
background-color: #DB41B8;
}
.BgClassName
{
background-color: #DB41B8;
}
</style>
border-color css
<style>
span { border-color: #DB41B8; }
span { border-color: rgb(219,65,184); }
td.TdClassName
{
border-color: #DB41B8;
}
.TagClassName
{
border-color: #DB41B8;
}
</style>