Html Css Color HEX #DB53EE Free Speech Magenta
📋 copy color: '#DB53EE'red 219 ◦ green 83 ◦ blue 238
Shades of Free Speech Magenta #DB53EE
Tints of Free Speech Magenta #DB53EE
RGB
CMYK
RGB Variations
Color information
#DB53EE (or 0xDB53EE) is known color: Free Speech Magenta. HEX triplet: DB, 53 and EE. RGB value is (219,83,238). Sum of RGB (Red+Green+Blue) = 219+83+238=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53EE is #24AC11. Grayscale: #8C8C8C. Windows color (decimal): -2403346 or 15619035. OLE color: 15619035.
HSL color Cylindrical-coordinate representation of color #DB53EE: hue angle of 292.65º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB53EE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 83 | 238 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.07 |
| HSL | 292.65º | 0.82% | 0.63% | - |
| HSV(B) | 292.65º | 0.65% | 0.93% | - |
| XYZ | 47.74 | 27.42 | 83.67 | - |
| YUV | 141.33 | 182.56 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 238 | 0.08 | 0.65 | 0 | 0.07 | 292.65 | 0.82 | 0.63 |
| Hex | DB | 53 | EE | 8 | 41 | 0 | 7 | 125 | 52 | 3F |
| Octal | 333 | 123 | 356 | 10 | 101 | 0 | 7 | 445 | 122 | 77 |
| Binary | 11011011 | 1010011 | 11101110 | 1000 | 1000001 | 0 | 111 | 100100101 | 1010010 | 111111 |
Color Harmonies of #DB53EE
Complementary color
Monochromatic Colors of #DB53EE
Black with #DB53EE
Text Example
Text Example
White with #DB53EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53EE; }
p { color: rgb(219,83,238); }
H1.HeaderClassName
{
color: #DB53EE;
}
.AnyTagClassName
{
color: #DB53EE;
}
</style>
background-color css
<style>
a { background-color: #DB53EE; }
a { background-color: rgb(219,83,238); }
div.DivClassName
{
background-color: #DB53EE;
}
.BgClassName
{
background-color: #DB53EE;
}
</style>
border-color css
<style>
span { border-color: #DB53EE; }
span { border-color: rgb(219,83,238); }
td.TdClassName
{
border-color: #DB53EE;
}
.TagClassName
{
border-color: #DB53EE;
}
</style>