Html Css Color HEX #DB53ED Free Speech Magenta
📋 copy color: '#DB53ED'red 219 ◦ green 83 ◦ blue 237
Shades of Free Speech Magenta #DB53ED
Tints of Free Speech Magenta #DB53ED
RGB
CMYK
RGB Variations
Color information
#DB53ED (or 0xDB53ED) is known color: Free Speech Magenta. HEX triplet: DB, 53 and ED. RGB value is (219,83,237). Sum of RGB (Red+Green+Blue) = 219+83+237=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB53ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53ED is #24AC12. Grayscale: #8C8C8C. Windows color (decimal): -2403347 or 15553499. OLE color: 15553499.
HSL color Cylindrical-coordinate representation of color #DB53ED: hue angle of 292.99º degrees, saturation: 0.81, 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 #DB53ED is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 83 | 237 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.07 |
| HSL | 292.99º | 0.81% | 0.63% | - |
| HSV(B) | 292.99º | 0.65% | 0.93% | - |
| XYZ | 47.59 | 27.36 | 82.89 | - |
| YUV | 141.22 | 182.06 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 237 | 0.08 | 0.65 | 0 | 0.07 | 292.99 | 0.81 | 0.63 |
| Hex | DB | 53 | ED | 8 | 41 | 0 | 7 | 125 | 51 | 3F |
| Octal | 333 | 123 | 355 | 10 | 101 | 0 | 7 | 445 | 121 | 77 |
| Binary | 11011011 | 1010011 | 11101101 | 1000 | 1000001 | 0 | 111 | 100100101 | 1010001 | 111111 |
Color Harmonies of #DB53ED
Complementary color
Monochromatic Colors of #DB53ED
Black with #DB53ED
Text Example
Text Example
White with #DB53ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53ED; }
p { color: rgb(219,83,237); }
H1.HeaderClassName
{
color: #DB53ED;
}
.AnyTagClassName
{
color: #DB53ED;
}
</style>
background-color css
<style>
a { background-color: #DB53ED; }
a { background-color: rgb(219,83,237); }
div.DivClassName
{
background-color: #DB53ED;
}
.BgClassName
{
background-color: #DB53ED;
}
</style>
border-color css
<style>
span { border-color: #DB53ED; }
span { border-color: rgb(219,83,237); }
td.TdClassName
{
border-color: #DB53ED;
}
.TagClassName
{
border-color: #DB53ED;
}
</style>