Html Css Color HEX #DB4EF1 Free Speech Magenta
📋 copy color: '#DB4EF1'red 219 ◦ green 78 ◦ blue 241
Shades of Free Speech Magenta #DB4EF1
Tints of Free Speech Magenta #DB4EF1
RGB
CMYK
RGB Variations
Color information
#DB4EF1 (or 0xDB4EF1) is known color: Free Speech Magenta. HEX triplet: DB, 4E and F1. RGB value is (219,78,241). Sum of RGB (Red+Green+Blue) = 219+78+241=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 78 (30.86% from 255 or 14.50% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB4EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4EF1 is #24B10E. Grayscale: #8A8A8A. Windows color (decimal): -2404623 or 15814363. OLE color: 15814363.
HSL color Cylindrical-coordinate representation of color #DB4EF1: hue angle of 291.9º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4EF1 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 78 | 241 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.05 |
| HSL | 291.9º | 0.85% | 0.63% | - |
| HSV(B) | 291.9º | 0.68% | 0.95% | - |
| XYZ | 47.81 | 26.86 | 85.88 | - |
| YUV | 138.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 241 | 0.09 | 0.68 | 0 | 0.05 | 291.9 | 0.85 | 0.63 |
| Hex | DB | 4E | F1 | 9 | 44 | 0 | 5 | 124 | 55 | 3F |
| Octal | 333 | 116 | 361 | 11 | 104 | 0 | 5 | 444 | 125 | 77 |
| Binary | 11011011 | 1001110 | 11110001 | 1001 | 1000100 | 0 | 101 | 100100100 | 1010101 | 111111 |
Color Harmonies of #DB4EF1
Complementary color
Monochromatic Colors of #DB4EF1
Black with #DB4EF1
Text Example
Text Example
White with #DB4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EF1; }
p { color: rgb(219,78,241); }
H1.HeaderClassName
{
color: #DB4EF1;
}
.AnyTagClassName
{
color: #DB4EF1;
}
</style>
background-color css
<style>
a { background-color: #DB4EF1; }
a { background-color: rgb(219,78,241); }
div.DivClassName
{
background-color: #DB4EF1;
}
.BgClassName
{
background-color: #DB4EF1;
}
</style>
border-color css
<style>
span { border-color: #DB4EF1; }
span { border-color: rgb(219,78,241); }
td.TdClassName
{
border-color: #DB4EF1;
}
.TagClassName
{
border-color: #DB4EF1;
}
</style>