Html Css Color HEX #DA32E6 Free Speech Magenta
📋 copy color: '#DA32E6'red 218 ◦ green 50 ◦ blue 230
Shades of Free Speech Magenta #DA32E6
Tints of Free Speech Magenta #DA32E6
RGB
CMYK
RGB Variations
Color information
#DA32E6 (or 0xDA32E6) is known color: Free Speech Magenta. HEX triplet: DA, 32 and E6. RGB value is (218,50,230). Sum of RGB (Red+Green+Blue) = 218+50+230=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA32E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA32E6 is #25CD19. Grayscale: #787878. Windows color (decimal): -2477338 or 15086298. OLE color: 15086298.
HSL color Cylindrical-coordinate representation of color #DA32E6: hue angle of 296º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA32E6 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 50 | 230 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.10 |
| HSL | 296º | 0.78% | 0.55% | - |
| HSV(B) | 296º | 0.78% | 0.9% | - |
| XYZ | 44.34 | 22.9 | 76.95 | - |
| YUV | 120.75 | 189.66 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 230 | 0.05 | 0.78 | 0 | 0.10 | 296 | 0.78 | 0.55 |
| Hex | DA | 32 | E6 | 5 | 4E | 0 | A | 128 | 4E | 37 |
| Octal | 332 | 62 | 346 | 5 | 116 | 0 | 12 | 450 | 116 | 67 |
| Binary | 11011010 | 110010 | 11100110 | 101 | 1001110 | 0 | 1010 | 100101000 | 1001110 | 110111 |
Color Harmonies of #DA32E6
Complementary color
Monochromatic Colors of #DA32E6
Black with #DA32E6
Text Example
Text Example
White with #DA32E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32E6; }
p { color: rgb(218,50,230); }
H1.HeaderClassName
{
color: #DA32E6;
}
.AnyTagClassName
{
color: #DA32E6;
}
</style>
background-color css
<style>
a { background-color: #DA32E6; }
a { background-color: rgb(218,50,230); }
div.DivClassName
{
background-color: #DA32E6;
}
.BgClassName
{
background-color: #DA32E6;
}
</style>
border-color css
<style>
span { border-color: #DA32E6; }
span { border-color: rgb(218,50,230); }
td.TdClassName
{
border-color: #DA32E6;
}
.TagClassName
{
border-color: #DA32E6;
}
</style>