Html Css Color HEX #D543ED Free Speech Magenta
📋 copy color: '#D543ED'red 213 ◦ green 67 ◦ blue 237
Shades of Free Speech Magenta #D543ED
Tints of Free Speech Magenta #D543ED
RGB
CMYK
RGB Variations
Color information
#D543ED (or 0xD543ED) is known color: Free Speech Magenta. HEX triplet: D5, 43 and ED. RGB value is (213,67,237). Sum of RGB (Red+Green+Blue) = 213+67+237=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 67 (26.56% from 255 or 12.96% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #D543ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D543ED is #2ABC12. Grayscale: #818181. Windows color (decimal): -2800659 or 15549397. OLE color: 15549397.
HSL color Cylindrical-coordinate representation of color #D543ED: hue angle of 291.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D543ED is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 67 | 237 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.07 |
| HSL | 291.53º | 0.83% | 0.6% | - |
| HSV(B) | 291.53º | 0.72% | 0.93% | - |
| XYZ | 44.73 | 24.27 | 82.45 | - |
| YUV | 130.03 | 188.37 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 237 | 0.10 | 0.72 | 0 | 0.07 | 291.53 | 0.83 | 0.6 |
| Hex | D5 | 43 | ED | A | 48 | 0 | 7 | 124 | 53 | 3C |
| Octal | 325 | 103 | 355 | 12 | 110 | 0 | 7 | 444 | 123 | 74 |
| Binary | 11010101 | 1000011 | 11101101 | 1010 | 1001000 | 0 | 111 | 100100100 | 1010011 | 111100 |
Color Harmonies of #D543ED
Complementary color
Monochromatic Colors of #D543ED
Black with #D543ED
Text Example
Text Example
White with #D543ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543ED; }
p { color: rgb(213,67,237); }
H1.HeaderClassName
{
color: #D543ED;
}
.AnyTagClassName
{
color: #D543ED;
}
</style>
background-color css
<style>
a { background-color: #D543ED; }
a { background-color: rgb(213,67,237); }
div.DivClassName
{
background-color: #D543ED;
}
.BgClassName
{
background-color: #D543ED;
}
</style>
border-color css
<style>
span { border-color: #D543ED; }
span { border-color: rgb(213,67,237); }
td.TdClassName
{
border-color: #D543ED;
}
.TagClassName
{
border-color: #D543ED;
}
</style>