Html Css Color HEX #DB2FE1 Free Speech Magenta
📋 copy color: '#DB2FE1'red 219 ◦ green 47 ◦ blue 225
Shades of Free Speech Magenta #DB2FE1
Tints of Free Speech Magenta #DB2FE1
RGB
CMYK
RGB Variations
Color information
#DB2FE1 (or 0xDB2FE1) is known color: Free Speech Magenta. HEX triplet: DB, 2F and E1. RGB value is (219,47,225). Sum of RGB (Red+Green+Blue) = 219+47+225=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB2FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FE1 is #24D01E. Grayscale: #767676. Windows color (decimal): -2412575 or 14757851. OLE color: 14757851.
HSL color Cylindrical-coordinate representation of color #DB2FE1: hue angle of 297.98º degrees, saturation: 0.75, 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 #DB2FE1 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 47 | 225 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.12 |
| HSL | 297.98º | 0.75% | 0.53% | - |
| HSV(B) | 297.98º | 0.79% | 0.88% | - |
| XYZ | 43.82 | 22.53 | 73.27 | - |
| YUV | 118.72 | 187.98 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 225 | 0.03 | 0.79 | 0 | 0.12 | 297.98 | 0.75 | 0.53 |
| Hex | DB | 2F | E1 | 3 | 4F | 0 | C | 12A | 4B | 35 |
| Octal | 333 | 57 | 341 | 3 | 117 | 0 | 14 | 452 | 113 | 65 |
| Binary | 11011011 | 101111 | 11100001 | 11 | 1001111 | 0 | 1100 | 100101010 | 1001011 | 110101 |
Color Harmonies of #DB2FE1
Complementary color
Monochromatic Colors of #DB2FE1
Black with #DB2FE1
Text Example
Text Example
White with #DB2FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FE1; }
p { color: rgb(219,47,225); }
H1.HeaderClassName
{
color: #DB2FE1;
}
.AnyTagClassName
{
color: #DB2FE1;
}
</style>
background-color css
<style>
a { background-color: #DB2FE1; }
a { background-color: rgb(219,47,225); }
div.DivClassName
{
background-color: #DB2FE1;
}
.BgClassName
{
background-color: #DB2FE1;
}
</style>
border-color css
<style>
span { border-color: #DB2FE1; }
span { border-color: rgb(219,47,225); }
td.TdClassName
{
border-color: #DB2FE1;
}
.TagClassName
{
border-color: #DB2FE1;
}
</style>