Shades of Fuchsia #DB3FB7
Tints of Fuchsia #DB3FB7
RGB
CMYK
RGB Variations
Color information
#DB3FB7 (or 0xDB3FB7) is known color: Fuchsia. HEX triplet: DB, 3F and B7. RGB value is (219,63,183). Sum of RGB (Red+Green+Blue) = 219+63+183=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FB7 is #24C048. Grayscale: #7B7B7B. Windows color (decimal): -2408521 or 12009435. OLE color: 12009435.
HSL color Cylindrical-coordinate representation of color #DB3FB7: hue angle of 313.85º 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 #DB3FB7 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 183 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.14 |
| HSL | 313.85º | 0.68% | 0.55% | - |
| HSV(B) | 313.85º | 0.71% | 0.86% | - |
| XYZ | 39.54 | 22.03 | 46.97 | - |
| YUV | 123.32 | 161.68 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 183 | 0 | 0.71 | 0.16 | 0.14 | 313.85 | 0.68 | 0.55 |
| Hex | DB | 3F | B7 | 0 | 47 | 10 | E | 13A | 44 | 37 |
| Octal | 333 | 77 | 267 | 0 | 107 | 20 | 16 | 472 | 104 | 67 |
| Binary | 11011011 | 111111 | 10110111 | 0 | 1000111 | 10000 | 1110 | 100111010 | 1000100 | 110111 |
Color Harmonies of #DB3FB7
Complementary color
Monochromatic Colors of #DB3FB7
Black with #DB3FB7
Text Example
Text Example
White with #DB3FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FB7; }
p { color: rgb(219,63,183); }
H1.HeaderClassName
{
color: #DB3FB7;
}
.AnyTagClassName
{
color: #DB3FB7;
}
</style>
background-color css
<style>
a { background-color: #DB3FB7; }
a { background-color: rgb(219,63,183); }
div.DivClassName
{
background-color: #DB3FB7;
}
.BgClassName
{
background-color: #DB3FB7;
}
</style>
border-color css
<style>
span { border-color: #DB3FB7; }
span { border-color: rgb(219,63,183); }
td.TdClassName
{
border-color: #DB3FB7;
}
.TagClassName
{
border-color: #DB3FB7;
}
</style>