Html Css Color HEX #D542DF Free Speech Magenta
📋 copy color: '#D542DF'red 213 ◦ green 66 ◦ blue 223
Shades of Free Speech Magenta #D542DF
Tints of Free Speech Magenta #D542DF
RGB
CMYK
RGB Variations
Color information
#D542DF (or 0xD542DF) is known color: Free Speech Magenta. HEX triplet: D5, 42 and DF. RGB value is (213,66,223). Sum of RGB (Red+Green+Blue) = 213+66+223=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #D542DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542DF is #2ABD20. Grayscale: #7F7F7F. Windows color (decimal): -2800929 or 14631637. OLE color: 14631637.
HSL color Cylindrical-coordinate representation of color #D542DF: hue angle of 296.18º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D542DF is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 66 | 223 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.13 |
| HSL | 296.18º | 0.71% | 0.57% | - |
| HSV(B) | 296.18º | 0.7% | 0.87% | - |
| XYZ | 42.71 | 23.37 | 72.07 | - |
| YUV | 127.85 | 181.7 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 223 | 0.04 | 0.70 | 0 | 0.13 | 296.18 | 0.71 | 0.57 |
| Hex | D5 | 42 | DF | 4 | 46 | 0 | D | 128 | 47 | 39 |
| Octal | 325 | 102 | 337 | 4 | 106 | 0 | 15 | 450 | 107 | 71 |
| Binary | 11010101 | 1000010 | 11011111 | 100 | 1000110 | 0 | 1101 | 100101000 | 1000111 | 111001 |
Color Harmonies of #D542DF
Complementary color
Monochromatic Colors of #D542DF
Black with #D542DF
Text Example
Text Example
White with #D542DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542DF; }
p { color: rgb(213,66,223); }
H1.HeaderClassName
{
color: #D542DF;
}
.AnyTagClassName
{
color: #D542DF;
}
</style>
background-color css
<style>
a { background-color: #D542DF; }
a { background-color: rgb(213,66,223); }
div.DivClassName
{
background-color: #D542DF;
}
.BgClassName
{
background-color: #D542DF;
}
</style>
border-color css
<style>
span { border-color: #D542DF; }
span { border-color: rgb(213,66,223); }
td.TdClassName
{
border-color: #D542DF;
}
.TagClassName
{
border-color: #D542DF;
}
</style>