Html Css Color HEX #D539E5 Free Speech Magenta
📋 copy color: '#D539E5'red 213 ◦ green 57 ◦ blue 229
Shades of Free Speech Magenta #D539E5
Tints of Free Speech Magenta #D539E5
RGB
CMYK
RGB Variations
Color information
#D539E5 (or 0xD539E5) is known color: Free Speech Magenta. HEX triplet: D5, 39 and E5. RGB value is (213,57,229). Sum of RGB (Red+Green+Blue) = 213+57+229=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #D539E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539E5 is #2AC61A. Grayscale: #7A7A7A. Windows color (decimal): -2803227 or 15022549. OLE color: 15022549.
HSL color Cylindrical-coordinate representation of color #D539E5: hue angle of 294.42º degrees, saturation: 0.77, 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 #D539E5 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 57 | 229 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.10 |
| HSL | 294.42º | 0.77% | 0.56% | - |
| HSV(B) | 294.42º | 0.75% | 0.9% | - |
| XYZ | 43.05 | 22.73 | 76.25 | - |
| YUV | 123.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 229 | 0.07 | 0.75 | 0 | 0.10 | 294.42 | 0.77 | 0.56 |
| Hex | D5 | 39 | E5 | 7 | 4B | 0 | A | 126 | 4D | 38 |
| Octal | 325 | 71 | 345 | 7 | 113 | 0 | 12 | 446 | 115 | 70 |
| Binary | 11010101 | 111001 | 11100101 | 111 | 1001011 | 0 | 1010 | 100100110 | 1001101 | 111000 |
Color Harmonies of #D539E5
Complementary color
Monochromatic Colors of #D539E5
Black with #D539E5
Text Example
Text Example
White with #D539E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539E5; }
p { color: rgb(213,57,229); }
H1.HeaderClassName
{
color: #D539E5;
}
.AnyTagClassName
{
color: #D539E5;
}
</style>
background-color css
<style>
a { background-color: #D539E5; }
a { background-color: rgb(213,57,229); }
div.DivClassName
{
background-color: #D539E5;
}
.BgClassName
{
background-color: #D539E5;
}
</style>
border-color css
<style>
span { border-color: #D539E5; }
span { border-color: rgb(213,57,229); }
td.TdClassName
{
border-color: #D539E5;
}
.TagClassName
{
border-color: #D539E5;
}
</style>