Shades of Fuchsia #DB3DBA
Tints of Fuchsia #DB3DBA
RGB
CMYK
RGB Variations
Color information
#DB3DBA (or 0xDB3DBA) is known color: Fuchsia. HEX triplet: DB, 3D and BA. RGB value is (219,61,186). Sum of RGB (Red+Green+Blue) = 219+61+186=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DBA is #24C245. Grayscale: #7A7A7A. Windows color (decimal): -2409030 or 12205531. OLE color: 12205531.
HSL color Cylindrical-coordinate representation of color #DB3DBA: hue angle of 312.53º 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 #DB3DBA is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 186 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.14 |
| HSL | 312.53º | 0.69% | 0.55% | - |
| HSV(B) | 312.53º | 0.72% | 0.86% | - |
| XYZ | 39.75 | 21.94 | 48.59 | - |
| YUV | 122.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 186 | 0 | 0.72 | 0.15 | 0.14 | 312.53 | 0.69 | 0.55 |
| Hex | DB | 3D | BA | 0 | 48 | F | E | 139 | 45 | 37 |
| Octal | 333 | 75 | 272 | 0 | 110 | 17 | 16 | 471 | 105 | 67 |
| Binary | 11011011 | 111101 | 10111010 | 0 | 1001000 | 1111 | 1110 | 100111001 | 1000101 | 110111 |
Color Harmonies of #DB3DBA
Complementary color
Monochromatic Colors of #DB3DBA
Black with #DB3DBA
Text Example
Text Example
White with #DB3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DBA; }
p { color: rgb(219,61,186); }
H1.HeaderClassName
{
color: #DB3DBA;
}
.AnyTagClassName
{
color: #DB3DBA;
}
</style>
background-color css
<style>
a { background-color: #DB3DBA; }
a { background-color: rgb(219,61,186); }
div.DivClassName
{
background-color: #DB3DBA;
}
.BgClassName
{
background-color: #DB3DBA;
}
</style>
border-color css
<style>
span { border-color: #DB3DBA; }
span { border-color: rgb(219,61,186); }
td.TdClassName
{
border-color: #DB3DBA;
}
.TagClassName
{
border-color: #DB3DBA;
}
</style>