Html Css Color HEX #DA50DF Free Speech Magenta
📋 copy color: '#DA50DF'red 218 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #DA50DF
Tints of Free Speech Magenta #DA50DF
RGB
CMYK
RGB Variations
Color information
#DA50DF (or 0xDA50DF) is known color: Free Speech Magenta. HEX triplet: DA, 50 and DF. RGB value is (218,80,223). Sum of RGB (Red+Green+Blue) = 218+80+223=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50DF is #25AF20. Grayscale: #898989. Windows color (decimal): -2469665 or 14635226. OLE color: 14635226.
HSL color Cylindrical-coordinate representation of color #DA50DF: hue angle of 297.9º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA50DF is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 80 | 223 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.13 |
| HSL | 297.9º | 0.69% | 0.59% | - |
| HSV(B) | 297.9º | 0.64% | 0.87% | - |
| XYZ | 45.1 | 25.97 | 72.45 | - |
| YUV | 137.56 | 176.22 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 223 | 0.02 | 0.64 | 0 | 0.13 | 297.9 | 0.69 | 0.59 |
| Hex | DA | 50 | DF | 2 | 40 | 0 | D | 12A | 45 | 3B |
| Octal | 332 | 120 | 337 | 2 | 100 | 0 | 15 | 452 | 105 | 73 |
| Binary | 11011010 | 1010000 | 11011111 | 10 | 1000000 | 0 | 1101 | 100101010 | 1000101 | 111011 |
Color Harmonies of #DA50DF
Complementary color
Monochromatic Colors of #DA50DF
Black with #DA50DF
Text Example
Text Example
White with #DA50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA50DF; }
p { color: rgb(218,80,223); }
H1.HeaderClassName
{
color: #DA50DF;
}
.AnyTagClassName
{
color: #DA50DF;
}
</style>
background-color css
<style>
a { background-color: #DA50DF; }
a { background-color: rgb(218,80,223); }
div.DivClassName
{
background-color: #DA50DF;
}
.BgClassName
{
background-color: #DA50DF;
}
</style>
border-color css
<style>
span { border-color: #DA50DF; }
span { border-color: rgb(218,80,223); }
td.TdClassName
{
border-color: #DA50DF;
}
.TagClassName
{
border-color: #DA50DF;
}
</style>