Html Css Color HEX #D543EA Free Speech Magenta
📋 copy color: '#D543EA'red 213 ◦ green 67 ◦ blue 234
Shades of Free Speech Magenta #D543EA
Tints of Free Speech Magenta #D543EA
RGB
CMYK
RGB Variations
Color information
#D543EA (or 0xD543EA) is known color: Free Speech Magenta. HEX triplet: D5, 43 and EA. RGB value is (213,67,234). Sum of RGB (Red+Green+Blue) = 213+67+234=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #D543EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D543EA is #2ABC15. Grayscale: #818181. Windows color (decimal): -2800662 or 15352789. OLE color: 15352789.
HSL color Cylindrical-coordinate representation of color #D543EA: hue angle of 292.46º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D543EA is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 67 | 234 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.08 |
| HSL | 292.46º | 0.8% | 0.59% | - |
| HSV(B) | 292.46º | 0.71% | 0.92% | - |
| XYZ | 44.3 | 24.1 | 80.16 | - |
| YUV | 129.69 | 186.87 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 234 | 0.09 | 0.71 | 0 | 0.08 | 292.46 | 0.8 | 0.59 |
| Hex | D5 | 43 | EA | 9 | 47 | 0 | 8 | 124 | 50 | 3B |
| Octal | 325 | 103 | 352 | 11 | 107 | 0 | 10 | 444 | 120 | 73 |
| Binary | 11010101 | 1000011 | 11101010 | 1001 | 1000111 | 0 | 1000 | 100100100 | 1010000 | 111011 |
Color Harmonies of #D543EA
Complementary color
Monochromatic Colors of #D543EA
Black with #D543EA
Text Example
Text Example
White with #D543EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543EA; }
p { color: rgb(213,67,234); }
H1.HeaderClassName
{
color: #D543EA;
}
.AnyTagClassName
{
color: #D543EA;
}
</style>
background-color css
<style>
a { background-color: #D543EA; }
a { background-color: rgb(213,67,234); }
div.DivClassName
{
background-color: #D543EA;
}
.BgClassName
{
background-color: #D543EA;
}
</style>
border-color css
<style>
span { border-color: #D543EA; }
span { border-color: rgb(213,67,234); }
td.TdClassName
{
border-color: #D543EA;
}
.TagClassName
{
border-color: #D543EA;
}
</style>