Shades of Fuchsia #DB53B7
Tints of Fuchsia #DB53B7
RGB
CMYK
RGB Variations
Color information
#DB53B7 (or 0xDB53B7) is known color: Fuchsia. HEX triplet: DB, 53 and B7. RGB value is (219,83,183). Sum of RGB (Red+Green+Blue) = 219+83+183=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53B7 is #24AC48. Grayscale: #868686. Windows color (decimal): -2403401 or 12014555. OLE color: 12014555.
HSL color Cylindrical-coordinate representation of color #DB53B7: hue angle of 315.88º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB53B7 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 183 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.14 |
| HSL | 315.88º | 0.65% | 0.59% | - |
| HSV(B) | 315.88º | 0.62% | 0.86% | - |
| XYZ | 40.85 | 24.67 | 47.41 | - |
| YUV | 135.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 183 | 0 | 0.62 | 0.16 | 0.14 | 315.88 | 0.65 | 0.59 |
| Hex | DB | 53 | B7 | 0 | 3E | 10 | E | 13C | 41 | 3B |
| Octal | 333 | 123 | 267 | 0 | 76 | 20 | 16 | 474 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10110111 | 0 | 111110 | 10000 | 1110 | 100111100 | 1000001 | 111011 |
Color Harmonies of #DB53B7
Complementary color
Monochromatic Colors of #DB53B7
Black with #DB53B7
Text Example
Text Example
White with #DB53B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53B7; }
p { color: rgb(219,83,183); }
H1.HeaderClassName
{
color: #DB53B7;
}
.AnyTagClassName
{
color: #DB53B7;
}
</style>
background-color css
<style>
a { background-color: #DB53B7; }
a { background-color: rgb(219,83,183); }
div.DivClassName
{
background-color: #DB53B7;
}
.BgClassName
{
background-color: #DB53B7;
}
</style>
border-color css
<style>
span { border-color: #DB53B7; }
span { border-color: rgb(219,83,183); }
td.TdClassName
{
border-color: #DB53B7;
}
.TagClassName
{
border-color: #DB53B7;
}
</style>