Shades of Fuchsia #DB3FB6
Tints of Fuchsia #DB3FB6
RGB
CMYK
RGB Variations
Color information
#DB3FB6 (or 0xDB3FB6) is known color: Fuchsia. HEX triplet: DB, 3F and B6. RGB value is (219,63,182). Sum of RGB (Red+Green+Blue) = 219+63+182=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FB6 is #24C049. Grayscale: #7A7A7A. Windows color (decimal): -2408522 or 11943899. OLE color: 11943899.
HSL color Cylindrical-coordinate representation of color #DB3FB6: hue angle of 314.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3FB6 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 182 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.14 |
| HSL | 314.23º | 0.68% | 0.55% | - |
| HSV(B) | 314.23º | 0.71% | 0.86% | - |
| XYZ | 39.43 | 21.99 | 46.42 | - |
| YUV | 123.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 182 | 0 | 0.71 | 0.17 | 0.14 | 314.23 | 0.68 | 0.55 |
| Hex | DB | 3F | B6 | 0 | 47 | 11 | E | 13A | 44 | 37 |
| Octal | 333 | 77 | 266 | 0 | 107 | 21 | 16 | 472 | 104 | 67 |
| Binary | 11011011 | 111111 | 10110110 | 0 | 1000111 | 10001 | 1110 | 100111010 | 1000100 | 110111 |
Color Harmonies of #DB3FB6
Complementary color
Monochromatic Colors of #DB3FB6
Black with #DB3FB6
Text Example
Text Example
White with #DB3FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FB6; }
p { color: rgb(219,63,182); }
H1.HeaderClassName
{
color: #DB3FB6;
}
.AnyTagClassName
{
color: #DB3FB6;
}
</style>
background-color css
<style>
a { background-color: #DB3FB6; }
a { background-color: rgb(219,63,182); }
div.DivClassName
{
background-color: #DB3FB6;
}
.BgClassName
{
background-color: #DB3FB6;
}
</style>
border-color css
<style>
span { border-color: #DB3FB6; }
span { border-color: rgb(219,63,182); }
td.TdClassName
{
border-color: #DB3FB6;
}
.TagClassName
{
border-color: #DB3FB6;
}
</style>