Html Css Color HEX #DB53E9 Free Speech Magenta
📋 copy color: '#DB53E9'red 219 ◦ green 83 ◦ blue 233
Shades of Free Speech Magenta #DB53E9
Tints of Free Speech Magenta #DB53E9
RGB
CMYK
RGB Variations
Color information
#DB53E9 (or 0xDB53E9) is known color: Free Speech Magenta. HEX triplet: DB, 53 and E9. RGB value is (219,83,233). Sum of RGB (Red+Green+Blue) = 219+83+233=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB53E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53E9 is #24AC16. Grayscale: #8C8C8C. Windows color (decimal): -2403351 or 15291355. OLE color: 15291355.
HSL color Cylindrical-coordinate representation of color #DB53E9: hue angle of 294.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB53E9 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 83 | 233 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.09 |
| HSL | 294.4º | 0.77% | 0.62% | - |
| HSV(B) | 294.4º | 0.64% | 0.91% | - |
| XYZ | 47.01 | 27.13 | 79.85 | - |
| YUV | 140.76 | 180.06 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 233 | 0.06 | 0.64 | 0 | 0.09 | 294.4 | 0.77 | 0.62 |
| Hex | DB | 53 | E9 | 6 | 40 | 0 | 9 | 126 | 4D | 3E |
| Octal | 333 | 123 | 351 | 6 | 100 | 0 | 11 | 446 | 115 | 76 |
| Binary | 11011011 | 1010011 | 11101001 | 110 | 1000000 | 0 | 1001 | 100100110 | 1001101 | 111110 |
Color Harmonies of #DB53E9
Complementary color
Monochromatic Colors of #DB53E9
Black with #DB53E9
Text Example
Text Example
White with #DB53E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53E9; }
p { color: rgb(219,83,233); }
H1.HeaderClassName
{
color: #DB53E9;
}
.AnyTagClassName
{
color: #DB53E9;
}
</style>
background-color css
<style>
a { background-color: #DB53E9; }
a { background-color: rgb(219,83,233); }
div.DivClassName
{
background-color: #DB53E9;
}
.BgClassName
{
background-color: #DB53E9;
}
</style>
border-color css
<style>
span { border-color: #DB53E9; }
span { border-color: rgb(219,83,233); }
td.TdClassName
{
border-color: #DB53E9;
}
.TagClassName
{
border-color: #DB53E9;
}
</style>