Shades of Fuchsia #DB47BD
Tints of Fuchsia #DB47BD
RGB
CMYK
RGB Variations
Color information
#DB47BD (or 0xDB47BD) is known color: Fuchsia. HEX triplet: DB, 47 and BD. RGB value is (219,71,189). Sum of RGB (Red+Green+Blue) = 219+71+189=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47BD is #24B842. Grayscale: #808080. Windows color (decimal): -2406467 or 12404699. OLE color: 12404699.
HSL color Cylindrical-coordinate representation of color #DB47BD: hue angle of 312.16º 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 #DB47BD is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 189 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.14 |
| HSL | 312.16º | 0.67% | 0.57% | - |
| HSV(B) | 312.16º | 0.68% | 0.86% | - |
| XYZ | 40.65 | 23.24 | 50.49 | - |
| YUV | 128.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 189 | 0 | 0.68 | 0.14 | 0.14 | 312.16 | 0.67 | 0.57 |
| Hex | DB | 47 | BD | 0 | 44 | E | E | 138 | 43 | 39 |
| Octal | 333 | 107 | 275 | 0 | 104 | 16 | 16 | 470 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10111101 | 0 | 1000100 | 1110 | 1110 | 100111000 | 1000011 | 111001 |
Color Harmonies of #DB47BD
Complementary color
Monochromatic Colors of #DB47BD
Black with #DB47BD
Text Example
Text Example
White with #DB47BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47BD; }
p { color: rgb(219,71,189); }
H1.HeaderClassName
{
color: #DB47BD;
}
.AnyTagClassName
{
color: #DB47BD;
}
</style>
background-color css
<style>
a { background-color: #DB47BD; }
a { background-color: rgb(219,71,189); }
div.DivClassName
{
background-color: #DB47BD;
}
.BgClassName
{
background-color: #DB47BD;
}
</style>
border-color css
<style>
span { border-color: #DB47BD; }
span { border-color: rgb(219,71,189); }
td.TdClassName
{
border-color: #DB47BD;
}
.TagClassName
{
border-color: #DB47BD;
}
</style>