Shades of Fuchsia #DB3FBF
Tints of Fuchsia #DB3FBF
RGB
CMYK
RGB Variations
Color information
#DB3FBF (or 0xDB3FBF) is known color: Fuchsia. HEX triplet: DB, 3F and BF. RGB value is (219,63,191). Sum of RGB (Red+Green+Blue) = 219+63+191=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FBF is #24C040. Grayscale: #7B7B7B. Windows color (decimal): -2408513 or 12533723. OLE color: 12533723.
HSL color Cylindrical-coordinate representation of color #DB3FBF: hue angle of 310.77º 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 #DB3FBF is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 191 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.14 |
| HSL | 310.77º | 0.68% | 0.55% | - |
| HSV(B) | 310.77º | 0.71% | 0.86% | - |
| XYZ | 40.39 | 22.38 | 51.48 | - |
| YUV | 124.24 | 165.68 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 191 | 0 | 0.71 | 0.13 | 0.14 | 310.77 | 0.68 | 0.55 |
| Hex | DB | 3F | BF | 0 | 47 | D | E | 137 | 44 | 37 |
| Octal | 333 | 77 | 277 | 0 | 107 | 15 | 16 | 467 | 104 | 67 |
| Binary | 11011011 | 111111 | 10111111 | 0 | 1000111 | 1101 | 1110 | 100110111 | 1000100 | 110111 |
Color Harmonies of #DB3FBF
Complementary color
Monochromatic Colors of #DB3FBF
Black with #DB3FBF
Text Example
Text Example
White with #DB3FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FBF; }
p { color: rgb(219,63,191); }
H1.HeaderClassName
{
color: #DB3FBF;
}
.AnyTagClassName
{
color: #DB3FBF;
}
</style>
background-color css
<style>
a { background-color: #DB3FBF; }
a { background-color: rgb(219,63,191); }
div.DivClassName
{
background-color: #DB3FBF;
}
.BgClassName
{
background-color: #DB3FBF;
}
</style>
border-color css
<style>
span { border-color: #DB3FBF; }
span { border-color: rgb(219,63,191); }
td.TdClassName
{
border-color: #DB3FBF;
}
.TagClassName
{
border-color: #DB3FBF;
}
</style>