Shades of Fuchsia #DB47BB
Tints of Fuchsia #DB47BB
RGB
CMYK
RGB Variations
Color information
#DB47BB (or 0xDB47BB) is known color: Fuchsia. HEX triplet: DB, 47 and BB. RGB value is (219,71,187). Sum of RGB (Red+Green+Blue) = 219+71+187=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47BB is #24B844. Grayscale: #808080. Windows color (decimal): -2406469 or 12273627. OLE color: 12273627.
HSL color Cylindrical-coordinate representation of color #DB47BB: hue angle of 312.97º 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 #DB47BB is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 187 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.14 |
| HSL | 312.97º | 0.67% | 0.57% | - |
| HSV(B) | 312.97º | 0.68% | 0.86% | - |
| XYZ | 40.44 | 23.15 | 49.35 | - |
| YUV | 128.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 187 | 0 | 0.68 | 0.15 | 0.14 | 312.97 | 0.67 | 0.57 |
| Hex | DB | 47 | BB | 0 | 44 | F | E | 139 | 43 | 39 |
| Octal | 333 | 107 | 273 | 0 | 104 | 17 | 16 | 471 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10111011 | 0 | 1000100 | 1111 | 1110 | 100111001 | 1000011 | 111001 |
Color Harmonies of #DB47BB
Complementary color
Monochromatic Colors of #DB47BB
Black with #DB47BB
Text Example
Text Example
White with #DB47BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47BB; }
p { color: rgb(219,71,187); }
H1.HeaderClassName
{
color: #DB47BB;
}
.AnyTagClassName
{
color: #DB47BB;
}
</style>
background-color css
<style>
a { background-color: #DB47BB; }
a { background-color: rgb(219,71,187); }
div.DivClassName
{
background-color: #DB47BB;
}
.BgClassName
{
background-color: #DB47BB;
}
</style>
border-color css
<style>
span { border-color: #DB47BB; }
span { border-color: rgb(219,71,187); }
td.TdClassName
{
border-color: #DB47BB;
}
.TagClassName
{
border-color: #DB47BB;
}
</style>