Html Css Color HEX #DB2FDF Free Speech Magenta
📋 copy color: '#DB2FDF'red 219 ◦ green 47 ◦ blue 223
Shades of Free Speech Magenta #DB2FDF
Tints of Free Speech Magenta #DB2FDF
RGB
CMYK
RGB Variations
Color information
#DB2FDF (or 0xDB2FDF) is known color: Free Speech Magenta. HEX triplet: DB, 2F and DF. RGB value is (219,47,223). Sum of RGB (Red+Green+Blue) = 219+47+223=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB2FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FDF is #24D020. Grayscale: #757575. Windows color (decimal): -2412577 or 14626779. OLE color: 14626779.
HSL color Cylindrical-coordinate representation of color #DB2FDF: hue angle of 298.64º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2FDF is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 47 | 223 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.13 |
| HSL | 298.64º | 0.73% | 0.53% | - |
| HSV(B) | 298.64º | 0.79% | 0.87% | - |
| XYZ | 43.55 | 22.42 | 71.84 | - |
| YUV | 118.49 | 186.98 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 223 | 0.02 | 0.79 | 0 | 0.13 | 298.64 | 0.73 | 0.53 |
| Hex | DB | 2F | DF | 2 | 4F | 0 | D | 12B | 49 | 35 |
| Octal | 333 | 57 | 337 | 2 | 117 | 0 | 15 | 453 | 111 | 65 |
| Binary | 11011011 | 101111 | 11011111 | 10 | 1001111 | 0 | 1101 | 100101011 | 1001001 | 110101 |
Color Harmonies of #DB2FDF
Complementary color
Monochromatic Colors of #DB2FDF
Black with #DB2FDF
Text Example
Text Example
White with #DB2FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2FDF; }
p { color: rgb(219,47,223); }
H1.HeaderClassName
{
color: #DB2FDF;
}
.AnyTagClassName
{
color: #DB2FDF;
}
</style>
background-color css
<style>
a { background-color: #DB2FDF; }
a { background-color: rgb(219,47,223); }
div.DivClassName
{
background-color: #DB2FDF;
}
.BgClassName
{
background-color: #DB2FDF;
}
</style>
border-color css
<style>
span { border-color: #DB2FDF; }
span { border-color: rgb(219,47,223); }
td.TdClassName
{
border-color: #DB2FDF;
}
.TagClassName
{
border-color: #DB2FDF;
}
</style>