Html Css Color HEX #DB51E2 Free Speech Magenta
📋 copy color: '#DB51E2'red 219 ◦ green 81 ◦ blue 226
Shades of Free Speech Magenta #DB51E2
Tints of Free Speech Magenta #DB51E2
RGB
CMYK
RGB Variations
Color information
#DB51E2 (or 0xDB51E2) is known color: Free Speech Magenta. HEX triplet: DB, 51 and E2. RGB value is (219,81,226). Sum of RGB (Red+Green+Blue) = 219+81+226=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB51E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51E2 is #24AE1D. Grayscale: #8A8A8A. Windows color (decimal): -2403870 or 14832091. OLE color: 14832091.
HSL color Cylindrical-coordinate representation of color #DB51E2: hue angle of 297.1º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB51E2 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 81 | 226 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.11 |
| HSL | 297.1º | 0.71% | 0.6% | - |
| HSV(B) | 297.1º | 0.64% | 0.89% | - |
| XYZ | 45.88 | 26.44 | 74.64 | - |
| YUV | 138.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 226 | 0.03 | 0.64 | 0 | 0.11 | 297.1 | 0.71 | 0.6 |
| Hex | DB | 51 | E2 | 3 | 40 | 0 | B | 129 | 47 | 3C |
| Octal | 333 | 121 | 342 | 3 | 100 | 0 | 13 | 451 | 107 | 74 |
| Binary | 11011011 | 1010001 | 11100010 | 11 | 1000000 | 0 | 1011 | 100101001 | 1000111 | 111100 |
Color Harmonies of #DB51E2
Complementary color
Monochromatic Colors of #DB51E2
Black with #DB51E2
Text Example
Text Example
White with #DB51E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51E2; }
p { color: rgb(219,81,226); }
H1.HeaderClassName
{
color: #DB51E2;
}
.AnyTagClassName
{
color: #DB51E2;
}
</style>
background-color css
<style>
a { background-color: #DB51E2; }
a { background-color: rgb(219,81,226); }
div.DivClassName
{
background-color: #DB51E2;
}
.BgClassName
{
background-color: #DB51E2;
}
</style>
border-color css
<style>
span { border-color: #DB51E2; }
span { border-color: rgb(219,81,226); }
td.TdClassName
{
border-color: #DB51E2;
}
.TagClassName
{
border-color: #DB51E2;
}
</style>