Shades of Fuchsia #DB45B2
Tints of Fuchsia #DB45B2
RGB
CMYK
RGB Variations
Color information
#DB45B2 (or 0xDB45B2) is known color: Fuchsia. HEX triplet: DB, 45 and B2. RGB value is (219,69,178). Sum of RGB (Red+Green+Blue) = 219+69+178=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB45B2 is #24BA4D. Grayscale: #7D7D7D. Windows color (decimal): -2406990 or 11683291. OLE color: 11683291.
HSL color Cylindrical-coordinate representation of color #DB45B2: hue angle of 316.4º 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 #DB45B2 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 178 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.14 |
| HSL | 316.4º | 0.68% | 0.56% | - |
| HSV(B) | 316.4º | 0.68% | 0.86% | - |
| XYZ | 39.38 | 22.53 | 44.39 | - |
| YUV | 126.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 178 | 0 | 0.68 | 0.19 | 0.14 | 316.4 | 0.68 | 0.56 |
| Hex | DB | 45 | B2 | 0 | 44 | 13 | E | 13C | 44 | 38 |
| Octal | 333 | 105 | 262 | 0 | 104 | 23 | 16 | 474 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10110010 | 0 | 1000100 | 10011 | 1110 | 100111100 | 1000100 | 111000 |
Color Harmonies of #DB45B2
Complementary color
Monochromatic Colors of #DB45B2
Black with #DB45B2
Text Example
Text Example
White with #DB45B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45B2; }
p { color: rgb(219,69,178); }
H1.HeaderClassName
{
color: #DB45B2;
}
.AnyTagClassName
{
color: #DB45B2;
}
</style>
background-color css
<style>
a { background-color: #DB45B2; }
a { background-color: rgb(219,69,178); }
div.DivClassName
{
background-color: #DB45B2;
}
.BgClassName
{
background-color: #DB45B2;
}
</style>
border-color css
<style>
span { border-color: #DB45B2; }
span { border-color: rgb(219,69,178); }
td.TdClassName
{
border-color: #DB45B2;
}
.TagClassName
{
border-color: #DB45B2;
}
</style>