Shades of Fuchsia #DB47BC
Tints of Fuchsia #DB47BC
RGB
CMYK
RGB Variations
Color information
#DB47BC (or 0xDB47BC) is known color: Fuchsia. HEX triplet: DB, 47 and BC. RGB value is (219,71,188). Sum of RGB (Red+Green+Blue) = 219+71+188=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47BC is #24B843. Grayscale: #808080. Windows color (decimal): -2406468 or 12339163. OLE color: 12339163.
HSL color Cylindrical-coordinate representation of color #DB47BC: hue angle of 312.57º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB47BC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 188 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.14 |
| HSL | 312.57º | 0.67% | 0.57% | - |
| HSV(B) | 312.57º | 0.68% | 0.86% | - |
| XYZ | 40.54 | 23.2 | 49.92 | - |
| YUV | 128.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 188 | 0 | 0.68 | 0.14 | 0.14 | 312.57 | 0.67 | 0.57 |
| Hex | DB | 47 | BC | 0 | 44 | E | E | 139 | 43 | 39 |
| Octal | 333 | 107 | 274 | 0 | 104 | 16 | 16 | 471 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10111100 | 0 | 1000100 | 1110 | 1110 | 100111001 | 1000011 | 111001 |
Color Harmonies of #DB47BC
Complementary color
Monochromatic Colors of #DB47BC
Black with #DB47BC
Text Example
Text Example
White with #DB47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47BC; }
p { color: rgb(219,71,188); }
H1.HeaderClassName
{
color: #DB47BC;
}
.AnyTagClassName
{
color: #DB47BC;
}
</style>
background-color css
<style>
a { background-color: #DB47BC; }
a { background-color: rgb(219,71,188); }
div.DivClassName
{
background-color: #DB47BC;
}
.BgClassName
{
background-color: #DB47BC;
}
</style>
border-color css
<style>
span { border-color: #DB47BC; }
span { border-color: rgb(219,71,188); }
td.TdClassName
{
border-color: #DB47BC;
}
.TagClassName
{
border-color: #DB47BC;
}
</style>