Html Css Color HEX #DB2FE4 Free Speech Magenta
📋 copy color: '#DB2FE4'red 219 ◦ green 47 ◦ blue 228
Shades of Free Speech Magenta #DB2FE4
Tints of Free Speech Magenta #DB2FE4
RGB
CMYK
RGB Variations
Color information
#DB2FE4 (or 0xDB2FE4) is known color: Free Speech Magenta. HEX triplet: DB, 2F and E4. RGB value is (219,47,228). Sum of RGB (Red+Green+Blue) = 219+47+228=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB2FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FE4 is #24D01B. Grayscale: #767676. Windows color (decimal): -2412572 or 14954459. OLE color: 14954459.
HSL color Cylindrical-coordinate representation of color #DB2FE4: hue angle of 297.02º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2FE4 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 47 | 228 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.11 |
| HSL | 297.02º | 0.77% | 0.54% | - |
| HSV(B) | 297.02º | 0.79% | 0.89% | - |
| XYZ | 44.23 | 22.69 | 75.45 | - |
| YUV | 119.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 228 | 0.04 | 0.79 | 0 | 0.11 | 297.02 | 0.77 | 0.54 |
| Hex | DB | 2F | E4 | 4 | 4F | 0 | B | 129 | 4D | 36 |
| Octal | 333 | 57 | 344 | 4 | 117 | 0 | 13 | 451 | 115 | 66 |
| Binary | 11011011 | 101111 | 11100100 | 100 | 1001111 | 0 | 1011 | 100101001 | 1001101 | 110110 |
Color Harmonies of #DB2FE4
Complementary color
Monochromatic Colors of #DB2FE4
Black with #DB2FE4
Text Example
Text Example
White with #DB2FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FE4; }
p { color: rgb(219,47,228); }
H1.HeaderClassName
{
color: #DB2FE4;
}
.AnyTagClassName
{
color: #DB2FE4;
}
</style>
background-color css
<style>
a { background-color: #DB2FE4; }
a { background-color: rgb(219,47,228); }
div.DivClassName
{
background-color: #DB2FE4;
}
.BgClassName
{
background-color: #DB2FE4;
}
</style>
border-color css
<style>
span { border-color: #DB2FE4; }
span { border-color: rgb(219,47,228); }
td.TdClassName
{
border-color: #DB2FE4;
}
.TagClassName
{
border-color: #DB2FE4;
}
</style>