Shades of Fuchsia #DB58B4
Tints of Fuchsia #DB58B4
RGB
CMYK
RGB Variations
Color information
#DB58B4 (or 0xDB58B4) is known color: Fuchsia. HEX triplet: DB, 58 and B4. RGB value is (219,88,180). Sum of RGB (Red+Green+Blue) = 219+88+180=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58B4 is #24A74B. Grayscale: #898989. Windows color (decimal): -2402124 or 11819227. OLE color: 11819227.
HSL color Cylindrical-coordinate representation of color #DB58B4: hue angle of 317.86º 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 #DB58B4 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 180 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.14 |
| HSL | 317.86º | 0.65% | 0.6% | - |
| HSV(B) | 317.86º | 0.6% | 0.86% | - |
| XYZ | 40.94 | 25.33 | 45.91 | - |
| YUV | 137.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 180 | 0 | 0.60 | 0.18 | 0.14 | 317.86 | 0.65 | 0.6 |
| Hex | DB | 58 | B4 | 0 | 3C | 12 | E | 13E | 41 | 3C |
| Octal | 333 | 130 | 264 | 0 | 74 | 22 | 16 | 476 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10110100 | 0 | 111100 | 10010 | 1110 | 100111110 | 1000001 | 111100 |
Color Harmonies of #DB58B4
Complementary color
Monochromatic Colors of #DB58B4
Black with #DB58B4
Text Example
Text Example
White with #DB58B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58B4; }
p { color: rgb(219,88,180); }
H1.HeaderClassName
{
color: #DB58B4;
}
.AnyTagClassName
{
color: #DB58B4;
}
</style>
background-color css
<style>
a { background-color: #DB58B4; }
a { background-color: rgb(219,88,180); }
div.DivClassName
{
background-color: #DB58B4;
}
.BgClassName
{
background-color: #DB58B4;
}
</style>
border-color css
<style>
span { border-color: #DB58B4; }
span { border-color: rgb(219,88,180); }
td.TdClassName
{
border-color: #DB58B4;
}
.TagClassName
{
border-color: #DB58B4;
}
</style>