Shades of Fuchsia #DB3DB6
Tints of Fuchsia #DB3DB6
RGB
CMYK
RGB Variations
Color information
#DB3DB6 (or 0xDB3DB6) is known color: Fuchsia. HEX triplet: DB, 3D and B6. RGB value is (219,61,182). Sum of RGB (Red+Green+Blue) = 219+61+182=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DB6 is #24C249. Grayscale: #797979. Windows color (decimal): -2409034 or 11943387. OLE color: 11943387.
HSL color Cylindrical-coordinate representation of color #DB3DB6: hue angle of 314.05º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3DB6 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 182 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.14 |
| HSL | 314.05º | 0.69% | 0.55% | - |
| HSV(B) | 314.05º | 0.72% | 0.86% | - |
| XYZ | 39.33 | 21.77 | 46.39 | - |
| YUV | 122.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 182 | 0 | 0.72 | 0.17 | 0.14 | 314.05 | 0.69 | 0.55 |
| Hex | DB | 3D | B6 | 0 | 48 | 11 | E | 13A | 45 | 37 |
| Octal | 333 | 75 | 266 | 0 | 110 | 21 | 16 | 472 | 105 | 67 |
| Binary | 11011011 | 111101 | 10110110 | 0 | 1001000 | 10001 | 1110 | 100111010 | 1000101 | 110111 |
Color Harmonies of #DB3DB6
Complementary color
Monochromatic Colors of #DB3DB6
Black with #DB3DB6
Text Example
Text Example
White with #DB3DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DB6; }
p { color: rgb(219,61,182); }
H1.HeaderClassName
{
color: #DB3DB6;
}
.AnyTagClassName
{
color: #DB3DB6;
}
</style>
background-color css
<style>
a { background-color: #DB3DB6; }
a { background-color: rgb(219,61,182); }
div.DivClassName
{
background-color: #DB3DB6;
}
.BgClassName
{
background-color: #DB3DB6;
}
</style>
border-color css
<style>
span { border-color: #DB3DB6; }
span { border-color: rgb(219,61,182); }
td.TdClassName
{
border-color: #DB3DB6;
}
.TagClassName
{
border-color: #DB3DB6;
}
</style>