Html Css Color HEX #DB53E7 Free Speech Magenta
📋 copy color: '#DB53E7'red 219 ◦ green 83 ◦ blue 231
Shades of Free Speech Magenta #DB53E7
Tints of Free Speech Magenta #DB53E7
RGB
CMYK
RGB Variations
Color information
#DB53E7 (or 0xDB53E7) is known color: Free Speech Magenta. HEX triplet: DB, 53 and E7. RGB value is (219,83,231). Sum of RGB (Red+Green+Blue) = 219+83+231=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB53E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53E7 is #24AC18. Grayscale: #8C8C8C. Windows color (decimal): -2403353 or 15160283. OLE color: 15160283.
HSL color Cylindrical-coordinate representation of color #DB53E7: hue angle of 295.14º degrees, saturation: 0.76, 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 #DB53E7 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 83 | 231 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.09 |
| HSL | 295.14º | 0.76% | 0.62% | - |
| HSV(B) | 295.14º | 0.64% | 0.91% | - |
| XYZ | 46.73 | 27.02 | 78.35 | - |
| YUV | 140.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 231 | 0.05 | 0.64 | 0 | 0.09 | 295.14 | 0.76 | 0.62 |
| Hex | DB | 53 | E7 | 5 | 40 | 0 | 9 | 127 | 4C | 3E |
| Octal | 333 | 123 | 347 | 5 | 100 | 0 | 11 | 447 | 114 | 76 |
| Binary | 11011011 | 1010011 | 11100111 | 101 | 1000000 | 0 | 1001 | 100100111 | 1001100 | 111110 |
Color Harmonies of #DB53E7
Complementary color
Monochromatic Colors of #DB53E7
Black with #DB53E7
Text Example
Text Example
White with #DB53E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53E7; }
p { color: rgb(219,83,231); }
H1.HeaderClassName
{
color: #DB53E7;
}
.AnyTagClassName
{
color: #DB53E7;
}
</style>
background-color css
<style>
a { background-color: #DB53E7; }
a { background-color: rgb(219,83,231); }
div.DivClassName
{
background-color: #DB53E7;
}
.BgClassName
{
background-color: #DB53E7;
}
</style>
border-color css
<style>
span { border-color: #DB53E7; }
span { border-color: rgb(219,83,231); }
td.TdClassName
{
border-color: #DB53E7;
}
.TagClassName
{
border-color: #DB53E7;
}
</style>