Html Css Color HEX #DB51EE Free Speech Magenta
📋 copy color: '#DB51EE'red 219 ◦ green 81 ◦ blue 238
Shades of Free Speech Magenta #DB51EE
Tints of Free Speech Magenta #DB51EE
RGB
CMYK
RGB Variations
Color information
#DB51EE (or 0xDB51EE) is known color: Free Speech Magenta. HEX triplet: DB, 51 and EE. RGB value is (219,81,238). Sum of RGB (Red+Green+Blue) = 219+81+238=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 81 (32.03% from 255 or 15.06% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB51EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB51EE is #24AE11. Grayscale: #8B8B8B. Windows color (decimal): -2403858 or 15618523. OLE color: 15618523.
HSL color Cylindrical-coordinate representation of color #DB51EE: hue angle of 292.74º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB51EE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 81 | 238 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.07 |
| HSL | 292.74º | 0.82% | 0.63% | - |
| HSV(B) | 292.74º | 0.66% | 0.93% | - |
| XYZ | 47.59 | 27.12 | 83.62 | - |
| YUV | 140.16 | 183.22 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 238 | 0.08 | 0.66 | 0 | 0.07 | 292.74 | 0.82 | 0.63 |
| Hex | DB | 51 | EE | 8 | 42 | 0 | 7 | 125 | 52 | 3F |
| Octal | 333 | 121 | 356 | 10 | 102 | 0 | 7 | 445 | 122 | 77 |
| Binary | 11011011 | 1010001 | 11101110 | 1000 | 1000010 | 0 | 111 | 100100101 | 1010010 | 111111 |
Color Harmonies of #DB51EE
Complementary color
Monochromatic Colors of #DB51EE
Black with #DB51EE
Text Example
Text Example
White with #DB51EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51EE; }
p { color: rgb(219,81,238); }
H1.HeaderClassName
{
color: #DB51EE;
}
.AnyTagClassName
{
color: #DB51EE;
}
</style>
background-color css
<style>
a { background-color: #DB51EE; }
a { background-color: rgb(219,81,238); }
div.DivClassName
{
background-color: #DB51EE;
}
.BgClassName
{
background-color: #DB51EE;
}
</style>
border-color css
<style>
span { border-color: #DB51EE; }
span { border-color: rgb(219,81,238); }
td.TdClassName
{
border-color: #DB51EE;
}
.TagClassName
{
border-color: #DB51EE;
}
</style>