Html Css Color HEX #D543EF Free Speech Magenta
📋 copy color: '#D543EF'red 213 ◦ green 67 ◦ blue 239
Shades of Free Speech Magenta #D543EF
Tints of Free Speech Magenta #D543EF
RGB
CMYK
RGB Variations
Color information
#D543EF (or 0xD543EF) is known color: Free Speech Magenta. HEX triplet: D5, 43 and EF. RGB value is (213,67,239). Sum of RGB (Red+Green+Blue) = 213+67+239=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #D543EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D543EF is #2ABC10. Grayscale: #818181. Windows color (decimal): -2800657 or 15680469. OLE color: 15680469.
HSL color Cylindrical-coordinate representation of color #D543EF: hue angle of 290.93º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D543EF is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 67 | 239 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.06 |
| HSL | 290.93º | 0.84% | 0.6% | - |
| HSV(B) | 290.93º | 0.72% | 0.94% | - |
| XYZ | 45.03 | 24.39 | 84 | - |
| YUV | 130.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 239 | 0.11 | 0.72 | 0 | 0.06 | 290.93 | 0.84 | 0.6 |
| Hex | D5 | 43 | EF | B | 48 | 0 | 6 | 123 | 54 | 3C |
| Octal | 325 | 103 | 357 | 13 | 110 | 0 | 6 | 443 | 124 | 74 |
| Binary | 11010101 | 1000011 | 11101111 | 1011 | 1001000 | 0 | 110 | 100100011 | 1010100 | 111100 |
Color Harmonies of #D543EF
Complementary color
Monochromatic Colors of #D543EF
Black with #D543EF
Text Example
Text Example
White with #D543EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543EF; }
p { color: rgb(213,67,239); }
H1.HeaderClassName
{
color: #D543EF;
}
.AnyTagClassName
{
color: #D543EF;
}
</style>
background-color css
<style>
a { background-color: #D543EF; }
a { background-color: rgb(213,67,239); }
div.DivClassName
{
background-color: #D543EF;
}
.BgClassName
{
background-color: #D543EF;
}
</style>
border-color css
<style>
span { border-color: #D543EF; }
span { border-color: rgb(213,67,239); }
td.TdClassName
{
border-color: #D543EF;
}
.TagClassName
{
border-color: #D543EF;
}
</style>