Shades of Fuchsia #DB48BC
Tints of Fuchsia #DB48BC
RGB
CMYK
RGB Variations
Color information
#DB48BC (or 0xDB48BC) is known color: Fuchsia. HEX triplet: DB, 48 and BC. RGB value is (219,72,188). Sum of RGB (Red+Green+Blue) = 219+72+188=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48BC is #24B743. Grayscale: #808080. Windows color (decimal): -2406212 or 12339419. OLE color: 12339419.
HSL color Cylindrical-coordinate representation of color #DB48BC: hue angle of 312.65º 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 #DB48BC is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 188 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.14 |
| HSL | 312.65º | 0.67% | 0.57% | - |
| HSV(B) | 312.65º | 0.67% | 0.86% | - |
| XYZ | 40.61 | 23.33 | 49.94 | - |
| YUV | 129.18 | 161.2 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 188 | 0 | 0.67 | 0.14 | 0.14 | 312.65 | 0.67 | 0.57 |
| Hex | DB | 48 | BC | 0 | 43 | E | E | 139 | 43 | 39 |
| Octal | 333 | 110 | 274 | 0 | 103 | 16 | 16 | 471 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10111100 | 0 | 1000011 | 1110 | 1110 | 100111001 | 1000011 | 111001 |
Color Harmonies of #DB48BC
Complementary color
Monochromatic Colors of #DB48BC
Black with #DB48BC
Text Example
Text Example
White with #DB48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48BC; }
p { color: rgb(219,72,188); }
H1.HeaderClassName
{
color: #DB48BC;
}
.AnyTagClassName
{
color: #DB48BC;
}
</style>
background-color css
<style>
a { background-color: #DB48BC; }
a { background-color: rgb(219,72,188); }
div.DivClassName
{
background-color: #DB48BC;
}
.BgClassName
{
background-color: #DB48BC;
}
</style>
border-color css
<style>
span { border-color: #DB48BC; }
span { border-color: rgb(219,72,188); }
td.TdClassName
{
border-color: #DB48BC;
}
.TagClassName
{
border-color: #DB48BC;
}
</style>