Html Css Color HEX #DB4DEC Free Speech Magenta
📋 copy color: '#DB4DEC'red 219 ◦ green 77 ◦ blue 236
Shades of Free Speech Magenta #DB4DEC
Tints of Free Speech Magenta #DB4DEC
RGB
CMYK
RGB Variations
Color information
#DB4DEC (or 0xDB4DEC) is known color: Free Speech Magenta. HEX triplet: DB, 4D and EC. RGB value is (219,77,236). Sum of RGB (Red+Green+Blue) = 219+77+236=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 77 (30.47% from 255 or 14.47% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB4DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DEC is #24B213. Grayscale: #898989. Windows color (decimal): -2404884 or 15486427. OLE color: 15486427.
HSL color Cylindrical-coordinate representation of color #DB4DEC: hue angle of 293.58º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4DEC is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 77 | 236 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.07 |
| HSL | 293.58º | 0.81% | 0.61% | - |
| HSV(B) | 293.58º | 0.67% | 0.93% | - |
| XYZ | 47.01 | 26.42 | 81.98 | - |
| YUV | 137.58 | 183.54 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 236 | 0.07 | 0.67 | 0 | 0.07 | 293.58 | 0.81 | 0.61 |
| Hex | DB | 4D | EC | 7 | 43 | 0 | 7 | 126 | 51 | 3D |
| Octal | 333 | 115 | 354 | 7 | 103 | 0 | 7 | 446 | 121 | 75 |
| Binary | 11011011 | 1001101 | 11101100 | 111 | 1000011 | 0 | 111 | 100100110 | 1010001 | 111101 |
Color Harmonies of #DB4DEC
Complementary color
Monochromatic Colors of #DB4DEC
Black with #DB4DEC
Text Example
Text Example
White with #DB4DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DEC; }
p { color: rgb(219,77,236); }
H1.HeaderClassName
{
color: #DB4DEC;
}
.AnyTagClassName
{
color: #DB4DEC;
}
</style>
background-color css
<style>
a { background-color: #DB4DEC; }
a { background-color: rgb(219,77,236); }
div.DivClassName
{
background-color: #DB4DEC;
}
.BgClassName
{
background-color: #DB4DEC;
}
</style>
border-color css
<style>
span { border-color: #DB4DEC; }
span { border-color: rgb(219,77,236); }
td.TdClassName
{
border-color: #DB4DEC;
}
.TagClassName
{
border-color: #DB4DEC;
}
</style>