Shades of Fuchsia #DB45BD
Tints of Fuchsia #DB45BD
RGB
CMYK
RGB Variations
Color information
#DB45BD (or 0xDB45BD) is known color: Fuchsia. HEX triplet: DB, 45 and BD. RGB value is (219,69,189). Sum of RGB (Red+Green+Blue) = 219+69+189=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB45BD is #24BA42. Grayscale: #7F7F7F. Windows color (decimal): -2406979 or 12404187. OLE color: 12404187.
HSL color Cylindrical-coordinate representation of color #DB45BD: hue angle of 312º 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 #DB45BD is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 189 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.14 |
| HSL | 312º | 0.68% | 0.56% | - |
| HSV(B) | 312º | 0.68% | 0.86% | - |
| XYZ | 40.53 | 22.99 | 50.45 | - |
| YUV | 127.53 | 162.7 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 189 | 0 | 0.68 | 0.14 | 0.14 | 312 | 0.68 | 0.56 |
| Hex | DB | 45 | BD | 0 | 44 | E | E | 138 | 44 | 38 |
| Octal | 333 | 105 | 275 | 0 | 104 | 16 | 16 | 470 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10111101 | 0 | 1000100 | 1110 | 1110 | 100111000 | 1000100 | 111000 |
Color Harmonies of #DB45BD
Complementary color
Monochromatic Colors of #DB45BD
Black with #DB45BD
Text Example
Text Example
White with #DB45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45BD; }
p { color: rgb(219,69,189); }
H1.HeaderClassName
{
color: #DB45BD;
}
.AnyTagClassName
{
color: #DB45BD;
}
</style>
background-color css
<style>
a { background-color: #DB45BD; }
a { background-color: rgb(219,69,189); }
div.DivClassName
{
background-color: #DB45BD;
}
.BgClassName
{
background-color: #DB45BD;
}
</style>
border-color css
<style>
span { border-color: #DB45BD; }
span { border-color: rgb(219,69,189); }
td.TdClassName
{
border-color: #DB45BD;
}
.TagClassName
{
border-color: #DB45BD;
}
</style>