Html Css Color HEX #D539E3 Free Speech Magenta
📋 copy color: '#D539E3'red 213 ◦ green 57 ◦ blue 227
Shades of Free Speech Magenta #D539E3
Tints of Free Speech Magenta #D539E3
RGB
CMYK
RGB Variations
Color information
#D539E3 (or 0xD539E3) is known color: Free Speech Magenta. HEX triplet: D5, 39 and E3. RGB value is (213,57,227). Sum of RGB (Red+Green+Blue) = 213+57+227=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #D539E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539E3 is #2AC61C. Grayscale: #7A7A7A. Windows color (decimal): -2803229 or 14891477. OLE color: 14891477.
HSL color Cylindrical-coordinate representation of color #D539E3: hue angle of 295.06º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D539E3 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 57 | 227 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.11 |
| HSL | 295.06º | 0.75% | 0.56% | - |
| HSV(B) | 295.06º | 0.75% | 0.89% | - |
| XYZ | 42.77 | 22.62 | 74.78 | - |
| YUV | 123.02 | 186.68 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 227 | 0.06 | 0.75 | 0 | 0.11 | 295.06 | 0.75 | 0.56 |
| Hex | D5 | 39 | E3 | 6 | 4B | 0 | B | 127 | 4B | 38 |
| Octal | 325 | 71 | 343 | 6 | 113 | 0 | 13 | 447 | 113 | 70 |
| Binary | 11010101 | 111001 | 11100011 | 110 | 1001011 | 0 | 1011 | 100100111 | 1001011 | 111000 |
Color Harmonies of #D539E3
Complementary color
Monochromatic Colors of #D539E3
Black with #D539E3
Text Example
Text Example
White with #D539E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539E3; }
p { color: rgb(213,57,227); }
H1.HeaderClassName
{
color: #D539E3;
}
.AnyTagClassName
{
color: #D539E3;
}
</style>
background-color css
<style>
a { background-color: #D539E3; }
a { background-color: rgb(213,57,227); }
div.DivClassName
{
background-color: #D539E3;
}
.BgClassName
{
background-color: #D539E3;
}
</style>
border-color css
<style>
span { border-color: #D539E3; }
span { border-color: rgb(213,57,227); }
td.TdClassName
{
border-color: #D539E3;
}
.TagClassName
{
border-color: #D539E3;
}
</style>