Shades of Fuchsia #DB45B6
Tints of Fuchsia #DB45B6
RGB
CMYK
RGB Variations
Color information
#DB45B6 (or 0xDB45B6) is known color: Fuchsia. HEX triplet: DB, 45 and B6. RGB value is (219,69,182). Sum of RGB (Red+Green+Blue) = 219+69+182=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB45B6 is #24BA49. Grayscale: #7E7E7E. Windows color (decimal): -2406986 or 11945435. OLE color: 11945435.
HSL color Cylindrical-coordinate representation of color #DB45B6: hue angle of 314.8º 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 #DB45B6 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 182 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.14 |
| HSL | 314.8º | 0.68% | 0.56% | - |
| HSV(B) | 314.8º | 0.68% | 0.86% | - |
| XYZ | 39.79 | 22.69 | 46.54 | - |
| YUV | 126.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 182 | 0 | 0.68 | 0.17 | 0.14 | 314.8 | 0.68 | 0.56 |
| Hex | DB | 45 | B6 | 0 | 44 | 11 | E | 13B | 44 | 38 |
| Octal | 333 | 105 | 266 | 0 | 104 | 21 | 16 | 473 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10110110 | 0 | 1000100 | 10001 | 1110 | 100111011 | 1000100 | 111000 |
Color Harmonies of #DB45B6
Complementary color
Monochromatic Colors of #DB45B6
Black with #DB45B6
Text Example
Text Example
White with #DB45B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45B6; }
p { color: rgb(219,69,182); }
H1.HeaderClassName
{
color: #DB45B6;
}
.AnyTagClassName
{
color: #DB45B6;
}
</style>
background-color css
<style>
a { background-color: #DB45B6; }
a { background-color: rgb(219,69,182); }
div.DivClassName
{
background-color: #DB45B6;
}
.BgClassName
{
background-color: #DB45B6;
}
</style>
border-color css
<style>
span { border-color: #DB45B6; }
span { border-color: rgb(219,69,182); }
td.TdClassName
{
border-color: #DB45B6;
}
.TagClassName
{
border-color: #DB45B6;
}
</style>