Html Css Color HEX #D538EE Free Speech Magenta
📋 copy color: '#D538EE'red 213 ◦ green 56 ◦ blue 238
Shades of Free Speech Magenta #D538EE
Tints of Free Speech Magenta #D538EE
RGB
CMYK
RGB Variations
Color information
#D538EE (or 0xD538EE) is known color: Free Speech Magenta. HEX triplet: D5, 38 and EE. RGB value is (213,56,238). Sum of RGB (Red+Green+Blue) = 213+56+238=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #D538EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D538EE is #2AC711. Grayscale: #7B7B7B. Windows color (decimal): -2803474 or 15612117. OLE color: 15612117.
HSL color Cylindrical-coordinate representation of color #D538EE: hue angle of 291.76º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D538EE is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 56 | 238 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.07 |
| HSL | 291.76º | 0.84% | 0.58% | - |
| HSV(B) | 291.76º | 0.76% | 0.93% | - |
| XYZ | 44.29 | 23.15 | 83.02 | - |
| YUV | 123.69 | 192.51 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 238 | 0.11 | 0.76 | 0 | 0.07 | 291.76 | 0.84 | 0.58 |
| Hex | D5 | 38 | EE | B | 4C | 0 | 7 | 124 | 54 | 3A |
| Octal | 325 | 70 | 356 | 13 | 114 | 0 | 7 | 444 | 124 | 72 |
| Binary | 11010101 | 111000 | 11101110 | 1011 | 1001100 | 0 | 111 | 100100100 | 1010100 | 111010 |
Color Harmonies of #D538EE
Complementary color
Monochromatic Colors of #D538EE
Black with #D538EE
Text Example
Text Example
White with #D538EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538EE; }
p { color: rgb(213,56,238); }
H1.HeaderClassName
{
color: #D538EE;
}
.AnyTagClassName
{
color: #D538EE;
}
</style>
background-color css
<style>
a { background-color: #D538EE; }
a { background-color: rgb(213,56,238); }
div.DivClassName
{
background-color: #D538EE;
}
.BgClassName
{
background-color: #D538EE;
}
</style>
border-color css
<style>
span { border-color: #D538EE; }
span { border-color: rgb(213,56,238); }
td.TdClassName
{
border-color: #D538EE;
}
.TagClassName
{
border-color: #D538EE;
}
</style>