Shades of Fuchsia #DB4ABD
Tints of Fuchsia #DB4ABD
RGB
CMYK
RGB Variations
Color information
#DB4ABD (or 0xDB4ABD) is known color: Fuchsia. HEX triplet: DB, 4A and BD. RGB value is (219,74,189). Sum of RGB (Red+Green+Blue) = 219+74+189=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4ABD is #24B542. Grayscale: #828282. Windows color (decimal): -2405699 or 12405467. OLE color: 12405467.
HSL color Cylindrical-coordinate representation of color #DB4ABD: hue angle of 312.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4ABD is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 189 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.14 |
| HSL | 312.41º | 0.67% | 0.57% | - |
| HSV(B) | 312.41º | 0.66% | 0.86% | - |
| XYZ | 40.85 | 23.63 | 50.55 | - |
| YUV | 130.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 189 | 0 | 0.66 | 0.14 | 0.14 | 312.41 | 0.67 | 0.57 |
| Hex | DB | 4A | BD | 0 | 42 | E | E | 138 | 43 | 39 |
| Octal | 333 | 112 | 275 | 0 | 102 | 16 | 16 | 470 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10111101 | 0 | 1000010 | 1110 | 1110 | 100111000 | 1000011 | 111001 |
Color Harmonies of #DB4ABD
Complementary color
Monochromatic Colors of #DB4ABD
Black with #DB4ABD
Text Example
Text Example
White with #DB4ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ABD; }
p { color: rgb(219,74,189); }
H1.HeaderClassName
{
color: #DB4ABD;
}
.AnyTagClassName
{
color: #DB4ABD;
}
</style>
background-color css
<style>
a { background-color: #DB4ABD; }
a { background-color: rgb(219,74,189); }
div.DivClassName
{
background-color: #DB4ABD;
}
.BgClassName
{
background-color: #DB4ABD;
}
</style>
border-color css
<style>
span { border-color: #DB4ABD; }
span { border-color: rgb(219,74,189); }
td.TdClassName
{
border-color: #DB4ABD;
}
.TagClassName
{
border-color: #DB4ABD;
}
</style>