Html Css Color HEX #DB38EC Free Speech Magenta
📋 copy color: '#DB38EC'red 219 ◦ green 56 ◦ blue 236
Shades of Free Speech Magenta #DB38EC
Tints of Free Speech Magenta #DB38EC
RGB
CMYK
RGB Variations
Color information
#DB38EC (or 0xDB38EC) is known color: Free Speech Magenta. HEX triplet: DB, 38 and EC. RGB value is (219,56,236). Sum of RGB (Red+Green+Blue) = 219+56+236=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB38EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB38EC is #24C713. Grayscale: #7C7C7C. Windows color (decimal): -2410260 or 15481051. OLE color: 15481051.
HSL color Cylindrical-coordinate representation of color #DB38EC: hue angle of 294.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB38EC is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 56 | 236 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.07 |
| HSL | 294.33º | 0.83% | 0.57% | - |
| HSV(B) | 294.33º | 0.76% | 0.93% | - |
| XYZ | 45.77 | 23.94 | 81.57 | - |
| YUV | 125.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 236 | 0.07 | 0.76 | 0 | 0.07 | 294.33 | 0.83 | 0.57 |
| Hex | DB | 38 | EC | 7 | 4C | 0 | 7 | 126 | 53 | 39 |
| Octal | 333 | 70 | 354 | 7 | 114 | 0 | 7 | 446 | 123 | 71 |
| Binary | 11011011 | 111000 | 11101100 | 111 | 1001100 | 0 | 111 | 100100110 | 1010011 | 111001 |
Color Harmonies of #DB38EC
Complementary color
Monochromatic Colors of #DB38EC
Black with #DB38EC
Text Example
Text Example
White with #DB38EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38EC; }
p { color: rgb(219,56,236); }
H1.HeaderClassName
{
color: #DB38EC;
}
.AnyTagClassName
{
color: #DB38EC;
}
</style>
background-color css
<style>
a { background-color: #DB38EC; }
a { background-color: rgb(219,56,236); }
div.DivClassName
{
background-color: #DB38EC;
}
.BgClassName
{
background-color: #DB38EC;
}
</style>
border-color css
<style>
span { border-color: #DB38EC; }
span { border-color: rgb(219,56,236); }
td.TdClassName
{
border-color: #DB38EC;
}
.TagClassName
{
border-color: #DB38EC;
}
</style>