Shades of Fuchsia #DB45BB
Tints of Fuchsia #DB45BB
RGB
CMYK
RGB Variations
Color information
#DB45BB (or 0xDB45BB) is known color: Fuchsia. HEX triplet: DB, 45 and BB. RGB value is (219,69,187). Sum of RGB (Red+Green+Blue) = 219+69+187=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB45BB is #24BA44. Grayscale: #7E7E7E. Windows color (decimal): -2406981 or 12273115. OLE color: 12273115.
HSL color Cylindrical-coordinate representation of color #DB45BB: hue angle of 312.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 #DB45BB is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 187 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.14 |
| HSL | 312.8º | 0.68% | 0.56% | - |
| HSV(B) | 312.8º | 0.68% | 0.86% | - |
| XYZ | 40.31 | 22.9 | 49.31 | - |
| YUV | 127.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 187 | 0 | 0.68 | 0.15 | 0.14 | 312.8 | 0.68 | 0.56 |
| Hex | DB | 45 | BB | 0 | 44 | F | E | 139 | 44 | 38 |
| Octal | 333 | 105 | 273 | 0 | 104 | 17 | 16 | 471 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10111011 | 0 | 1000100 | 1111 | 1110 | 100111001 | 1000100 | 111000 |
Color Harmonies of #DB45BB
Complementary color
Monochromatic Colors of #DB45BB
Black with #DB45BB
Text Example
Text Example
White with #DB45BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45BB; }
p { color: rgb(219,69,187); }
H1.HeaderClassName
{
color: #DB45BB;
}
.AnyTagClassName
{
color: #DB45BB;
}
</style>
background-color css
<style>
a { background-color: #DB45BB; }
a { background-color: rgb(219,69,187); }
div.DivClassName
{
background-color: #DB45BB;
}
.BgClassName
{
background-color: #DB45BB;
}
</style>
border-color css
<style>
span { border-color: #DB45BB; }
span { border-color: rgb(219,69,187); }
td.TdClassName
{
border-color: #DB45BB;
}
.TagClassName
{
border-color: #DB45BB;
}
</style>