Shades of Fuchsia #DB48BA
Tints of Fuchsia #DB48BA
RGB
CMYK
RGB Variations
Color information
#DB48BA (or 0xDB48BA) is known color: Fuchsia. HEX triplet: DB, 48 and BA. RGB value is (219,72,186). Sum of RGB (Red+Green+Blue) = 219+72+186=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48BA is #24B745. Grayscale: #808080. Windows color (decimal): -2406214 or 12208347. OLE color: 12208347.
HSL color Cylindrical-coordinate representation of color #DB48BA: hue angle of 313.47º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB48BA is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 186 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.14 |
| HSL | 313.47º | 0.67% | 0.57% | - |
| HSV(B) | 313.47º | 0.67% | 0.86% | - |
| XYZ | 40.39 | 23.24 | 48.81 | - |
| YUV | 128.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 186 | 0 | 0.67 | 0.15 | 0.14 | 313.47 | 0.67 | 0.57 |
| Hex | DB | 48 | BA | 0 | 43 | F | E | 139 | 43 | 39 |
| Octal | 333 | 110 | 272 | 0 | 103 | 17 | 16 | 471 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10111010 | 0 | 1000011 | 1111 | 1110 | 100111001 | 1000011 | 111001 |
Color Harmonies of #DB48BA
Complementary color
Monochromatic Colors of #DB48BA
Black with #DB48BA
Text Example
Text Example
White with #DB48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48BA; }
p { color: rgb(219,72,186); }
H1.HeaderClassName
{
color: #DB48BA;
}
.AnyTagClassName
{
color: #DB48BA;
}
</style>
background-color css
<style>
a { background-color: #DB48BA; }
a { background-color: rgb(219,72,186); }
div.DivClassName
{
background-color: #DB48BA;
}
.BgClassName
{
background-color: #DB48BA;
}
</style>
border-color css
<style>
span { border-color: #DB48BA; }
span { border-color: rgb(219,72,186); }
td.TdClassName
{
border-color: #DB48BA;
}
.TagClassName
{
border-color: #DB48BA;
}
</style>