Html Css Color HEX #DA40EE Free Speech Magenta
📋 copy color: '#DA40EE'red 218 ◦ green 64 ◦ blue 238
Shades of Free Speech Magenta #DA40EE
Tints of Free Speech Magenta #DA40EE
RGB
CMYK
RGB Variations
Color information
#DA40EE (or 0xDA40EE) is known color: Free Speech Magenta. HEX triplet: DA, 40 and EE. RGB value is (218,64,238). Sum of RGB (Red+Green+Blue) = 218+64+238=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA40EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA40EE is #25BF11. Grayscale: #818181. Windows color (decimal): -2473746 or 15614170. OLE color: 15614170.
HSL color Cylindrical-coordinate representation of color #DA40EE: hue angle of 293.1º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA40EE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 64 | 238 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.07 |
| HSL | 293.1º | 0.84% | 0.59% | - |
| HSV(B) | 293.1º | 0.73% | 0.93% | - |
| XYZ | 46.18 | 24.75 | 83.23 | - |
| YUV | 129.88 | 189.02 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 238 | 0.08 | 0.73 | 0 | 0.07 | 293.1 | 0.84 | 0.59 |
| Hex | DA | 40 | EE | 8 | 49 | 0 | 7 | 125 | 54 | 3B |
| Octal | 332 | 100 | 356 | 10 | 111 | 0 | 7 | 445 | 124 | 73 |
| Binary | 11011010 | 1000000 | 11101110 | 1000 | 1001001 | 0 | 111 | 100100101 | 1010100 | 111011 |
Color Harmonies of #DA40EE
Complementary color
Monochromatic Colors of #DA40EE
Black with #DA40EE
Text Example
Text Example
White with #DA40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40EE; }
p { color: rgb(218,64,238); }
H1.HeaderClassName
{
color: #DA40EE;
}
.AnyTagClassName
{
color: #DA40EE;
}
</style>
background-color css
<style>
a { background-color: #DA40EE; }
a { background-color: rgb(218,64,238); }
div.DivClassName
{
background-color: #DA40EE;
}
.BgClassName
{
background-color: #DA40EE;
}
</style>
border-color css
<style>
span { border-color: #DA40EE; }
span { border-color: rgb(218,64,238); }
td.TdClassName
{
border-color: #DA40EE;
}
.TagClassName
{
border-color: #DA40EE;
}
</style>