Html Css Color HEX #D537EE Free Speech Magenta
📋 copy color: '#D537EE'red 213 ◦ green 55 ◦ blue 238
Shades of Free Speech Magenta #D537EE
Tints of Free Speech Magenta #D537EE
RGB
CMYK
RGB Variations
Color information
#D537EE (or 0xD537EE) is known color: Free Speech Magenta. HEX triplet: D5, 37 and EE. RGB value is (213,55,238). Sum of RGB (Red+Green+Blue) = 213+55+238=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 55 (21.88% from 255 or 10.87% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #D537EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D537EE is #2AC811. Grayscale: #7A7A7A. Windows color (decimal): -2803730 or 15611861. OLE color: 15611861.
HSL color Cylindrical-coordinate representation of color #D537EE: hue angle of 291.8º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D537EE is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 55 | 238 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.07 |
| HSL | 291.8º | 0.84% | 0.57% | - |
| HSV(B) | 291.8º | 0.77% | 0.93% | - |
| XYZ | 44.24 | 23.05 | 83.01 | - |
| YUV | 123.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 238 | 0.11 | 0.77 | 0 | 0.07 | 291.8 | 0.84 | 0.57 |
| Hex | D5 | 37 | EE | B | 4D | 0 | 7 | 124 | 54 | 39 |
| Octal | 325 | 67 | 356 | 13 | 115 | 0 | 7 | 444 | 124 | 71 |
| Binary | 11010101 | 110111 | 11101110 | 1011 | 1001101 | 0 | 111 | 100100100 | 1010100 | 111001 |
Color Harmonies of #D537EE
Complementary color
Monochromatic Colors of #D537EE
Black with #D537EE
Text Example
Text Example
White with #D537EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537EE; }
p { color: rgb(213,55,238); }
H1.HeaderClassName
{
color: #D537EE;
}
.AnyTagClassName
{
color: #D537EE;
}
</style>
background-color css
<style>
a { background-color: #D537EE; }
a { background-color: rgb(213,55,238); }
div.DivClassName
{
background-color: #D537EE;
}
.BgClassName
{
background-color: #D537EE;
}
</style>
border-color css
<style>
span { border-color: #D537EE; }
span { border-color: rgb(213,55,238); }
td.TdClassName
{
border-color: #D537EE;
}
.TagClassName
{
border-color: #D537EE;
}
</style>