Html Css Color HEX #DA40E5 Free Speech Magenta
📋 copy color: '#DA40E5'red 218 ◦ green 64 ◦ blue 229
Shades of Free Speech Magenta #DA40E5
Tints of Free Speech Magenta #DA40E5
RGB
CMYK
RGB Variations
Color information
#DA40E5 (or 0xDA40E5) is known color: Free Speech Magenta. HEX triplet: DA, 40 and E5. RGB value is (218,64,229). Sum of RGB (Red+Green+Blue) = 218+64+229=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA40E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40E5 is #25BF1A. Grayscale: #808080. Windows color (decimal): -2473755 or 15024346. OLE color: 15024346.
HSL color Cylindrical-coordinate representation of color #DA40E5: hue angle of 296º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA40E5 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 64 | 229 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.10 |
| HSL | 296º | 0.76% | 0.57% | - |
| HSV(B) | 296º | 0.72% | 0.9% | - |
| XYZ | 44.89 | 24.23 | 76.44 | - |
| YUV | 128.86 | 184.52 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 229 | 0.05 | 0.72 | 0 | 0.10 | 296 | 0.76 | 0.57 |
| Hex | DA | 40 | E5 | 5 | 48 | 0 | A | 128 | 4C | 39 |
| Octal | 332 | 100 | 345 | 5 | 110 | 0 | 12 | 450 | 114 | 71 |
| Binary | 11011010 | 1000000 | 11100101 | 101 | 1001000 | 0 | 1010 | 100101000 | 1001100 | 111001 |
Color Harmonies of #DA40E5
Complementary color
Monochromatic Colors of #DA40E5
Black with #DA40E5
Text Example
Text Example
White with #DA40E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40E5; }
p { color: rgb(218,64,229); }
H1.HeaderClassName
{
color: #DA40E5;
}
.AnyTagClassName
{
color: #DA40E5;
}
</style>
background-color css
<style>
a { background-color: #DA40E5; }
a { background-color: rgb(218,64,229); }
div.DivClassName
{
background-color: #DA40E5;
}
.BgClassName
{
background-color: #DA40E5;
}
</style>
border-color css
<style>
span { border-color: #DA40E5; }
span { border-color: rgb(218,64,229); }
td.TdClassName
{
border-color: #DA40E5;
}
.TagClassName
{
border-color: #DA40E5;
}
</style>