Html Css Color HEX #DA49DF Free Speech Magenta
📋 copy color: '#DA49DF'red 218 ◦ green 73 ◦ blue 223
Shades of Free Speech Magenta #DA49DF
Tints of Free Speech Magenta #DA49DF
RGB
CMYK
RGB Variations
Color information
#DA49DF (or 0xDA49DF) is known color: Free Speech Magenta. HEX triplet: DA, 49 and DF. RGB value is (218,73,223). Sum of RGB (Red+Green+Blue) = 218+73+223=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49DF is #25B620. Grayscale: #858585. Windows color (decimal): -2471457 or 14633434. OLE color: 14633434.
HSL color Cylindrical-coordinate representation of color #DA49DF: hue angle of 298º 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 #DA49DF is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 73 | 223 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.13 |
| HSL | 298º | 0.7% | 0.58% | - |
| HSV(B) | 298º | 0.67% | 0.87% | - |
| XYZ | 44.62 | 25 | 72.29 | - |
| YUV | 133.46 | 178.54 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 223 | 0.02 | 0.67 | 0 | 0.13 | 298 | 0.7 | 0.58 |
| Hex | DA | 49 | DF | 2 | 43 | 0 | D | 12A | 46 | 3A |
| Octal | 332 | 111 | 337 | 2 | 103 | 0 | 15 | 452 | 106 | 72 |
| Binary | 11011010 | 1001001 | 11011111 | 10 | 1000011 | 0 | 1101 | 100101010 | 1000110 | 111010 |
Color Harmonies of #DA49DF
Complementary color
Monochromatic Colors of #DA49DF
Black with #DA49DF
Text Example
Text Example
White with #DA49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49DF; }
p { color: rgb(218,73,223); }
H1.HeaderClassName
{
color: #DA49DF;
}
.AnyTagClassName
{
color: #DA49DF;
}
</style>
background-color css
<style>
a { background-color: #DA49DF; }
a { background-color: rgb(218,73,223); }
div.DivClassName
{
background-color: #DA49DF;
}
.BgClassName
{
background-color: #DA49DF;
}
</style>
border-color css
<style>
span { border-color: #DA49DF; }
span { border-color: rgb(218,73,223); }
td.TdClassName
{
border-color: #DA49DF;
}
.TagClassName
{
border-color: #DA49DF;
}
</style>