Html Css Color HEX #D540ED Free Speech Magenta
📋 copy color: '#D540ED'red 213 ◦ green 64 ◦ blue 237
Shades of Free Speech Magenta #D540ED
Tints of Free Speech Magenta #D540ED
RGB
CMYK
RGB Variations
Color information
#D540ED (or 0xD540ED) is known color: Free Speech Magenta. HEX triplet: D5, 40 and ED. RGB value is (213,64,237). Sum of RGB (Red+Green+Blue) = 213+64+237=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #D540ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D540ED is #2ABF12. Grayscale: #7F7F7F. Windows color (decimal): -2801427 or 15548629. OLE color: 15548629.
HSL color Cylindrical-coordinate representation of color #D540ED: hue angle of 291.68º 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 #D540ED is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 64 | 237 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.07 |
| HSL | 291.68º | 0.83% | 0.59% | - |
| HSV(B) | 291.68º | 0.73% | 0.93% | - |
| XYZ | 44.56 | 23.93 | 82.39 | - |
| YUV | 128.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 237 | 0.10 | 0.73 | 0 | 0.07 | 291.68 | 0.83 | 0.59 |
| Hex | D5 | 40 | ED | A | 49 | 0 | 7 | 124 | 53 | 3B |
| Octal | 325 | 100 | 355 | 12 | 111 | 0 | 7 | 444 | 123 | 73 |
| Binary | 11010101 | 1000000 | 11101101 | 1010 | 1001001 | 0 | 111 | 100100100 | 1010011 | 111011 |
Color Harmonies of #D540ED
Complementary color
Monochromatic Colors of #D540ED
Black with #D540ED
Text Example
Text Example
White with #D540ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540ED; }
p { color: rgb(213,64,237); }
H1.HeaderClassName
{
color: #D540ED;
}
.AnyTagClassName
{
color: #D540ED;
}
</style>
background-color css
<style>
a { background-color: #D540ED; }
a { background-color: rgb(213,64,237); }
div.DivClassName
{
background-color: #D540ED;
}
.BgClassName
{
background-color: #D540ED;
}
</style>
border-color css
<style>
span { border-color: #D540ED; }
span { border-color: rgb(213,64,237); }
td.TdClassName
{
border-color: #D540ED;
}
.TagClassName
{
border-color: #D540ED;
}
</style>