Html Css Color HEX #DB3EF0 Free Speech Magenta
📋 copy color: '#DB3EF0'red 219 ◦ green 62 ◦ blue 240
Shades of Free Speech Magenta #DB3EF0
Tints of Free Speech Magenta #DB3EF0
RGB
CMYK
RGB Variations
Color information
#DB3EF0 (or 0xDB3EF0) is known color: Free Speech Magenta. HEX triplet: DB, 3E and F0. RGB value is (219,62,240). Sum of RGB (Red+Green+Blue) = 219+62+240=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 62 (24.61% from 255 or 11.90% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB3EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3EF0 is #24C10F. Grayscale: #808080. Windows color (decimal): -2408720 or 15744731. OLE color: 15744731.
HSL color Cylindrical-coordinate representation of color #DB3EF0: hue angle of 292.92º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3EF0 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 62 | 240 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.06 |
| HSL | 292.92º | 0.86% | 0.59% | - |
| HSV(B) | 292.92º | 0.74% | 0.94% | - |
| XYZ | 46.66 | 24.8 | 84.76 | - |
| YUV | 129.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 240 | 0.09 | 0.74 | 0 | 0.06 | 292.92 | 0.86 | 0.59 |
| Hex | DB | 3E | F0 | 9 | 4A | 0 | 6 | 125 | 56 | 3B |
| Octal | 333 | 76 | 360 | 11 | 112 | 0 | 6 | 445 | 126 | 73 |
| Binary | 11011011 | 111110 | 11110000 | 1001 | 1001010 | 0 | 110 | 100100101 | 1010110 | 111011 |
Color Harmonies of #DB3EF0
Complementary color
Monochromatic Colors of #DB3EF0
Black with #DB3EF0
Text Example
Text Example
White with #DB3EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EF0; }
p { color: rgb(219,62,240); }
H1.HeaderClassName
{
color: #DB3EF0;
}
.AnyTagClassName
{
color: #DB3EF0;
}
</style>
background-color css
<style>
a { background-color: #DB3EF0; }
a { background-color: rgb(219,62,240); }
div.DivClassName
{
background-color: #DB3EF0;
}
.BgClassName
{
background-color: #DB3EF0;
}
</style>
border-color css
<style>
span { border-color: #DB3EF0; }
span { border-color: rgb(219,62,240); }
td.TdClassName
{
border-color: #DB3EF0;
}
.TagClassName
{
border-color: #DB3EF0;
}
</style>