Shades of Fuchsia #DB4DBE
Tints of Fuchsia #DB4DBE
RGB
CMYK
RGB Variations
Color information
#DB4DBE (or 0xDB4DBE) is known color: Fuchsia. HEX triplet: DB, 4D and BE. RGB value is (219,77,190). Sum of RGB (Red+Green+Blue) = 219+77+190=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DBE is #24B241. Grayscale: #848484. Windows color (decimal): -2404930 or 12471771. OLE color: 12471771.
HSL color Cylindrical-coordinate representation of color #DB4DBE: hue angle of 312.25º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4DBE is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 190 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.14 |
| HSL | 312.25º | 0.66% | 0.58% | - |
| HSV(B) | 312.25º | 0.65% | 0.86% | - |
| XYZ | 41.16 | 24.09 | 51.19 | - |
| YUV | 132.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 190 | 0 | 0.65 | 0.13 | 0.14 | 312.25 | 0.66 | 0.58 |
| Hex | DB | 4D | BE | 0 | 41 | D | E | 138 | 42 | 3A |
| Octal | 333 | 115 | 276 | 0 | 101 | 15 | 16 | 470 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10111110 | 0 | 1000001 | 1101 | 1110 | 100111000 | 1000010 | 111010 |
Color Harmonies of #DB4DBE
Complementary color
Monochromatic Colors of #DB4DBE
Black with #DB4DBE
Text Example
Text Example
White with #DB4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DBE; }
p { color: rgb(219,77,190); }
H1.HeaderClassName
{
color: #DB4DBE;
}
.AnyTagClassName
{
color: #DB4DBE;
}
</style>
background-color css
<style>
a { background-color: #DB4DBE; }
a { background-color: rgb(219,77,190); }
div.DivClassName
{
background-color: #DB4DBE;
}
.BgClassName
{
background-color: #DB4DBE;
}
</style>
border-color css
<style>
span { border-color: #DB4DBE; }
span { border-color: rgb(219,77,190); }
td.TdClassName
{
border-color: #DB4DBE;
}
.TagClassName
{
border-color: #DB4DBE;
}
</style>