Shades of Fuchsia #DB3FBB
Tints of Fuchsia #DB3FBB
RGB
CMYK
RGB Variations
Color information
#DB3FBB (or 0xDB3FBB) is known color: Fuchsia. HEX triplet: DB, 3F and BB. RGB value is (219,63,187). Sum of RGB (Red+Green+Blue) = 219+63+187=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FBB is #24C044. Grayscale: #7B7B7B. Windows color (decimal): -2408517 or 12271579. OLE color: 12271579.
HSL color Cylindrical-coordinate representation of color #DB3FBB: hue angle of 312.31º 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 #DB3FBB is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 187 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.14 |
| HSL | 312.31º | 0.68% | 0.55% | - |
| HSV(B) | 312.31º | 0.71% | 0.86% | - |
| XYZ | 39.96 | 22.2 | 49.19 | - |
| YUV | 123.78 | 163.68 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 187 | 0 | 0.71 | 0.15 | 0.14 | 312.31 | 0.68 | 0.55 |
| Hex | DB | 3F | BB | 0 | 47 | F | E | 138 | 44 | 37 |
| Octal | 333 | 77 | 273 | 0 | 107 | 17 | 16 | 470 | 104 | 67 |
| Binary | 11011011 | 111111 | 10111011 | 0 | 1000111 | 1111 | 1110 | 100111000 | 1000100 | 110111 |
Color Harmonies of #DB3FBB
Complementary color
Monochromatic Colors of #DB3FBB
Black with #DB3FBB
Text Example
Text Example
White with #DB3FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FBB; }
p { color: rgb(219,63,187); }
H1.HeaderClassName
{
color: #DB3FBB;
}
.AnyTagClassName
{
color: #DB3FBB;
}
</style>
background-color css
<style>
a { background-color: #DB3FBB; }
a { background-color: rgb(219,63,187); }
div.DivClassName
{
background-color: #DB3FBB;
}
.BgClassName
{
background-color: #DB3FBB;
}
</style>
border-color css
<style>
span { border-color: #DB3FBB; }
span { border-color: rgb(219,63,187); }
td.TdClassName
{
border-color: #DB3FBB;
}
.TagClassName
{
border-color: #DB3FBB;
}
</style>