Html Css Color HEX #D540EB Free Speech Magenta
📋 copy color: '#D540EB'red 213 ◦ green 64 ◦ blue 235
Shades of Free Speech Magenta #D540EB
Tints of Free Speech Magenta #D540EB
RGB
CMYK
RGB Variations
Color information
#D540EB (or 0xD540EB) is known color: Free Speech Magenta. HEX triplet: D5, 40 and EB. RGB value is (213,64,235). Sum of RGB (Red+Green+Blue) = 213+64+235=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #D540EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D540EB is #2ABF14. Grayscale: #7F7F7F. Windows color (decimal): -2801429 or 15417557. OLE color: 15417557.
HSL color Cylindrical-coordinate representation of color #D540EB: hue angle of 292.28º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D540EB is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 64 | 235 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.08 |
| HSL | 292.28º | 0.81% | 0.59% | - |
| HSV(B) | 292.28º | 0.73% | 0.92% | - |
| XYZ | 44.27 | 23.81 | 80.86 | - |
| YUV | 128.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 235 | 0.09 | 0.73 | 0 | 0.08 | 292.28 | 0.81 | 0.59 |
| Hex | D5 | 40 | EB | 9 | 49 | 0 | 8 | 124 | 51 | 3B |
| Octal | 325 | 100 | 353 | 11 | 111 | 0 | 10 | 444 | 121 | 73 |
| Binary | 11010101 | 1000000 | 11101011 | 1001 | 1001001 | 0 | 1000 | 100100100 | 1010001 | 111011 |
Color Harmonies of #D540EB
Complementary color
Monochromatic Colors of #D540EB
Black with #D540EB
Text Example
Text Example
White with #D540EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540EB; }
p { color: rgb(213,64,235); }
H1.HeaderClassName
{
color: #D540EB;
}
.AnyTagClassName
{
color: #D540EB;
}
</style>
background-color css
<style>
a { background-color: #D540EB; }
a { background-color: rgb(213,64,235); }
div.DivClassName
{
background-color: #D540EB;
}
.BgClassName
{
background-color: #D540EB;
}
</style>
border-color css
<style>
span { border-color: #D540EB; }
span { border-color: rgb(213,64,235); }
td.TdClassName
{
border-color: #D540EB;
}
.TagClassName
{
border-color: #D540EB;
}
</style>