Html Css Color HEX #DB3BEE Free Speech Magenta
📋 copy color: '#DB3BEE'red 219 ◦ green 59 ◦ blue 238
Shades of Free Speech Magenta #DB3BEE
Tints of Free Speech Magenta #DB3BEE
RGB
CMYK
RGB Variations
Color information
#DB3BEE (or 0xDB3BEE) is known color: Free Speech Magenta. HEX triplet: DB, 3B and EE. RGB value is (219,59,238). Sum of RGB (Red+Green+Blue) = 219+59+238=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 59 (23.44% from 255 or 11.43% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB3BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3BEE is #24C411. Grayscale: #7E7E7E. Windows color (decimal): -2409490 or 15612891. OLE color: 15612891.
HSL color Cylindrical-coordinate representation of color #DB3BEE: hue angle of 293.63º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3BEE is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 59 | 238 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.07 |
| HSL | 293.63º | 0.84% | 0.58% | - |
| HSV(B) | 293.63º | 0.75% | 0.93% | - |
| XYZ | 46.21 | 24.36 | 83.16 | - |
| YUV | 127.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 238 | 0.08 | 0.75 | 0 | 0.07 | 293.63 | 0.84 | 0.58 |
| Hex | DB | 3B | EE | 8 | 4B | 0 | 7 | 126 | 54 | 3A |
| Octal | 333 | 73 | 356 | 10 | 113 | 0 | 7 | 446 | 124 | 72 |
| Binary | 11011011 | 111011 | 11101110 | 1000 | 1001011 | 0 | 111 | 100100110 | 1010100 | 111010 |
Color Harmonies of #DB3BEE
Complementary color
Monochromatic Colors of #DB3BEE
Black with #DB3BEE
Text Example
Text Example
White with #DB3BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BEE; }
p { color: rgb(219,59,238); }
H1.HeaderClassName
{
color: #DB3BEE;
}
.AnyTagClassName
{
color: #DB3BEE;
}
</style>
background-color css
<style>
a { background-color: #DB3BEE; }
a { background-color: rgb(219,59,238); }
div.DivClassName
{
background-color: #DB3BEE;
}
.BgClassName
{
background-color: #DB3BEE;
}
</style>
border-color css
<style>
span { border-color: #DB3BEE; }
span { border-color: rgb(219,59,238); }
td.TdClassName
{
border-color: #DB3BEE;
}
.TagClassName
{
border-color: #DB3BEE;
}
</style>