Html Css Color HEX #DA40DF Free Speech Magenta
📋 copy color: '#DA40DF'red 218 ◦ green 64 ◦ blue 223
Shades of Free Speech Magenta #DA40DF
Tints of Free Speech Magenta #DA40DF
RGB
CMYK
RGB Variations
Color information
#DA40DF (or 0xDA40DF) is known color: Free Speech Magenta. HEX triplet: DA, 40 and DF. RGB value is (218,64,223). Sum of RGB (Red+Green+Blue) = 218+64+223=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA40DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40DF is #25BF20. Grayscale: #7F7F7F. Windows color (decimal): -2473761 or 14631130. OLE color: 14631130.
HSL color Cylindrical-coordinate representation of color #DA40DF: hue angle of 298.11º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40DF is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 64 | 223 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.13 |
| HSL | 298.11º | 0.71% | 0.56% | - |
| HSV(B) | 298.11º | 0.71% | 0.87% | - |
| XYZ | 44.07 | 23.9 | 72.1 | - |
| YUV | 128.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 223 | 0.02 | 0.71 | 0 | 0.13 | 298.11 | 0.71 | 0.56 |
| Hex | DA | 40 | DF | 2 | 47 | 0 | D | 12A | 47 | 38 |
| Octal | 332 | 100 | 337 | 2 | 107 | 0 | 15 | 452 | 107 | 70 |
| Binary | 11011010 | 1000000 | 11011111 | 10 | 1000111 | 0 | 1101 | 100101010 | 1000111 | 111000 |
Color Harmonies of #DA40DF
Complementary color
Monochromatic Colors of #DA40DF
Black with #DA40DF
Text Example
Text Example
White with #DA40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40DF; }
p { color: rgb(218,64,223); }
H1.HeaderClassName
{
color: #DA40DF;
}
.AnyTagClassName
{
color: #DA40DF;
}
</style>
background-color css
<style>
a { background-color: #DA40DF; }
a { background-color: rgb(218,64,223); }
div.DivClassName
{
background-color: #DA40DF;
}
.BgClassName
{
background-color: #DA40DF;
}
</style>
border-color css
<style>
span { border-color: #DA40DF; }
span { border-color: rgb(218,64,223); }
td.TdClassName
{
border-color: #DA40DF;
}
.TagClassName
{
border-color: #DA40DF;
}
</style>