Html Css Color HEX #D534EE Free Speech Magenta
📋 copy color: '#D534EE'red 213 ◦ green 52 ◦ blue 238
Shades of Free Speech Magenta #D534EE
Tints of Free Speech Magenta #D534EE
RGB
CMYK
RGB Variations
Color information
#D534EE (or 0xD534EE) is known color: Free Speech Magenta. HEX triplet: D5, 34 and EE. RGB value is (213,52,238). Sum of RGB (Red+Green+Blue) = 213+52+238=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #D534EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D534EE is #2ACB11. Grayscale: #787878. Windows color (decimal): -2804498 or 15611093. OLE color: 15611093.
HSL color Cylindrical-coordinate representation of color #D534EE: hue angle of 291.94º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D534EE is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 52 | 238 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.07 |
| HSL | 291.94º | 0.85% | 0.57% | - |
| HSV(B) | 291.94º | 0.78% | 0.93% | - |
| XYZ | 44.1 | 22.78 | 82.96 | - |
| YUV | 121.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 238 | 0.11 | 0.78 | 0 | 0.07 | 291.94 | 0.85 | 0.57 |
| Hex | D5 | 34 | EE | B | 4E | 0 | 7 | 124 | 55 | 39 |
| Octal | 325 | 64 | 356 | 13 | 116 | 0 | 7 | 444 | 125 | 71 |
| Binary | 11010101 | 110100 | 11101110 | 1011 | 1001110 | 0 | 111 | 100100100 | 1010101 | 111001 |
Color Harmonies of #D534EE
Complementary color
Monochromatic Colors of #D534EE
Black with #D534EE
Text Example
Text Example
White with #D534EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534EE; }
p { color: rgb(213,52,238); }
H1.HeaderClassName
{
color: #D534EE;
}
.AnyTagClassName
{
color: #D534EE;
}
</style>
background-color css
<style>
a { background-color: #D534EE; }
a { background-color: rgb(213,52,238); }
div.DivClassName
{
background-color: #D534EE;
}
.BgClassName
{
background-color: #D534EE;
}
</style>
border-color css
<style>
span { border-color: #D534EE; }
span { border-color: rgb(213,52,238); }
td.TdClassName
{
border-color: #D534EE;
}
.TagClassName
{
border-color: #D534EE;
}
</style>