Shades of Fuchsia #DB3CB6
Tints of Fuchsia #DB3CB6
RGB
CMYK
RGB Variations
Color information
#DB3CB6 (or 0xDB3CB6) is known color: Fuchsia. HEX triplet: DB, 3C and B6. RGB value is (219,60,182). Sum of RGB (Red+Green+Blue) = 219+60+182=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CB6 is #24C349. Grayscale: #797979. Windows color (decimal): -2409290 or 11943131. OLE color: 11943131.
HSL color Cylindrical-coordinate representation of color #DB3CB6: hue angle of 313.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3CB6 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 182 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.14 |
| HSL | 313.96º | 0.69% | 0.55% | - |
| HSV(B) | 313.96º | 0.73% | 0.86% | - |
| XYZ | 39.27 | 21.67 | 46.37 | - |
| YUV | 121.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 182 | 0 | 0.73 | 0.17 | 0.14 | 313.96 | 0.69 | 0.55 |
| Hex | DB | 3C | B6 | 0 | 49 | 11 | E | 13A | 45 | 37 |
| Octal | 333 | 74 | 266 | 0 | 111 | 21 | 16 | 472 | 105 | 67 |
| Binary | 11011011 | 111100 | 10110110 | 0 | 1001001 | 10001 | 1110 | 100111010 | 1000101 | 110111 |
Color Harmonies of #DB3CB6
Complementary color
Monochromatic Colors of #DB3CB6
Black with #DB3CB6
Text Example
Text Example
White with #DB3CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CB6; }
p { color: rgb(219,60,182); }
H1.HeaderClassName
{
color: #DB3CB6;
}
.AnyTagClassName
{
color: #DB3CB6;
}
</style>
background-color css
<style>
a { background-color: #DB3CB6; }
a { background-color: rgb(219,60,182); }
div.DivClassName
{
background-color: #DB3CB6;
}
.BgClassName
{
background-color: #DB3CB6;
}
</style>
border-color css
<style>
span { border-color: #DB3CB6; }
span { border-color: rgb(219,60,182); }
td.TdClassName
{
border-color: #DB3CB6;
}
.TagClassName
{
border-color: #DB3CB6;
}
</style>