Html Css Color HEX #D539E6 Free Speech Magenta
📋 copy color: '#D539E6'red 213 ◦ green 57 ◦ blue 230
Shades of Free Speech Magenta #D539E6
Tints of Free Speech Magenta #D539E6
RGB
CMYK
RGB Variations
Color information
#D539E6 (or 0xD539E6) is known color: Free Speech Magenta. HEX triplet: D5, 39 and E6. RGB value is (213,57,230). Sum of RGB (Red+Green+Blue) = 213+57+230=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #D539E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D539E6 is #2AC619. Grayscale: #7A7A7A. Windows color (decimal): -2803226 or 15088085. OLE color: 15088085.
HSL color Cylindrical-coordinate representation of color #D539E6: hue angle of 294.1º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D539E6 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 57 | 230 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.10 |
| HSL | 294.1º | 0.78% | 0.56% | - |
| HSV(B) | 294.1º | 0.75% | 0.9% | - |
| XYZ | 43.19 | 22.79 | 76.98 | - |
| YUV | 123.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 230 | 0.07 | 0.75 | 0 | 0.10 | 294.1 | 0.78 | 0.56 |
| Hex | D5 | 39 | E6 | 7 | 4B | 0 | A | 126 | 4E | 38 |
| Octal | 325 | 71 | 346 | 7 | 113 | 0 | 12 | 446 | 116 | 70 |
| Binary | 11010101 | 111001 | 11100110 | 111 | 1001011 | 0 | 1010 | 100100110 | 1001110 | 111000 |
Color Harmonies of #D539E6
Complementary color
Monochromatic Colors of #D539E6
Black with #D539E6
Text Example
Text Example
White with #D539E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539E6; }
p { color: rgb(213,57,230); }
H1.HeaderClassName
{
color: #D539E6;
}
.AnyTagClassName
{
color: #D539E6;
}
</style>
background-color css
<style>
a { background-color: #D539E6; }
a { background-color: rgb(213,57,230); }
div.DivClassName
{
background-color: #D539E6;
}
.BgClassName
{
background-color: #D539E6;
}
</style>
border-color css
<style>
span { border-color: #D539E6; }
span { border-color: rgb(213,57,230); }
td.TdClassName
{
border-color: #D539E6;
}
.TagClassName
{
border-color: #D539E6;
}
</style>