Html Css Color HEX #DB3EEC Free Speech Magenta
📋 copy color: '#DB3EEC'red 219 ◦ green 62 ◦ blue 236
Shades of Free Speech Magenta #DB3EEC
Tints of Free Speech Magenta #DB3EEC
RGB
CMYK
RGB Variations
Color information
#DB3EEC (or 0xDB3EEC) is known color: Free Speech Magenta. HEX triplet: DB, 3E and EC. RGB value is (219,62,236). Sum of RGB (Red+Green+Blue) = 219+62+236=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 62 (24.61% from 255 or 11.99% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB3EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3EEC is #24C113. Grayscale: #808080. Windows color (decimal): -2408724 or 15482587. OLE color: 15482587.
HSL color Cylindrical-coordinate representation of color #DB3EEC: hue angle of 294.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3EEC is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 62 | 236 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.07 |
| HSL | 294.14º | 0.82% | 0.58% | - |
| HSV(B) | 294.14º | 0.74% | 0.93% | - |
| XYZ | 46.08 | 24.56 | 81.67 | - |
| YUV | 128.78 | 188.51 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 236 | 0.07 | 0.74 | 0 | 0.07 | 294.14 | 0.82 | 0.58 |
| Hex | DB | 3E | EC | 7 | 4A | 0 | 7 | 126 | 52 | 3A |
| Octal | 333 | 76 | 354 | 7 | 112 | 0 | 7 | 446 | 122 | 72 |
| Binary | 11011011 | 111110 | 11101100 | 111 | 1001010 | 0 | 111 | 100100110 | 1010010 | 111010 |
Color Harmonies of #DB3EEC
Complementary color
Monochromatic Colors of #DB3EEC
Black with #DB3EEC
Text Example
Text Example
White with #DB3EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EEC; }
p { color: rgb(219,62,236); }
H1.HeaderClassName
{
color: #DB3EEC;
}
.AnyTagClassName
{
color: #DB3EEC;
}
</style>
background-color css
<style>
a { background-color: #DB3EEC; }
a { background-color: rgb(219,62,236); }
div.DivClassName
{
background-color: #DB3EEC;
}
.BgClassName
{
background-color: #DB3EEC;
}
</style>
border-color css
<style>
span { border-color: #DB3EEC; }
span { border-color: rgb(219,62,236); }
td.TdClassName
{
border-color: #DB3EEC;
}
.TagClassName
{
border-color: #DB3EEC;
}
</style>