Shades of Fuchsia #DB48C0
Tints of Fuchsia #DB48C0
RGB
CMYK
RGB Variations
Color information
#DB48C0 (or 0xDB48C0) is known color: Fuchsia. HEX triplet: DB, 48 and C0. RGB value is (219,72,192). Sum of RGB (Red+Green+Blue) = 219+72+192=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48C0 is #24B73F. Grayscale: #818181. Windows color (decimal): -2406208 or 12601563. OLE color: 12601563.
HSL color Cylindrical-coordinate representation of color #DB48C0: hue angle of 311.02º 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 #DB48C0 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 192 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.14 |
| HSL | 311.02º | 0.67% | 0.57% | - |
| HSV(B) | 311.02º | 0.67% | 0.86% | - |
| XYZ | 41.05 | 23.5 | 52.24 | - |
| YUV | 129.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 192 | 0 | 0.67 | 0.12 | 0.14 | 311.02 | 0.67 | 0.57 |
| Hex | DB | 48 | C0 | 0 | 43 | C | E | 137 | 43 | 39 |
| Octal | 333 | 110 | 300 | 0 | 103 | 14 | 16 | 467 | 103 | 71 |
| Binary | 11011011 | 1001000 | 11000000 | 0 | 1000011 | 1100 | 1110 | 100110111 | 1000011 | 111001 |
Color Harmonies of #DB48C0
Complementary color
Monochromatic Colors of #DB48C0
Black with #DB48C0
Text Example
Text Example
White with #DB48C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48C0; }
p { color: rgb(219,72,192); }
H1.HeaderClassName
{
color: #DB48C0;
}
.AnyTagClassName
{
color: #DB48C0;
}
</style>
background-color css
<style>
a { background-color: #DB48C0; }
a { background-color: rgb(219,72,192); }
div.DivClassName
{
background-color: #DB48C0;
}
.BgClassName
{
background-color: #DB48C0;
}
</style>
border-color css
<style>
span { border-color: #DB48C0; }
span { border-color: rgb(219,72,192); }
td.TdClassName
{
border-color: #DB48C0;
}
.TagClassName
{
border-color: #DB48C0;
}
</style>