Html Css Color HEX #DB4FEC Free Speech Magenta
📋 copy color: '#DB4FEC'red 219 ◦ green 79 ◦ blue 236
Shades of Free Speech Magenta #DB4FEC
Tints of Free Speech Magenta #DB4FEC
RGB
CMYK
RGB Variations
Color information
#DB4FEC (or 0xDB4FEC) is known color: Free Speech Magenta. HEX triplet: DB, 4F and EC. RGB value is (219,79,236). Sum of RGB (Red+Green+Blue) = 219+79+236=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 79 (31.25% from 255 or 14.79% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB4FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4FEC is #24B013. Grayscale: #8A8A8A. Windows color (decimal): -2404372 or 15486939. OLE color: 15486939.
HSL color Cylindrical-coordinate representation of color #DB4FEC: hue angle of 293.5º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4FEC is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 79 | 236 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.07 |
| HSL | 293.5º | 0.81% | 0.62% | - |
| HSV(B) | 293.5º | 0.67% | 0.93% | - |
| XYZ | 47.15 | 26.71 | 82.03 | - |
| YUV | 138.76 | 182.88 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 236 | 0.07 | 0.67 | 0 | 0.07 | 293.5 | 0.81 | 0.62 |
| Hex | DB | 4F | EC | 7 | 43 | 0 | 7 | 126 | 51 | 3E |
| Octal | 333 | 117 | 354 | 7 | 103 | 0 | 7 | 446 | 121 | 76 |
| Binary | 11011011 | 1001111 | 11101100 | 111 | 1000011 | 0 | 111 | 100100110 | 1010001 | 111110 |
Color Harmonies of #DB4FEC
Complementary color
Monochromatic Colors of #DB4FEC
Black with #DB4FEC
Text Example
Text Example
White with #DB4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FEC; }
p { color: rgb(219,79,236); }
H1.HeaderClassName
{
color: #DB4FEC;
}
.AnyTagClassName
{
color: #DB4FEC;
}
</style>
background-color css
<style>
a { background-color: #DB4FEC; }
a { background-color: rgb(219,79,236); }
div.DivClassName
{
background-color: #DB4FEC;
}
.BgClassName
{
background-color: #DB4FEC;
}
</style>
border-color css
<style>
span { border-color: #DB4FEC; }
span { border-color: rgb(219,79,236); }
td.TdClassName
{
border-color: #DB4FEC;
}
.TagClassName
{
border-color: #DB4FEC;
}
</style>