Shades of Fuchsia #DB58B2
Tints of Fuchsia #DB58B2
RGB
CMYK
RGB Variations
Color information
#DB58B2 (or 0xDB58B2) is known color: Fuchsia. HEX triplet: DB, 58 and B2. RGB value is (219,88,178). Sum of RGB (Red+Green+Blue) = 219+88+178=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB58B2 is #24A74D. Grayscale: #898989. Windows color (decimal): -2402126 or 11688155. OLE color: 11688155.
HSL color Cylindrical-coordinate representation of color #DB58B2: hue angle of 318.78º 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 #DB58B2 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 178 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.14 |
| HSL | 318.78º | 0.65% | 0.6% | - |
| HSV(B) | 318.78º | 0.6% | 0.86% | - |
| XYZ | 40.74 | 25.25 | 44.85 | - |
| YUV | 137.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 178 | 0 | 0.60 | 0.19 | 0.14 | 318.78 | 0.65 | 0.6 |
| Hex | DB | 58 | B2 | 0 | 3C | 13 | E | 13F | 41 | 3C |
| Octal | 333 | 130 | 262 | 0 | 74 | 23 | 16 | 477 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10110010 | 0 | 111100 | 10011 | 1110 | 100111111 | 1000001 | 111100 |
Color Harmonies of #DB58B2
Complementary color
Monochromatic Colors of #DB58B2
Black with #DB58B2
Text Example
Text Example
White with #DB58B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58B2; }
p { color: rgb(219,88,178); }
H1.HeaderClassName
{
color: #DB58B2;
}
.AnyTagClassName
{
color: #DB58B2;
}
</style>
background-color css
<style>
a { background-color: #DB58B2; }
a { background-color: rgb(219,88,178); }
div.DivClassName
{
background-color: #DB58B2;
}
.BgClassName
{
background-color: #DB58B2;
}
</style>
border-color css
<style>
span { border-color: #DB58B2; }
span { border-color: rgb(219,88,178); }
td.TdClassName
{
border-color: #DB58B2;
}
.TagClassName
{
border-color: #DB58B2;
}
</style>