Shades of Fuchsia #DB58B0
Tints of Fuchsia #DB58B0
RGB
CMYK
RGB Variations
Color information
#DB58B0 (or 0xDB58B0) is known color: Fuchsia. HEX triplet: DB, 58 and B0. RGB value is (219,88,176). Sum of RGB (Red+Green+Blue) = 219+88+176=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB58B0 is #24A74F. Grayscale: #888888. Windows color (decimal): -2402128 or 11557083. OLE color: 11557083.
HSL color Cylindrical-coordinate representation of color #DB58B0: hue angle of 319.69º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB58B0 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 88 | 176 | - |
CMYK | 0 | 0.60 | 0.20 | 0.14 |
HSL | 319.69º | 0.65% | 0.6% | - |
HSV(B) | 319.69º | 0.6% | 0.86% | - |
XYZ | 40.54 | 25.17 | 43.8 | - |
YUV | 137.2 | 149.9 | 186.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 88 | 176 | 0 | 0.60 | 0.20 | 0.14 | 319.69 | 0.65 | 0.6 |
Hex | DB | 58 | B0 | 0 | 3C | 14 | E | 140 | 41 | 3C |
Octal | 333 | 130 | 260 | 0 | 74 | 24 | 16 | 500 | 101 | 74 |
Binary | 11011011 | 1011000 | 10110000 | 0 | 111100 | 10100 | 1110 | 101000000 | 1000001 | 111100 |
Color Harmonies of #DB58B0
Complementary color
Monochromatic Colors of #DB58B0
Black with #DB58B0
Text Example
Text Example
White with #DB58B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58B0; }
p { color: rgb(219,88,176); }
H1.HeaderClassName
{
color: #DB58B0;
}
.AnyTagClassName
{
color: #DB58B0;
}
</style>
background-color css
<style>
a { background-color: #DB58B0; }
a { background-color: rgb(219,88,176); }
div.DivClassName
{
background-color: #DB58B0;
}
.BgClassName
{
background-color: #DB58B0;
}
</style>
border-color css
<style>
span { border-color: #DB58B0; }
span { border-color: rgb(219,88,176); }
td.TdClassName
{
border-color: #DB58B0;
}
.TagClassName
{
border-color: #DB58B0;
}
</style>