Shades of Fuchsia #DB3DBE
Tints of Fuchsia #DB3DBE
RGB
CMYK
RGB Variations
Color information
#DB3DBE (or 0xDB3DBE) is known color: Fuchsia. HEX triplet: DB, 3D and BE. RGB value is (219,61,190). Sum of RGB (Red+Green+Blue) = 219+61+190=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DBE is #24C241. Grayscale: #7A7A7A. Windows color (decimal): -2409026 or 12467675. OLE color: 12467675.
HSL color Cylindrical-coordinate representation of color #DB3DBE: hue angle of 311.01º 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 #DB3DBE is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 190 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.14 |
| HSL | 311.01º | 0.69% | 0.55% | - |
| HSV(B) | 311.01º | 0.72% | 0.86% | - |
| XYZ | 40.18 | 22.12 | 50.87 | - |
| YUV | 122.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 190 | 0 | 0.72 | 0.13 | 0.14 | 311.01 | 0.69 | 0.55 |
| Hex | DB | 3D | BE | 0 | 48 | D | E | 137 | 45 | 37 |
| Octal | 333 | 75 | 276 | 0 | 110 | 15 | 16 | 467 | 105 | 67 |
| Binary | 11011011 | 111101 | 10111110 | 0 | 1001000 | 1101 | 1110 | 100110111 | 1000101 | 110111 |
Color Harmonies of #DB3DBE
Complementary color
Monochromatic Colors of #DB3DBE
Black with #DB3DBE
Text Example
Text Example
White with #DB3DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DBE; }
p { color: rgb(219,61,190); }
H1.HeaderClassName
{
color: #DB3DBE;
}
.AnyTagClassName
{
color: #DB3DBE;
}
</style>
background-color css
<style>
a { background-color: #DB3DBE; }
a { background-color: rgb(219,61,190); }
div.DivClassName
{
background-color: #DB3DBE;
}
.BgClassName
{
background-color: #DB3DBE;
}
</style>
border-color css
<style>
span { border-color: #DB3DBE; }
span { border-color: rgb(219,61,190); }
td.TdClassName
{
border-color: #DB3DBE;
}
.TagClassName
{
border-color: #DB3DBE;
}
</style>