Html Css Color HEX #DB36EF Free Speech Magenta
📋 copy color: '#DB36EF'red 219 ◦ green 54 ◦ blue 239
Shades of Free Speech Magenta #DB36EF
Tints of Free Speech Magenta #DB36EF
RGB
CMYK
RGB Variations
Color information
#DB36EF (or 0xDB36EF) is known color: Free Speech Magenta. HEX triplet: DB, 36 and EF. RGB value is (219,54,239). Sum of RGB (Red+Green+Blue) = 219+54+239=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 54 (21.48% from 255 or 10.55% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB36EF is #24C910. Grayscale: #7B7B7B. Windows color (decimal): -2410769 or 15677147. OLE color: 15677147.
HSL color Cylindrical-coordinate representation of color #DB36EF: hue angle of 293.51º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB36EF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 54 | 239 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.06 |
| HSL | 293.51º | 0.85% | 0.57% | - |
| HSV(B) | 293.51º | 0.77% | 0.94% | - |
| XYZ | 46.11 | 23.93 | 83.85 | - |
| YUV | 124.43 | 192.66 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 239 | 0.08 | 0.77 | 0 | 0.06 | 293.51 | 0.85 | 0.57 |
| Hex | DB | 36 | EF | 8 | 4D | 0 | 6 | 126 | 55 | 39 |
| Octal | 333 | 66 | 357 | 10 | 115 | 0 | 6 | 446 | 125 | 71 |
| Binary | 11011011 | 110110 | 11101111 | 1000 | 1001101 | 0 | 110 | 100100110 | 1010101 | 111001 |
Color Harmonies of #DB36EF
Complementary color
Monochromatic Colors of #DB36EF
Black with #DB36EF
Text Example
Text Example
White with #DB36EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36EF; }
p { color: rgb(219,54,239); }
H1.HeaderClassName
{
color: #DB36EF;
}
.AnyTagClassName
{
color: #DB36EF;
}
</style>
background-color css
<style>
a { background-color: #DB36EF; }
a { background-color: rgb(219,54,239); }
div.DivClassName
{
background-color: #DB36EF;
}
.BgClassName
{
background-color: #DB36EF;
}
</style>
border-color css
<style>
span { border-color: #DB36EF; }
span { border-color: rgb(219,54,239); }
td.TdClassName
{
border-color: #DB36EF;
}
.TagClassName
{
border-color: #DB36EF;
}
</style>