Shades of Fuchsia #DB46B4
Tints of Fuchsia #DB46B4
RGB
CMYK
RGB Variations
Color information
#DB46B4 (or 0xDB46B4) is known color: Fuchsia. HEX triplet: DB, 46 and B4. RGB value is (219,70,180). Sum of RGB (Red+Green+Blue) = 219+70+180=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46B4 is #24B94B. Grayscale: #7E7E7E. Windows color (decimal): -2406732 or 11814619. OLE color: 11814619.
HSL color Cylindrical-coordinate representation of color #DB46B4: hue angle of 315.7º 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 #DB46B4 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 180 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.14 |
| HSL | 315.7º | 0.67% | 0.57% | - |
| HSV(B) | 315.7º | 0.68% | 0.86% | - |
| XYZ | 39.64 | 22.74 | 45.48 | - |
| YUV | 127.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 180 | 0 | 0.68 | 0.18 | 0.14 | 315.7 | 0.67 | 0.57 |
| Hex | DB | 46 | B4 | 0 | 44 | 12 | E | 13C | 43 | 39 |
| Octal | 333 | 106 | 264 | 0 | 104 | 22 | 16 | 474 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10110100 | 0 | 1000100 | 10010 | 1110 | 100111100 | 1000011 | 111001 |
Color Harmonies of #DB46B4
Complementary color
Monochromatic Colors of #DB46B4
Black with #DB46B4
Text Example
Text Example
White with #DB46B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46B4; }
p { color: rgb(219,70,180); }
H1.HeaderClassName
{
color: #DB46B4;
}
.AnyTagClassName
{
color: #DB46B4;
}
</style>
background-color css
<style>
a { background-color: #DB46B4; }
a { background-color: rgb(219,70,180); }
div.DivClassName
{
background-color: #DB46B4;
}
.BgClassName
{
background-color: #DB46B4;
}
</style>
border-color css
<style>
span { border-color: #DB46B4; }
span { border-color: rgb(219,70,180); }
td.TdClassName
{
border-color: #DB46B4;
}
.TagClassName
{
border-color: #DB46B4;
}
</style>