Shades of Fuchsia #DB48B3
Tints of Fuchsia #DB48B3
RGB
CMYK
RGB Variations
Color information
#DB48B3 (or 0xDB48B3) is known color: Fuchsia. HEX triplet: DB, 48 and B3. RGB value is (219,72,179). Sum of RGB (Red+Green+Blue) = 219+72+179=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48B3 is #24B74C. Grayscale: #7F7F7F. Windows color (decimal): -2406221 or 11749595. OLE color: 11749595.
HSL color Cylindrical-coordinate representation of color #DB48B3: hue angle of 316.33º 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 #DB48B3 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 179 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.14 |
| HSL | 316.33º | 0.67% | 0.57% | - |
| HSV(B) | 316.33º | 0.67% | 0.86% | - |
| XYZ | 39.67 | 22.95 | 44.99 | - |
| YUV | 128.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 179 | 0 | 0.67 | 0.18 | 0.14 | 316.33 | 0.67 | 0.57 |
| Hex | DB | 48 | B3 | 0 | 43 | 12 | E | 13C | 43 | 39 |
| Octal | 333 | 110 | 263 | 0 | 103 | 22 | 16 | 474 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10110011 | 0 | 1000011 | 10010 | 1110 | 100111100 | 1000011 | 111001 |
Color Harmonies of #DB48B3
Complementary color
Monochromatic Colors of #DB48B3
Black with #DB48B3
Text Example
Text Example
White with #DB48B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48B3; }
p { color: rgb(219,72,179); }
H1.HeaderClassName
{
color: #DB48B3;
}
.AnyTagClassName
{
color: #DB48B3;
}
</style>
background-color css
<style>
a { background-color: #DB48B3; }
a { background-color: rgb(219,72,179); }
div.DivClassName
{
background-color: #DB48B3;
}
.BgClassName
{
background-color: #DB48B3;
}
</style>
border-color css
<style>
span { border-color: #DB48B3; }
span { border-color: rgb(219,72,179); }
td.TdClassName
{
border-color: #DB48B3;
}
.TagClassName
{
border-color: #DB48B3;
}
</style>