Shades of Fuchsia #DB45C1
Tints of Fuchsia #DB45C1
RGB
CMYK
RGB Variations
Color information
#DB45C1 (or 0xDB45C1) is known color: Fuchsia. HEX triplet: DB, 45 and C1. RGB value is (219,69,193). Sum of RGB (Red+Green+Blue) = 219+69+193=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB45C1 is #24BA3E. Grayscale: #7F7F7F. Windows color (decimal): -2406975 or 12666331. OLE color: 12666331.
HSL color Cylindrical-coordinate representation of color #DB45C1: hue angle of 310.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 #DB45C1 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 193 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.14 |
| HSL | 310.4º | 0.68% | 0.56% | - |
| HSV(B) | 310.4º | 0.68% | 0.86% | - |
| XYZ | 40.97 | 23.17 | 52.76 | - |
| YUV | 127.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 193 | 0 | 0.68 | 0.12 | 0.14 | 310.4 | 0.68 | 0.56 |
| Hex | DB | 45 | C1 | 0 | 44 | C | E | 136 | 44 | 38 |
| Octal | 333 | 105 | 301 | 0 | 104 | 14 | 16 | 466 | 104 | 70 |
| Binary | 11011011 | 1000101 | 11000001 | 0 | 1000100 | 1100 | 1110 | 100110110 | 1000100 | 111000 |
Color Harmonies of #DB45C1
Complementary color
Monochromatic Colors of #DB45C1
Black with #DB45C1
Text Example
Text Example
White with #DB45C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45C1; }
p { color: rgb(219,69,193); }
H1.HeaderClassName
{
color: #DB45C1;
}
.AnyTagClassName
{
color: #DB45C1;
}
</style>
background-color css
<style>
a { background-color: #DB45C1; }
a { background-color: rgb(219,69,193); }
div.DivClassName
{
background-color: #DB45C1;
}
.BgClassName
{
background-color: #DB45C1;
}
</style>
border-color css
<style>
span { border-color: #DB45C1; }
span { border-color: rgb(219,69,193); }
td.TdClassName
{
border-color: #DB45C1;
}
.TagClassName
{
border-color: #DB45C1;
}
</style>