Html Css Color HEX #DB50EE Free Speech Magenta
📋 copy color: '#DB50EE'red 219 ◦ green 80 ◦ blue 238
Shades of Free Speech Magenta #DB50EE
Tints of Free Speech Magenta #DB50EE
RGB
CMYK
RGB Variations
Color information
#DB50EE (or 0xDB50EE) is known color: Free Speech Magenta. HEX triplet: DB, 50 and EE. RGB value is (219,80,238). Sum of RGB (Red+Green+Blue) = 219+80+238=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 80 (31.64% from 255 or 14.90% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50EE is #24AF11. Grayscale: #8B8B8B. Windows color (decimal): -2404114 or 15618267. OLE color: 15618267.
HSL color Cylindrical-coordinate representation of color #DB50EE: hue angle of 292.78º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB50EE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 80 | 238 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.07 |
| HSL | 292.78º | 0.82% | 0.62% | - |
| HSV(B) | 292.78º | 0.66% | 0.93% | - |
| XYZ | 47.51 | 26.97 | 83.59 | - |
| YUV | 139.57 | 183.55 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 238 | 0.08 | 0.66 | 0 | 0.07 | 292.78 | 0.82 | 0.62 |
| Hex | DB | 50 | EE | 8 | 42 | 0 | 7 | 125 | 52 | 3E |
| Octal | 333 | 120 | 356 | 10 | 102 | 0 | 7 | 445 | 122 | 76 |
| Binary | 11011011 | 1010000 | 11101110 | 1000 | 1000010 | 0 | 111 | 100100101 | 1010010 | 111110 |
Color Harmonies of #DB50EE
Complementary color
Monochromatic Colors of #DB50EE
Black with #DB50EE
Text Example
Text Example
White with #DB50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50EE; }
p { color: rgb(219,80,238); }
H1.HeaderClassName
{
color: #DB50EE;
}
.AnyTagClassName
{
color: #DB50EE;
}
</style>
background-color css
<style>
a { background-color: #DB50EE; }
a { background-color: rgb(219,80,238); }
div.DivClassName
{
background-color: #DB50EE;
}
.BgClassName
{
background-color: #DB50EE;
}
</style>
border-color css
<style>
span { border-color: #DB50EE; }
span { border-color: rgb(219,80,238); }
td.TdClassName
{
border-color: #DB50EE;
}
.TagClassName
{
border-color: #DB50EE;
}
</style>