Html Css Color HEX #D539DF Free Speech Magenta
📋 copy color: '#D539DF'red 213 ◦ green 57 ◦ blue 223
Shades of Free Speech Magenta #D539DF
Tints of Free Speech Magenta #D539DF
RGB
CMYK
RGB Variations
Color information
#D539DF (or 0xD539DF) is known color: Free Speech Magenta. HEX triplet: D5, 39 and DF. RGB value is (213,57,223). Sum of RGB (Red+Green+Blue) = 213+57+223=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #D539DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539DF is #2AC620. Grayscale: #7A7A7A. Windows color (decimal): -2803233 or 14629333. OLE color: 14629333.
HSL color Cylindrical-coordinate representation of color #D539DF: hue angle of 296.39º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D539DF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 57 | 223 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.13 |
| HSL | 296.39º | 0.72% | 0.55% | - |
| HSV(B) | 296.39º | 0.74% | 0.87% | - |
| XYZ | 42.22 | 22.4 | 71.91 | - |
| YUV | 122.57 | 184.68 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 223 | 0.04 | 0.74 | 0 | 0.13 | 296.39 | 0.72 | 0.55 |
| Hex | D5 | 39 | DF | 4 | 4A | 0 | D | 128 | 48 | 37 |
| Octal | 325 | 71 | 337 | 4 | 112 | 0 | 15 | 450 | 110 | 67 |
| Binary | 11010101 | 111001 | 11011111 | 100 | 1001010 | 0 | 1101 | 100101000 | 1001000 | 110111 |
Color Harmonies of #D539DF
Complementary color
Monochromatic Colors of #D539DF
Black with #D539DF
Text Example
Text Example
White with #D539DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539DF; }
p { color: rgb(213,57,223); }
H1.HeaderClassName
{
color: #D539DF;
}
.AnyTagClassName
{
color: #D539DF;
}
</style>
background-color css
<style>
a { background-color: #D539DF; }
a { background-color: rgb(213,57,223); }
div.DivClassName
{
background-color: #D539DF;
}
.BgClassName
{
background-color: #D539DF;
}
</style>
border-color css
<style>
span { border-color: #D539DF; }
span { border-color: rgb(213,57,223); }
td.TdClassName
{
border-color: #D539DF;
}
.TagClassName
{
border-color: #D539DF;
}
</style>