Shades of Fuchsia #DB4EB7
Tints of Fuchsia #DB4EB7
RGB
CMYK
RGB Variations
Color information
#DB4EB7 (or 0xDB4EB7) is known color: Fuchsia. HEX triplet: DB, 4E and B7. RGB value is (219,78,183). Sum of RGB (Red+Green+Blue) = 219+78+183=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EB7 is #24B148. Grayscale: #838383. Windows color (decimal): -2404681 or 12013275. OLE color: 12013275.
HSL color Cylindrical-coordinate representation of color #DB4EB7: hue angle of 315.32º 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 #DB4EB7 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 183 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.14 |
| HSL | 315.32º | 0.66% | 0.58% | - |
| HSV(B) | 315.32º | 0.64% | 0.86% | - |
| XYZ | 40.49 | 23.93 | 47.28 | - |
| YUV | 132.13 | 156.71 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 183 | 0 | 0.64 | 0.16 | 0.14 | 315.32 | 0.66 | 0.58 |
| Hex | DB | 4E | B7 | 0 | 40 | 10 | E | 13B | 42 | 3A |
| Octal | 333 | 116 | 267 | 0 | 100 | 20 | 16 | 473 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10110111 | 0 | 1000000 | 10000 | 1110 | 100111011 | 1000010 | 111010 |
Color Harmonies of #DB4EB7
Complementary color
Monochromatic Colors of #DB4EB7
Black with #DB4EB7
Text Example
Text Example
White with #DB4EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EB7; }
p { color: rgb(219,78,183); }
H1.HeaderClassName
{
color: #DB4EB7;
}
.AnyTagClassName
{
color: #DB4EB7;
}
</style>
background-color css
<style>
a { background-color: #DB4EB7; }
a { background-color: rgb(219,78,183); }
div.DivClassName
{
background-color: #DB4EB7;
}
.BgClassName
{
background-color: #DB4EB7;
}
</style>
border-color css
<style>
span { border-color: #DB4EB7; }
span { border-color: rgb(219,78,183); }
td.TdClassName
{
border-color: #DB4EB7;
}
.TagClassName
{
border-color: #DB4EB7;
}
</style>