Shades of Fuchsia #DB3BBB
Tints of Fuchsia #DB3BBB
RGB
CMYK
RGB Variations
Color information
#DB3BBB (or 0xDB3BBB) is known color: Fuchsia. HEX triplet: DB, 3B and BB. RGB value is (219,59,187). Sum of RGB (Red+Green+Blue) = 219+59+187=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BBB is #24C444. Grayscale: #797979. Windows color (decimal): -2409541 or 12270555. OLE color: 12270555.
HSL color Cylindrical-coordinate representation of color #DB3BBB: hue angle of 312º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3BBB is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 187 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.14 |
| HSL | 312º | 0.69% | 0.55% | - |
| HSV(B) | 312º | 0.73% | 0.86% | - |
| XYZ | 39.75 | 21.78 | 49.12 | - |
| YUV | 121.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 187 | 0 | 0.73 | 0.15 | 0.14 | 312 | 0.69 | 0.55 |
| Hex | DB | 3B | BB | 0 | 49 | F | E | 138 | 45 | 37 |
| Octal | 333 | 73 | 273 | 0 | 111 | 17 | 16 | 470 | 105 | 67 |
| Binary | 11011011 | 111011 | 10111011 | 0 | 1001001 | 1111 | 1110 | 100111000 | 1000101 | 110111 |
Color Harmonies of #DB3BBB
Complementary color
Monochromatic Colors of #DB3BBB
Black with #DB3BBB
Text Example
Text Example
White with #DB3BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BBB; }
p { color: rgb(219,59,187); }
H1.HeaderClassName
{
color: #DB3BBB;
}
.AnyTagClassName
{
color: #DB3BBB;
}
</style>
background-color css
<style>
a { background-color: #DB3BBB; }
a { background-color: rgb(219,59,187); }
div.DivClassName
{
background-color: #DB3BBB;
}
.BgClassName
{
background-color: #DB3BBB;
}
</style>
border-color css
<style>
span { border-color: #DB3BBB; }
span { border-color: rgb(219,59,187); }
td.TdClassName
{
border-color: #DB3BBB;
}
.TagClassName
{
border-color: #DB3BBB;
}
</style>