Shades of Fuchsia #DB3FB1
Tints of Fuchsia #DB3FB1
RGB
CMYK
RGB Variations
Color information
#DB3FB1 (or 0xDB3FB1) is known color: Fuchsia. HEX triplet: DB, 3F and B1. RGB value is (219,63,177). Sum of RGB (Red+Green+Blue) = 219+63+177=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3FB1 is #24C04E. Grayscale: #7A7A7A. Windows color (decimal): -2408527 or 11616219. OLE color: 11616219.
HSL color Cylindrical-coordinate representation of color #DB3FB1: hue angle of 316.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 #DB3FB1 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 177 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.14 |
| HSL | 316.15º | 0.68% | 0.55% | - |
| HSV(B) | 316.15º | 0.71% | 0.86% | - |
| XYZ | 38.93 | 21.79 | 43.75 | - |
| YUV | 122.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 177 | 0 | 0.71 | 0.19 | 0.14 | 316.15 | 0.68 | 0.55 |
| Hex | DB | 3F | B1 | 0 | 47 | 13 | E | 13C | 44 | 37 |
| Octal | 333 | 77 | 261 | 0 | 107 | 23 | 16 | 474 | 104 | 67 |
| Binary | 11011011 | 111111 | 10110001 | 0 | 1000111 | 10011 | 1110 | 100111100 | 1000100 | 110111 |
Color Harmonies of #DB3FB1
Complementary color
Monochromatic Colors of #DB3FB1
Black with #DB3FB1
Text Example
Text Example
White with #DB3FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FB1; }
p { color: rgb(219,63,177); }
H1.HeaderClassName
{
color: #DB3FB1;
}
.AnyTagClassName
{
color: #DB3FB1;
}
</style>
background-color css
<style>
a { background-color: #DB3FB1; }
a { background-color: rgb(219,63,177); }
div.DivClassName
{
background-color: #DB3FB1;
}
.BgClassName
{
background-color: #DB3FB1;
}
</style>
border-color css
<style>
span { border-color: #DB3FB1; }
span { border-color: rgb(219,63,177); }
td.TdClassName
{
border-color: #DB3FB1;
}
.TagClassName
{
border-color: #DB3FB1;
}
</style>