Shades of Fuchsia #DB46BF
Tints of Fuchsia #DB46BF
RGB
CMYK
RGB Variations
Color information
#DB46BF (or 0xDB46BF) is known color: Fuchsia. HEX triplet: DB, 46 and BF. RGB value is (219,70,191). Sum of RGB (Red+Green+Blue) = 219+70+191=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46BF is #24B940. Grayscale: #808080. Windows color (decimal): -2406721 or 12535515. OLE color: 12535515.
HSL color Cylindrical-coordinate representation of color #DB46BF: hue angle of 311.28º 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 #DB46BF is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 191 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.14 |
| HSL | 311.28º | 0.67% | 0.57% | - |
| HSV(B) | 311.28º | 0.68% | 0.86% | - |
| XYZ | 40.81 | 23.2 | 51.62 | - |
| YUV | 128.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 191 | 0 | 0.68 | 0.13 | 0.14 | 311.28 | 0.67 | 0.57 |
| Hex | DB | 46 | BF | 0 | 44 | D | E | 137 | 43 | 39 |
| Octal | 333 | 106 | 277 | 0 | 104 | 15 | 16 | 467 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10111111 | 0 | 1000100 | 1101 | 1110 | 100110111 | 1000011 | 111001 |
Color Harmonies of #DB46BF
Complementary color
Monochromatic Colors of #DB46BF
Black with #DB46BF
Text Example
Text Example
White with #DB46BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46BF; }
p { color: rgb(219,70,191); }
H1.HeaderClassName
{
color: #DB46BF;
}
.AnyTagClassName
{
color: #DB46BF;
}
</style>
background-color css
<style>
a { background-color: #DB46BF; }
a { background-color: rgb(219,70,191); }
div.DivClassName
{
background-color: #DB46BF;
}
.BgClassName
{
background-color: #DB46BF;
}
</style>
border-color css
<style>
span { border-color: #DB46BF; }
span { border-color: rgb(219,70,191); }
td.TdClassName
{
border-color: #DB46BF;
}
.TagClassName
{
border-color: #DB46BF;
}
</style>