Html Css Color HEX #DB3EED Free Speech Magenta
📋 copy color: '#DB3EED'red 219 ◦ green 62 ◦ blue 237
Shades of Free Speech Magenta #DB3EED
Tints of Free Speech Magenta #DB3EED
RGB
CMYK
RGB Variations
Color information
#DB3EED (or 0xDB3EED) is known color: Free Speech Magenta. HEX triplet: DB, 3E and ED. RGB value is (219,62,237). Sum of RGB (Red+Green+Blue) = 219+62+237=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 62 (24.61% from 255 or 11.97% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB3EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3EED is #24C112. Grayscale: #808080. Windows color (decimal): -2408723 or 15548123. OLE color: 15548123.
HSL color Cylindrical-coordinate representation of color #DB3EED: hue angle of 293.83º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3EED is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 62 | 237 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.07 |
| HSL | 293.83º | 0.83% | 0.59% | - |
| HSV(B) | 293.83º | 0.74% | 0.93% | - |
| XYZ | 46.22 | 24.62 | 82.44 | - |
| YUV | 128.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 237 | 0.08 | 0.74 | 0 | 0.07 | 293.83 | 0.83 | 0.59 |
| Hex | DB | 3E | ED | 8 | 4A | 0 | 7 | 126 | 53 | 3B |
| Octal | 333 | 76 | 355 | 10 | 112 | 0 | 7 | 446 | 123 | 73 |
| Binary | 11011011 | 111110 | 11101101 | 1000 | 1001010 | 0 | 111 | 100100110 | 1010011 | 111011 |
Color Harmonies of #DB3EED
Complementary color
Monochromatic Colors of #DB3EED
Black with #DB3EED
Text Example
Text Example
White with #DB3EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EED; }
p { color: rgb(219,62,237); }
H1.HeaderClassName
{
color: #DB3EED;
}
.AnyTagClassName
{
color: #DB3EED;
}
</style>
background-color css
<style>
a { background-color: #DB3EED; }
a { background-color: rgb(219,62,237); }
div.DivClassName
{
background-color: #DB3EED;
}
.BgClassName
{
background-color: #DB3EED;
}
</style>
border-color css
<style>
span { border-color: #DB3EED; }
span { border-color: rgb(219,62,237); }
td.TdClassName
{
border-color: #DB3EED;
}
.TagClassName
{
border-color: #DB3EED;
}
</style>