Shades of Fuchsia #DB53B2
Tints of Fuchsia #DB53B2
RGB
CMYK
RGB Variations
Color information
#DB53B2 (or 0xDB53B2) is known color: Fuchsia. HEX triplet: DB, 53 and B2. RGB value is (219,83,178). Sum of RGB (Red+Green+Blue) = 219+83+178=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB53B2 is #24AC4D. Grayscale: #868686. Windows color (decimal): -2403406 or 11686875. OLE color: 11686875.
HSL color Cylindrical-coordinate representation of color #DB53B2: hue angle of 318.09º 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 #DB53B2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 178 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.14 |
| HSL | 318.09º | 0.65% | 0.59% | - |
| HSV(B) | 318.09º | 0.62% | 0.86% | - |
| XYZ | 40.34 | 24.46 | 44.71 | - |
| YUV | 134.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 178 | 0 | 0.62 | 0.19 | 0.14 | 318.09 | 0.65 | 0.59 |
| Hex | DB | 53 | B2 | 0 | 3E | 13 | E | 13E | 41 | 3B |
| Octal | 333 | 123 | 262 | 0 | 76 | 23 | 16 | 476 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10110010 | 0 | 111110 | 10011 | 1110 | 100111110 | 1000001 | 111011 |
Color Harmonies of #DB53B2
Complementary color
Monochromatic Colors of #DB53B2
Black with #DB53B2
Text Example
Text Example
White with #DB53B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53B2; }
p { color: rgb(219,83,178); }
H1.HeaderClassName
{
color: #DB53B2;
}
.AnyTagClassName
{
color: #DB53B2;
}
</style>
background-color css
<style>
a { background-color: #DB53B2; }
a { background-color: rgb(219,83,178); }
div.DivClassName
{
background-color: #DB53B2;
}
.BgClassName
{
background-color: #DB53B2;
}
</style>
border-color css
<style>
span { border-color: #DB53B2; }
span { border-color: rgb(219,83,178); }
td.TdClassName
{
border-color: #DB53B2;
}
.TagClassName
{
border-color: #DB53B2;
}
</style>