Shades of Fuchsia #DB3DB9
Tints of Fuchsia #DB3DB9
RGB
CMYK
RGB Variations
Color information
#DB3DB9 (or 0xDB3DB9) is known color: Fuchsia. HEX triplet: DB, 3D and B9. RGB value is (219,61,185). Sum of RGB (Red+Green+Blue) = 219+61+185=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DB9 is #24C246. Grayscale: #7A7A7A. Windows color (decimal): -2409031 or 12139995. OLE color: 12139995.
HSL color Cylindrical-coordinate representation of color #DB3DB9: hue angle of 312.91º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3DB9 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 185 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.14 |
| HSL | 312.91º | 0.69% | 0.55% | - |
| HSV(B) | 312.91º | 0.72% | 0.86% | - |
| XYZ | 39.64 | 21.9 | 48.04 | - |
| YUV | 122.38 | 163.35 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 185 | 0 | 0.72 | 0.16 | 0.14 | 312.91 | 0.69 | 0.55 |
| Hex | DB | 3D | B9 | 0 | 48 | 10 | E | 139 | 45 | 37 |
| Octal | 333 | 75 | 271 | 0 | 110 | 20 | 16 | 471 | 105 | 67 |
| Binary | 11011011 | 111101 | 10111001 | 0 | 1001000 | 10000 | 1110 | 100111001 | 1000101 | 110111 |
Color Harmonies of #DB3DB9
Complementary color
Monochromatic Colors of #DB3DB9
Black with #DB3DB9
Text Example
Text Example
White with #DB3DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DB9; }
p { color: rgb(219,61,185); }
H1.HeaderClassName
{
color: #DB3DB9;
}
.AnyTagClassName
{
color: #DB3DB9;
}
</style>
background-color css
<style>
a { background-color: #DB3DB9; }
a { background-color: rgb(219,61,185); }
div.DivClassName
{
background-color: #DB3DB9;
}
.BgClassName
{
background-color: #DB3DB9;
}
</style>
border-color css
<style>
span { border-color: #DB3DB9; }
span { border-color: rgb(219,61,185); }
td.TdClassName
{
border-color: #DB3DB9;
}
.TagClassName
{
border-color: #DB3DB9;
}
</style>