Html Css Color HEX #DB2FE0 Free Speech Magenta
📋 copy color: '#DB2FE0'red 219 ◦ green 47 ◦ blue 224
Shades of Free Speech Magenta #DB2FE0
Tints of Free Speech Magenta #DB2FE0
RGB
CMYK
RGB Variations
Color information
#DB2FE0 (or 0xDB2FE0) is known color: Free Speech Magenta. HEX triplet: DB, 2F and E0. RGB value is (219,47,224). Sum of RGB (Red+Green+Blue) = 219+47+224=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB2FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FE0 is #24D01F. Grayscale: #767676. Windows color (decimal): -2412576 or 14692315. OLE color: 14692315.
HSL color Cylindrical-coordinate representation of color #DB2FE0: hue angle of 298.31º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2FE0 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 47 | 224 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.12 |
| HSL | 298.31º | 0.74% | 0.53% | - |
| HSV(B) | 298.31º | 0.79% | 0.88% | - |
| XYZ | 43.68 | 22.47 | 72.56 | - |
| YUV | 118.61 | 187.48 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 224 | 0.02 | 0.79 | 0 | 0.12 | 298.31 | 0.74 | 0.53 |
| Hex | DB | 2F | E0 | 2 | 4F | 0 | C | 12A | 4A | 35 |
| Octal | 333 | 57 | 340 | 2 | 117 | 0 | 14 | 452 | 112 | 65 |
| Binary | 11011011 | 101111 | 11100000 | 10 | 1001111 | 0 | 1100 | 100101010 | 1001010 | 110101 |
Color Harmonies of #DB2FE0
Complementary color
Monochromatic Colors of #DB2FE0
Black with #DB2FE0
Text Example
Text Example
White with #DB2FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FE0; }
p { color: rgb(219,47,224); }
H1.HeaderClassName
{
color: #DB2FE0;
}
.AnyTagClassName
{
color: #DB2FE0;
}
</style>
background-color css
<style>
a { background-color: #DB2FE0; }
a { background-color: rgb(219,47,224); }
div.DivClassName
{
background-color: #DB2FE0;
}
.BgClassName
{
background-color: #DB2FE0;
}
</style>
border-color css
<style>
span { border-color: #DB2FE0; }
span { border-color: rgb(219,47,224); }
td.TdClassName
{
border-color: #DB2FE0;
}
.TagClassName
{
border-color: #DB2FE0;
}
</style>