Shades of Fuchsia #DB46B1
Tints of Fuchsia #DB46B1
RGB
CMYK
RGB Variations
Color information
#DB46B1 (or 0xDB46B1) is known color: Fuchsia. HEX triplet: DB, 46 and B1. RGB value is (219,70,177). Sum of RGB (Red+Green+Blue) = 219+70+177=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB46B1 is #24B94E. Grayscale: #7E7E7E. Windows color (decimal): -2406735 or 11618011. OLE color: 11618011.
HSL color Cylindrical-coordinate representation of color #DB46B1: hue angle of 316.91º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB46B1 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 177 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.14 |
| HSL | 316.91º | 0.67% | 0.57% | - |
| HSV(B) | 316.91º | 0.68% | 0.86% | - |
| XYZ | 39.34 | 22.61 | 43.89 | - |
| YUV | 126.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 177 | 0 | 0.68 | 0.19 | 0.14 | 316.91 | 0.67 | 0.57 |
| Hex | DB | 46 | B1 | 0 | 44 | 13 | E | 13D | 43 | 39 |
| Octal | 333 | 106 | 261 | 0 | 104 | 23 | 16 | 475 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10110001 | 0 | 1000100 | 10011 | 1110 | 100111101 | 1000011 | 111001 |
Color Harmonies of #DB46B1
Complementary color
Monochromatic Colors of #DB46B1
Black with #DB46B1
Text Example
Text Example
White with #DB46B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46B1; }
p { color: rgb(219,70,177); }
H1.HeaderClassName
{
color: #DB46B1;
}
.AnyTagClassName
{
color: #DB46B1;
}
</style>
background-color css
<style>
a { background-color: #DB46B1; }
a { background-color: rgb(219,70,177); }
div.DivClassName
{
background-color: #DB46B1;
}
.BgClassName
{
background-color: #DB46B1;
}
</style>
border-color css
<style>
span { border-color: #DB46B1; }
span { border-color: rgb(219,70,177); }
td.TdClassName
{
border-color: #DB46B1;
}
.TagClassName
{
border-color: #DB46B1;
}
</style>