Html Css Color HEX #DA40FA Free Speech Magenta
📋 copy color: '#DA40FA'red 218 ◦ green 64 ◦ blue 250
Shades of Free Speech Magenta #DA40FA
Tints of Free Speech Magenta #DA40FA
RGB
CMYK
RGB Variations
Color information
#DA40FA (or 0xDA40FA) is known color: Free Speech Magenta. HEX triplet: DA, 40 and FA. RGB value is (218,64,250). Sum of RGB (Red+Green+Blue) = 218+64+250=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 64 (25.39% from 255 or 12.03% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA40FA is #25BF05. Grayscale: #828282. Windows color (decimal): -2473734 or 16400602. OLE color: 16400602.
HSL color Cylindrical-coordinate representation of color #DA40FA: hue angle of 289.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA40FA is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 64 | 250 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.02 |
| HSL | 289.68º | 0.95% | 0.62% | - |
| HSV(B) | 289.68º | 0.74% | 0.98% | - |
| XYZ | 48 | 25.47 | 92.83 | - |
| YUV | 131.25 | 195.02 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 250 | 0.13 | 0.74 | 0 | 0.02 | 289.68 | 0.95 | 0.62 |
| Hex | DA | 40 | FA | D | 4A | 0 | 2 | 122 | 5F | 3E |
| Octal | 332 | 100 | 372 | 15 | 112 | 0 | 2 | 442 | 137 | 76 |
| Binary | 11011010 | 1000000 | 11111010 | 1101 | 1001010 | 0 | 10 | 100100010 | 1011111 | 111110 |
Color Harmonies of #DA40FA
Complementary color
Monochromatic Colors of #DA40FA
Black with #DA40FA
Text Example
Text Example
White with #DA40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40FA; }
p { color: rgb(218,64,250); }
H1.HeaderClassName
{
color: #DA40FA;
}
.AnyTagClassName
{
color: #DA40FA;
}
</style>
background-color css
<style>
a { background-color: #DA40FA; }
a { background-color: rgb(218,64,250); }
div.DivClassName
{
background-color: #DA40FA;
}
.BgClassName
{
background-color: #DA40FA;
}
</style>
border-color css
<style>
span { border-color: #DA40FA; }
span { border-color: rgb(218,64,250); }
td.TdClassName
{
border-color: #DA40FA;
}
.TagClassName
{
border-color: #DA40FA;
}
</style>