Html Css Color HEX #D534EF Free Speech Magenta
📋 copy color: '#D534EF'red 213 ◦ green 52 ◦ blue 239
Shades of Free Speech Magenta #D534EF
Tints of Free Speech Magenta #D534EF
RGB
CMYK
RGB Variations
Color information
#D534EF (or 0xD534EF) is known color: Free Speech Magenta. HEX triplet: D5, 34 and EF. RGB value is (213,52,239). Sum of RGB (Red+Green+Blue) = 213+52+239=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #D534EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D534EF is #2ACB10. Grayscale: #787878. Windows color (decimal): -2804497 or 15676629. OLE color: 15676629.
HSL color Cylindrical-coordinate representation of color #D534EF: hue angle of 291.66º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D534EF is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 52 | 239 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.06 |
| HSL | 291.66º | 0.85% | 0.57% | - |
| HSV(B) | 291.66º | 0.78% | 0.94% | - |
| XYZ | 44.25 | 22.83 | 83.74 | - |
| YUV | 121.46 | 194.34 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 239 | 0.11 | 0.78 | 0 | 0.06 | 291.66 | 0.85 | 0.57 |
| Hex | D5 | 34 | EF | B | 4E | 0 | 6 | 124 | 55 | 39 |
| Octal | 325 | 64 | 357 | 13 | 116 | 0 | 6 | 444 | 125 | 71 |
| Binary | 11010101 | 110100 | 11101111 | 1011 | 1001110 | 0 | 110 | 100100100 | 1010101 | 111001 |
Color Harmonies of #D534EF
Complementary color
Monochromatic Colors of #D534EF
Black with #D534EF
Text Example
Text Example
White with #D534EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534EF; }
p { color: rgb(213,52,239); }
H1.HeaderClassName
{
color: #D534EF;
}
.AnyTagClassName
{
color: #D534EF;
}
</style>
background-color css
<style>
a { background-color: #D534EF; }
a { background-color: rgb(213,52,239); }
div.DivClassName
{
background-color: #D534EF;
}
.BgClassName
{
background-color: #D534EF;
}
</style>
border-color css
<style>
span { border-color: #D534EF; }
span { border-color: rgb(213,52,239); }
td.TdClassName
{
border-color: #D534EF;
}
.TagClassName
{
border-color: #D534EF;
}
</style>