Html Css Color HEX #D539D8 Free Speech Magenta
📋 copy color: '#D539D8'red 213 ◦ green 57 ◦ blue 216
Shades of Free Speech Magenta #D539D8
Tints of Free Speech Magenta #D539D8
RGB
CMYK
RGB Variations
Color information
#D539D8 (or 0xD539D8) is known color: Free Speech Magenta. HEX triplet: D5, 39 and D8. RGB value is (213,57,216). Sum of RGB (Red+Green+Blue) = 213+57+216=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #D539D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539D8 is #2AC627. Grayscale: #797979. Windows color (decimal): -2803240 or 14170581. OLE color: 14170581.
HSL color Cylindrical-coordinate representation of color #D539D8: hue angle of 298.87º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D539D8 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 57 | 216 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.15 |
| HSL | 298.87º | 0.67% | 0.54% | - |
| HSV(B) | 298.87º | 0.74% | 0.85% | - |
| XYZ | 41.3 | 22.03 | 67.04 | - |
| YUV | 121.77 | 181.18 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 216 | 0.01 | 0.74 | 0 | 0.15 | 298.87 | 0.67 | 0.54 |
| Hex | D5 | 39 | D8 | 1 | 4A | 0 | F | 12B | 43 | 36 |
| Octal | 325 | 71 | 330 | 1 | 112 | 0 | 17 | 453 | 103 | 66 |
| Binary | 11010101 | 111001 | 11011000 | 1 | 1001010 | 0 | 1111 | 100101011 | 1000011 | 110110 |
Color Harmonies of #D539D8
Complementary color
Monochromatic Colors of #D539D8
Black with #D539D8
Text Example
Text Example
White with #D539D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539D8; }
p { color: rgb(213,57,216); }
H1.HeaderClassName
{
color: #D539D8;
}
.AnyTagClassName
{
color: #D539D8;
}
</style>
background-color css
<style>
a { background-color: #D539D8; }
a { background-color: rgb(213,57,216); }
div.DivClassName
{
background-color: #D539D8;
}
.BgClassName
{
background-color: #D539D8;
}
</style>
border-color css
<style>
span { border-color: #D539D8; }
span { border-color: rgb(213,57,216); }
td.TdClassName
{
border-color: #D539D8;
}
.TagClassName
{
border-color: #D539D8;
}
</style>