Html Css Color HEX #D537EF Free Speech Magenta
📋 copy color: '#D537EF'red 213 ◦ green 55 ◦ blue 239
Shades of Free Speech Magenta #D537EF
Tints of Free Speech Magenta #D537EF
RGB
CMYK
RGB Variations
Color information
#D537EF (or 0xD537EF) is known color: Free Speech Magenta. HEX triplet: D5, 37 and EF. RGB value is (213,55,239). Sum of RGB (Red+Green+Blue) = 213+55+239=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 55 (21.88% from 255 or 10.85% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #D537EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D537EF is #2AC810. Grayscale: #7A7A7A. Windows color (decimal): -2803729 or 15677397. OLE color: 15677397.
HSL color Cylindrical-coordinate representation of color #D537EF: hue angle of 291.52º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D537EF is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 55 | 239 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.06 |
| HSL | 291.52º | 0.85% | 0.58% | - |
| HSV(B) | 291.52º | 0.77% | 0.94% | - |
| XYZ | 44.39 | 23.11 | 83.78 | - |
| YUV | 123.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 239 | 0.11 | 0.77 | 0 | 0.06 | 291.52 | 0.85 | 0.58 |
| Hex | D5 | 37 | EF | B | 4D | 0 | 6 | 124 | 55 | 3A |
| Octal | 325 | 67 | 357 | 13 | 115 | 0 | 6 | 444 | 125 | 72 |
| Binary | 11010101 | 110111 | 11101111 | 1011 | 1001101 | 0 | 110 | 100100100 | 1010101 | 111010 |
Color Harmonies of #D537EF
Complementary color
Monochromatic Colors of #D537EF
Black with #D537EF
Text Example
Text Example
White with #D537EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537EF; }
p { color: rgb(213,55,239); }
H1.HeaderClassName
{
color: #D537EF;
}
.AnyTagClassName
{
color: #D537EF;
}
</style>
background-color css
<style>
a { background-color: #D537EF; }
a { background-color: rgb(213,55,239); }
div.DivClassName
{
background-color: #D537EF;
}
.BgClassName
{
background-color: #D537EF;
}
</style>
border-color css
<style>
span { border-color: #D537EF; }
span { border-color: rgb(213,55,239); }
td.TdClassName
{
border-color: #D537EF;
}
.TagClassName
{
border-color: #D537EF;
}
</style>