Html Css Color HEX #DB49DF Free Speech Magenta
📋 copy color: '#DB49DF'red 219 ◦ green 73 ◦ blue 223
Shades of Free Speech Magenta #DB49DF
Tints of Free Speech Magenta #DB49DF
RGB
CMYK
RGB Variations
Color information
#DB49DF (or 0xDB49DF) is known color: Free Speech Magenta. HEX triplet: DB, 49 and DF. RGB value is (219,73,223). Sum of RGB (Red+Green+Blue) = 219+73+223=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49DF is #24B620. Grayscale: #858585. Windows color (decimal): -2405921 or 14633435. OLE color: 14633435.
HSL color Cylindrical-coordinate representation of color #DB49DF: hue angle of 298.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB49DF is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 73 | 223 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.13 |
| HSL | 298.4º | 0.7% | 0.58% | - |
| HSV(B) | 298.4º | 0.67% | 0.87% | - |
| XYZ | 44.92 | 25.15 | 72.3 | - |
| YUV | 133.75 | 178.37 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 223 | 0.02 | 0.67 | 0 | 0.13 | 298.4 | 0.7 | 0.58 |
| Hex | DB | 49 | DF | 2 | 43 | 0 | D | 12A | 46 | 3A |
| Octal | 333 | 111 | 337 | 2 | 103 | 0 | 15 | 452 | 106 | 72 |
| Binary | 11011011 | 1001001 | 11011111 | 10 | 1000011 | 0 | 1101 | 100101010 | 1000110 | 111010 |
Color Harmonies of #DB49DF
Complementary color
Monochromatic Colors of #DB49DF
Black with #DB49DF
Text Example
Text Example
White with #DB49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49DF; }
p { color: rgb(219,73,223); }
H1.HeaderClassName
{
color: #DB49DF;
}
.AnyTagClassName
{
color: #DB49DF;
}
</style>
background-color css
<style>
a { background-color: #DB49DF; }
a { background-color: rgb(219,73,223); }
div.DivClassName
{
background-color: #DB49DF;
}
.BgClassName
{
background-color: #DB49DF;
}
</style>
border-color css
<style>
span { border-color: #DB49DF; }
span { border-color: rgb(219,73,223); }
td.TdClassName
{
border-color: #DB49DF;
}
.TagClassName
{
border-color: #DB49DF;
}
</style>