Shades of Fuchsia #DB3BC3
Tints of Fuchsia #DB3BC3
RGB
CMYK
RGB Variations
Color information
#DB3BC3 (or 0xDB3BC3) is known color: Fuchsia. HEX triplet: DB, 3B and C3. RGB value is (219,59,195). Sum of RGB (Red+Green+Blue) = 219+59+195=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BC3 is #24C43C. Grayscale: #797979. Windows color (decimal): -2409533 or 12794843. OLE color: 12794843.
HSL color Cylindrical-coordinate representation of color #DB3BC3: hue angle of 309º 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 #DB3BC3 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 195 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.14 |
| HSL | 309º | 0.69% | 0.55% | - |
| HSV(B) | 309º | 0.73% | 0.86% | - |
| XYZ | 40.63 | 22.13 | 53.76 | - |
| YUV | 122.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 195 | 0 | 0.73 | 0.11 | 0.14 | 309 | 0.69 | 0.55 |
| Hex | DB | 3B | C3 | 0 | 49 | B | E | 135 | 45 | 37 |
| Octal | 333 | 73 | 303 | 0 | 111 | 13 | 16 | 465 | 105 | 67 |
| Binary | 11011011 | 111011 | 11000011 | 0 | 1001001 | 1011 | 1110 | 100110101 | 1000101 | 110111 |
Color Harmonies of #DB3BC3
Complementary color
Monochromatic Colors of #DB3BC3
Black with #DB3BC3
Text Example
Text Example
White with #DB3BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BC3; }
p { color: rgb(219,59,195); }
H1.HeaderClassName
{
color: #DB3BC3;
}
.AnyTagClassName
{
color: #DB3BC3;
}
</style>
background-color css
<style>
a { background-color: #DB3BC3; }
a { background-color: rgb(219,59,195); }
div.DivClassName
{
background-color: #DB3BC3;
}
.BgClassName
{
background-color: #DB3BC3;
}
</style>
border-color css
<style>
span { border-color: #DB3BC3; }
span { border-color: rgb(219,59,195); }
td.TdClassName
{
border-color: #DB3BC3;
}
.TagClassName
{
border-color: #DB3BC3;
}
</style>