Shades of Fuchsia #DB45BF
Tints of Fuchsia #DB45BF
RGB
CMYK
RGB Variations
Color information
#DB45BF (or 0xDB45BF) is known color: Fuchsia. HEX triplet: DB, 45 and BF. RGB value is (219,69,191). Sum of RGB (Red+Green+Blue) = 219+69+191=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB45BF is #24BA40. Grayscale: #7F7F7F. Windows color (decimal): -2406977 or 12535259. OLE color: 12535259.
HSL color Cylindrical-coordinate representation of color #DB45BF: hue angle of 311.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB45BF is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 191 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.14 |
| HSL | 311.2º | 0.68% | 0.56% | - |
| HSV(B) | 311.2º | 0.68% | 0.86% | - |
| XYZ | 40.75 | 23.08 | 51.6 | - |
| YUV | 127.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 191 | 0 | 0.68 | 0.13 | 0.14 | 311.2 | 0.68 | 0.56 |
| Hex | DB | 45 | BF | 0 | 44 | D | E | 137 | 44 | 38 |
| Octal | 333 | 105 | 277 | 0 | 104 | 15 | 16 | 467 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10111111 | 0 | 1000100 | 1101 | 1110 | 100110111 | 1000100 | 111000 |
Color Harmonies of #DB45BF
Complementary color
Monochromatic Colors of #DB45BF
Black with #DB45BF
Text Example
Text Example
White with #DB45BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45BF; }
p { color: rgb(219,69,191); }
H1.HeaderClassName
{
color: #DB45BF;
}
.AnyTagClassName
{
color: #DB45BF;
}
</style>
background-color css
<style>
a { background-color: #DB45BF; }
a { background-color: rgb(219,69,191); }
div.DivClassName
{
background-color: #DB45BF;
}
.BgClassName
{
background-color: #DB45BF;
}
</style>
border-color css
<style>
span { border-color: #DB45BF; }
span { border-color: rgb(219,69,191); }
td.TdClassName
{
border-color: #DB45BF;
}
.TagClassName
{
border-color: #DB45BF;
}
</style>