Shades of Fuchsia #DB3FBE
Tints of Fuchsia #DB3FBE
RGB
CMYK
RGB Variations
Color information
#DB3FBE (or 0xDB3FBE) is known color: Fuchsia. HEX triplet: DB, 3F and BE. RGB value is (219,63,190). Sum of RGB (Red+Green+Blue) = 219+63+190=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FBE is #24C041. Grayscale: #7B7B7B. Windows color (decimal): -2408514 or 12468187. OLE color: 12468187.
HSL color Cylindrical-coordinate representation of color #DB3FBE: hue angle of 311.15º 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 #DB3FBE is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 190 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.14 |
| HSL | 311.15º | 0.68% | 0.55% | - |
| HSV(B) | 311.15º | 0.71% | 0.86% | - |
| XYZ | 40.29 | 22.33 | 50.9 | - |
| YUV | 124.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 190 | 0 | 0.71 | 0.13 | 0.14 | 311.15 | 0.68 | 0.55 |
| Hex | DB | 3F | BE | 0 | 47 | D | E | 137 | 44 | 37 |
| Octal | 333 | 77 | 276 | 0 | 107 | 15 | 16 | 467 | 104 | 67 |
| Binary | 11011011 | 111111 | 10111110 | 0 | 1000111 | 1101 | 1110 | 100110111 | 1000100 | 110111 |
Color Harmonies of #DB3FBE
Complementary color
Monochromatic Colors of #DB3FBE
Black with #DB3FBE
Text Example
Text Example
White with #DB3FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FBE; }
p { color: rgb(219,63,190); }
H1.HeaderClassName
{
color: #DB3FBE;
}
.AnyTagClassName
{
color: #DB3FBE;
}
</style>
background-color css
<style>
a { background-color: #DB3FBE; }
a { background-color: rgb(219,63,190); }
div.DivClassName
{
background-color: #DB3FBE;
}
.BgClassName
{
background-color: #DB3FBE;
}
</style>
border-color css
<style>
span { border-color: #DB3FBE; }
span { border-color: rgb(219,63,190); }
td.TdClassName
{
border-color: #DB3FBE;
}
.TagClassName
{
border-color: #DB3FBE;
}
</style>