Html Css Color HEX #D541ED Free Speech Magenta
📋 copy color: '#D541ED'red 213 ◦ green 65 ◦ blue 237
Shades of Free Speech Magenta #D541ED
Tints of Free Speech Magenta #D541ED
RGB
CMYK
RGB Variations
Color information
#D541ED (or 0xD541ED) is known color: Free Speech Magenta. HEX triplet: D5, 41 and ED. RGB value is (213,65,237). Sum of RGB (Red+Green+Blue) = 213+65+237=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #D541ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D541ED is #2ABE12. Grayscale: #808080. Windows color (decimal): -2801171 or 15548885. OLE color: 15548885.
HSL color Cylindrical-coordinate representation of color #D541ED: hue angle of 291.63º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D541ED is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 65 | 237 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.07 |
| HSL | 291.63º | 0.83% | 0.59% | - |
| HSV(B) | 291.63º | 0.73% | 0.93% | - |
| XYZ | 44.62 | 24.04 | 82.41 | - |
| YUV | 128.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 237 | 0.10 | 0.73 | 0 | 0.07 | 291.63 | 0.83 | 0.59 |
| Hex | D5 | 41 | ED | A | 49 | 0 | 7 | 124 | 53 | 3B |
| Octal | 325 | 101 | 355 | 12 | 111 | 0 | 7 | 444 | 123 | 73 |
| Binary | 11010101 | 1000001 | 11101101 | 1010 | 1001001 | 0 | 111 | 100100100 | 1010011 | 111011 |
Color Harmonies of #D541ED
Complementary color
Monochromatic Colors of #D541ED
Black with #D541ED
Text Example
Text Example
White with #D541ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D541ED; }
p { color: rgb(213,65,237); }
H1.HeaderClassName
{
color: #D541ED;
}
.AnyTagClassName
{
color: #D541ED;
}
</style>
background-color css
<style>
a { background-color: #D541ED; }
a { background-color: rgb(213,65,237); }
div.DivClassName
{
background-color: #D541ED;
}
.BgClassName
{
background-color: #D541ED;
}
</style>
border-color css
<style>
span { border-color: #D541ED; }
span { border-color: rgb(213,65,237); }
td.TdClassName
{
border-color: #D541ED;
}
.TagClassName
{
border-color: #D541ED;
}
</style>