Html Css Color HEX #DB51E4 Free Speech Magenta
📋 copy color: '#DB51E4'red 219 ◦ green 81 ◦ blue 228
Shades of Free Speech Magenta #DB51E4
Tints of Free Speech Magenta #DB51E4
RGB
CMYK
RGB Variations
Color information
#DB51E4 (or 0xDB51E4) is known color: Free Speech Magenta. HEX triplet: DB, 51 and E4. RGB value is (219,81,228). Sum of RGB (Red+Green+Blue) = 219+81+228=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB51E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51E4 is #24AE1B. Grayscale: #8A8A8A. Windows color (decimal): -2403868 or 14963163. OLE color: 14963163.
HSL color Cylindrical-coordinate representation of color #DB51E4: hue angle of 296.33º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB51E4 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 81 | 228 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.11 |
| HSL | 296.33º | 0.73% | 0.61% | - |
| HSV(B) | 296.33º | 0.64% | 0.89% | - |
| XYZ | 46.16 | 26.55 | 76.09 | - |
| YUV | 139.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 228 | 0.04 | 0.64 | 0 | 0.11 | 296.33 | 0.73 | 0.61 |
| Hex | DB | 51 | E4 | 4 | 40 | 0 | B | 128 | 49 | 3D |
| Octal | 333 | 121 | 344 | 4 | 100 | 0 | 13 | 450 | 111 | 75 |
| Binary | 11011011 | 1010001 | 11100100 | 100 | 1000000 | 0 | 1011 | 100101000 | 1001001 | 111101 |
Color Harmonies of #DB51E4
Complementary color
Monochromatic Colors of #DB51E4
Black with #DB51E4
Text Example
Text Example
White with #DB51E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51E4; }
p { color: rgb(219,81,228); }
H1.HeaderClassName
{
color: #DB51E4;
}
.AnyTagClassName
{
color: #DB51E4;
}
</style>
background-color css
<style>
a { background-color: #DB51E4; }
a { background-color: rgb(219,81,228); }
div.DivClassName
{
background-color: #DB51E4;
}
.BgClassName
{
background-color: #DB51E4;
}
</style>
border-color css
<style>
span { border-color: #DB51E4; }
span { border-color: rgb(219,81,228); }
td.TdClassName
{
border-color: #DB51E4;
}
.TagClassName
{
border-color: #DB51E4;
}
</style>