Shades of Fuchsia #DB3FB2
Tints of Fuchsia #DB3FB2
RGB
CMYK
RGB Variations
Color information
#DB3FB2 (or 0xDB3FB2) is known color: Fuchsia. HEX triplet: DB, 3F and B2. RGB value is (219,63,178). Sum of RGB (Red+Green+Blue) = 219+63+178=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3FB2 is #24C04D. Grayscale: #7A7A7A. Windows color (decimal): -2408526 or 11681755. OLE color: 11681755.
HSL color Cylindrical-coordinate representation of color #DB3FB2: hue angle of 315.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 #DB3FB2 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 178 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.14 |
| HSL | 315.77º | 0.68% | 0.55% | - |
| HSV(B) | 315.77º | 0.71% | 0.86% | - |
| XYZ | 39.03 | 21.83 | 44.28 | - |
| YUV | 122.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 178 | 0 | 0.71 | 0.19 | 0.14 | 315.77 | 0.68 | 0.55 |
| Hex | DB | 3F | B2 | 0 | 47 | 13 | E | 13C | 44 | 37 |
| Octal | 333 | 77 | 262 | 0 | 107 | 23 | 16 | 474 | 104 | 67 |
| Binary | 11011011 | 111111 | 10110010 | 0 | 1000111 | 10011 | 1110 | 100111100 | 1000100 | 110111 |
Color Harmonies of #DB3FB2
Complementary color
Monochromatic Colors of #DB3FB2
Black with #DB3FB2
Text Example
Text Example
White with #DB3FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FB2; }
p { color: rgb(219,63,178); }
H1.HeaderClassName
{
color: #DB3FB2;
}
.AnyTagClassName
{
color: #DB3FB2;
}
</style>
background-color css
<style>
a { background-color: #DB3FB2; }
a { background-color: rgb(219,63,178); }
div.DivClassName
{
background-color: #DB3FB2;
}
.BgClassName
{
background-color: #DB3FB2;
}
</style>
border-color css
<style>
span { border-color: #DB3FB2; }
span { border-color: rgb(219,63,178); }
td.TdClassName
{
border-color: #DB3FB2;
}
.TagClassName
{
border-color: #DB3FB2;
}
</style>