Html Css Color HEX #DB36EE Free Speech Magenta
📋 copy color: '#DB36EE'red 219 ◦ green 54 ◦ blue 238
Shades of Free Speech Magenta #DB36EE
Tints of Free Speech Magenta #DB36EE
RGB
CMYK
RGB Variations
Color information
#DB36EE (or 0xDB36EE) is known color: Free Speech Magenta. HEX triplet: DB, 36 and EE. RGB value is (219,54,238). Sum of RGB (Red+Green+Blue) = 219+54+238=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB36EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB36EE is #24C911. Grayscale: #7B7B7B. Windows color (decimal): -2410770 or 15611611. OLE color: 15611611.
HSL color Cylindrical-coordinate representation of color #DB36EE: hue angle of 293.8º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB36EE is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 54 | 238 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.07 |
| HSL | 293.8º | 0.84% | 0.57% | - |
| HSV(B) | 293.8º | 0.77% | 0.93% | - |
| XYZ | 45.97 | 23.87 | 83.07 | - |
| YUV | 124.31 | 192.16 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 238 | 0.08 | 0.77 | 0 | 0.07 | 293.8 | 0.84 | 0.57 |
| Hex | DB | 36 | EE | 8 | 4D | 0 | 7 | 126 | 54 | 39 |
| Octal | 333 | 66 | 356 | 10 | 115 | 0 | 7 | 446 | 124 | 71 |
| Binary | 11011011 | 110110 | 11101110 | 1000 | 1001101 | 0 | 111 | 100100110 | 1010100 | 111001 |
Color Harmonies of #DB36EE
Complementary color
Monochromatic Colors of #DB36EE
Black with #DB36EE
Text Example
Text Example
White with #DB36EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36EE; }
p { color: rgb(219,54,238); }
H1.HeaderClassName
{
color: #DB36EE;
}
.AnyTagClassName
{
color: #DB36EE;
}
</style>
background-color css
<style>
a { background-color: #DB36EE; }
a { background-color: rgb(219,54,238); }
div.DivClassName
{
background-color: #DB36EE;
}
.BgClassName
{
background-color: #DB36EE;
}
</style>
border-color css
<style>
span { border-color: #DB36EE; }
span { border-color: rgb(219,54,238); }
td.TdClassName
{
border-color: #DB36EE;
}
.TagClassName
{
border-color: #DB36EE;
}
</style>