Shades of Fuchsia #DB46B0
Tints of Fuchsia #DB46B0
RGB
CMYK
RGB Variations
Color information
#DB46B0 (or 0xDB46B0) is known color: Fuchsia. HEX triplet: DB, 46 and B0. RGB value is (219,70,176). Sum of RGB (Red+Green+Blue) = 219+70+176=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB46B0 is #24B94F. Grayscale: #7E7E7E. Windows color (decimal): -2406736 or 11552475. OLE color: 11552475.
HSL color Cylindrical-coordinate representation of color #DB46B0: hue angle of 317.32º 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 #DB46B0 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 176 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.14 |
| HSL | 317.32º | 0.67% | 0.57% | - |
| HSV(B) | 317.32º | 0.68% | 0.86% | - |
| XYZ | 39.24 | 22.57 | 43.36 | - |
| YUV | 126.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 176 | 0 | 0.68 | 0.20 | 0.14 | 317.32 | 0.67 | 0.57 |
| Hex | DB | 46 | B0 | 0 | 44 | 14 | E | 13D | 43 | 39 |
| Octal | 333 | 106 | 260 | 0 | 104 | 24 | 16 | 475 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10110000 | 0 | 1000100 | 10100 | 1110 | 100111101 | 1000011 | 111001 |
Color Harmonies of #DB46B0
Complementary color
Monochromatic Colors of #DB46B0
Black with #DB46B0
Text Example
Text Example
White with #DB46B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46B0; }
p { color: rgb(219,70,176); }
H1.HeaderClassName
{
color: #DB46B0;
}
.AnyTagClassName
{
color: #DB46B0;
}
</style>
background-color css
<style>
a { background-color: #DB46B0; }
a { background-color: rgb(219,70,176); }
div.DivClassName
{
background-color: #DB46B0;
}
.BgClassName
{
background-color: #DB46B0;
}
</style>
border-color css
<style>
span { border-color: #DB46B0; }
span { border-color: rgb(219,70,176); }
td.TdClassName
{
border-color: #DB46B0;
}
.TagClassName
{
border-color: #DB46B0;
}
</style>