Html Css Color HEX #DB50EB Free Speech Magenta
📋 copy color: '#DB50EB'red 219 ◦ green 80 ◦ blue 235
Shades of Free Speech Magenta #DB50EB
Tints of Free Speech Magenta #DB50EB
RGB
CMYK
RGB Variations
Color information
#DB50EB (or 0xDB50EB) is known color: Free Speech Magenta. HEX triplet: DB, 50 and EB. RGB value is (219,80,235). Sum of RGB (Red+Green+Blue) = 219+80+235=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB50EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50EB is #24AF14. Grayscale: #8A8A8A. Windows color (decimal): -2404117 or 15421659. OLE color: 15421659.
HSL color Cylindrical-coordinate representation of color #DB50EB: hue angle of 293.81º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB50EB is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 80 | 235 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.08 |
| HSL | 293.81º | 0.79% | 0.62% | - |
| HSV(B) | 293.81º | 0.66% | 0.92% | - |
| XYZ | 47.08 | 26.8 | 81.29 | - |
| YUV | 139.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 235 | 0.07 | 0.66 | 0 | 0.08 | 293.81 | 0.79 | 0.62 |
| Hex | DB | 50 | EB | 7 | 42 | 0 | 8 | 126 | 4F | 3E |
| Octal | 333 | 120 | 353 | 7 | 102 | 0 | 10 | 446 | 117 | 76 |
| Binary | 11011011 | 1010000 | 11101011 | 111 | 1000010 | 0 | 1000 | 100100110 | 1001111 | 111110 |
Color Harmonies of #DB50EB
Complementary color
Monochromatic Colors of #DB50EB
Black with #DB50EB
Text Example
Text Example
White with #DB50EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50EB; }
p { color: rgb(219,80,235); }
H1.HeaderClassName
{
color: #DB50EB;
}
.AnyTagClassName
{
color: #DB50EB;
}
</style>
background-color css
<style>
a { background-color: #DB50EB; }
a { background-color: rgb(219,80,235); }
div.DivClassName
{
background-color: #DB50EB;
}
.BgClassName
{
background-color: #DB50EB;
}
</style>
border-color css
<style>
span { border-color: #DB50EB; }
span { border-color: rgb(219,80,235); }
td.TdClassName
{
border-color: #DB50EB;
}
.TagClassName
{
border-color: #DB50EB;
}
</style>