Shades of Fuchsia #DB4EB4
Tints of Fuchsia #DB4EB4
RGB
CMYK
RGB Variations
Color information
#DB4EB4 (or 0xDB4EB4) is known color: Fuchsia. HEX triplet: DB, 4E and B4. RGB value is (219,78,180). Sum of RGB (Red+Green+Blue) = 219+78+180=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EB4 is #24B14B. Grayscale: #838383. Windows color (decimal): -2404684 or 11816667. OLE color: 11816667.
HSL color Cylindrical-coordinate representation of color #DB4EB4: hue angle of 316.6º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4EB4 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 180 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.14 |
| HSL | 316.6º | 0.66% | 0.58% | - |
| HSV(B) | 316.6º | 0.64% | 0.86% | - |
| XYZ | 40.18 | 23.8 | 45.66 | - |
| YUV | 131.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 180 | 0 | 0.64 | 0.18 | 0.14 | 316.6 | 0.66 | 0.58 |
| Hex | DB | 4E | B4 | 0 | 40 | 12 | E | 13D | 42 | 3A |
| Octal | 333 | 116 | 264 | 0 | 100 | 22 | 16 | 475 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10110100 | 0 | 1000000 | 10010 | 1110 | 100111101 | 1000010 | 111010 |
Color Harmonies of #DB4EB4
Complementary color
Monochromatic Colors of #DB4EB4
Black with #DB4EB4
Text Example
Text Example
White with #DB4EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EB4; }
p { color: rgb(219,78,180); }
H1.HeaderClassName
{
color: #DB4EB4;
}
.AnyTagClassName
{
color: #DB4EB4;
}
</style>
background-color css
<style>
a { background-color: #DB4EB4; }
a { background-color: rgb(219,78,180); }
div.DivClassName
{
background-color: #DB4EB4;
}
.BgClassName
{
background-color: #DB4EB4;
}
</style>
border-color css
<style>
span { border-color: #DB4EB4; }
span { border-color: rgb(219,78,180); }
td.TdClassName
{
border-color: #DB4EB4;
}
.TagClassName
{
border-color: #DB4EB4;
}
</style>