Html Css Color HEX #DB53EA Free Speech Magenta
📋 copy color: '#DB53EA'red 219 ◦ green 83 ◦ blue 234
Shades of Free Speech Magenta #DB53EA
Tints of Free Speech Magenta #DB53EA
RGB
CMYK
RGB Variations
Color information
#DB53EA (or 0xDB53EA) is known color: Free Speech Magenta. HEX triplet: DB, 53 and EA. RGB value is (219,83,234). Sum of RGB (Red+Green+Blue) = 219+83+234=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB53EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53EA is #24AC15. Grayscale: #8C8C8C. Windows color (decimal): -2403350 or 15356891. OLE color: 15356891.
HSL color Cylindrical-coordinate representation of color #DB53EA: hue angle of 294.04º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB53EA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 83 | 234 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.08 |
| HSL | 294.04º | 0.78% | 0.62% | - |
| HSV(B) | 294.04º | 0.65% | 0.92% | - |
| XYZ | 47.16 | 27.19 | 80.6 | - |
| YUV | 140.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 234 | 0.06 | 0.65 | 0 | 0.08 | 294.04 | 0.78 | 0.62 |
| Hex | DB | 53 | EA | 6 | 41 | 0 | 8 | 126 | 4E | 3E |
| Octal | 333 | 123 | 352 | 6 | 101 | 0 | 10 | 446 | 116 | 76 |
| Binary | 11011011 | 1010011 | 11101010 | 110 | 1000001 | 0 | 1000 | 100100110 | 1001110 | 111110 |
Color Harmonies of #DB53EA
Complementary color
Monochromatic Colors of #DB53EA
Black with #DB53EA
Text Example
Text Example
White with #DB53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53EA; }
p { color: rgb(219,83,234); }
H1.HeaderClassName
{
color: #DB53EA;
}
.AnyTagClassName
{
color: #DB53EA;
}
</style>
background-color css
<style>
a { background-color: #DB53EA; }
a { background-color: rgb(219,83,234); }
div.DivClassName
{
background-color: #DB53EA;
}
.BgClassName
{
background-color: #DB53EA;
}
</style>
border-color css
<style>
span { border-color: #DB53EA; }
span { border-color: rgb(219,83,234); }
td.TdClassName
{
border-color: #DB53EA;
}
.TagClassName
{
border-color: #DB53EA;
}
</style>