Html Css Color HEX #D541EF Free Speech Magenta
📋 copy color: '#D541EF'red 213 ◦ green 65 ◦ blue 239
Shades of Free Speech Magenta #D541EF
Tints of Free Speech Magenta #D541EF
RGB
CMYK
RGB Variations
Color information
#D541EF (or 0xD541EF) is known color: Free Speech Magenta. HEX triplet: D5, 41 and EF. RGB value is (213,65,239). Sum of RGB (Red+Green+Blue) = 213+65+239=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #D541EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D541EF is #2ABE10. Grayscale: #808080. Windows color (decimal): -2801169 or 15679957. OLE color: 15679957.
HSL color Cylindrical-coordinate representation of color #D541EF: hue angle of 291.03º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D541EF is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 65 | 239 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.06 |
| HSL | 291.03º | 0.84% | 0.6% | - |
| HSV(B) | 291.03º | 0.73% | 0.94% | - |
| XYZ | 44.91 | 24.16 | 83.96 | - |
| YUV | 129.09 | 190.03 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 239 | 0.11 | 0.73 | 0 | 0.06 | 291.03 | 0.84 | 0.6 |
| Hex | D5 | 41 | EF | B | 49 | 0 | 6 | 123 | 54 | 3C |
| Octal | 325 | 101 | 357 | 13 | 111 | 0 | 6 | 443 | 124 | 74 |
| Binary | 11010101 | 1000001 | 11101111 | 1011 | 1001001 | 0 | 110 | 100100011 | 1010100 | 111100 |
Color Harmonies of #D541EF
Complementary color
Monochromatic Colors of #D541EF
Black with #D541EF
Text Example
Text Example
White with #D541EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D541EF; }
p { color: rgb(213,65,239); }
H1.HeaderClassName
{
color: #D541EF;
}
.AnyTagClassName
{
color: #D541EF;
}
</style>
background-color css
<style>
a { background-color: #D541EF; }
a { background-color: rgb(213,65,239); }
div.DivClassName
{
background-color: #D541EF;
}
.BgClassName
{
background-color: #D541EF;
}
</style>
border-color css
<style>
span { border-color: #D541EF; }
span { border-color: rgb(213,65,239); }
td.TdClassName
{
border-color: #D541EF;
}
.TagClassName
{
border-color: #D541EF;
}
</style>