Shades of Fuchsia #DB46C1
Tints of Fuchsia #DB46C1
RGB
CMYK
RGB Variations
Color information
#DB46C1 (or 0xDB46C1) is known color: Fuchsia. HEX triplet: DB, 46 and C1. RGB value is (219,70,193). Sum of RGB (Red+Green+Blue) = 219+70+193=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46C1 is #24B93E. Grayscale: #808080. Windows color (decimal): -2406719 or 12666587. OLE color: 12666587.
HSL color Cylindrical-coordinate representation of color #DB46C1: hue angle of 310.47º 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 #DB46C1 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 193 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.14 |
| HSL | 310.47º | 0.67% | 0.57% | - |
| HSV(B) | 310.47º | 0.68% | 0.86% | - |
| XYZ | 41.03 | 23.29 | 52.79 | - |
| YUV | 128.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 193 | 0 | 0.68 | 0.12 | 0.14 | 310.47 | 0.67 | 0.57 |
| Hex | DB | 46 | C1 | 0 | 44 | C | E | 136 | 43 | 39 |
| Octal | 333 | 106 | 301 | 0 | 104 | 14 | 16 | 466 | 103 | 71 |
| Binary | 11011011 | 1000110 | 11000001 | 0 | 1000100 | 1100 | 1110 | 100110110 | 1000011 | 111001 |
Color Harmonies of #DB46C1
Complementary color
Monochromatic Colors of #DB46C1
Black with #DB46C1
Text Example
Text Example
White with #DB46C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46C1; }
p { color: rgb(219,70,193); }
H1.HeaderClassName
{
color: #DB46C1;
}
.AnyTagClassName
{
color: #DB46C1;
}
</style>
background-color css
<style>
a { background-color: #DB46C1; }
a { background-color: rgb(219,70,193); }
div.DivClassName
{
background-color: #DB46C1;
}
.BgClassName
{
background-color: #DB46C1;
}
</style>
border-color css
<style>
span { border-color: #DB46C1; }
span { border-color: rgb(219,70,193); }
td.TdClassName
{
border-color: #DB46C1;
}
.TagClassName
{
border-color: #DB46C1;
}
</style>