Html Css Color HEX #D542D9 Free Speech Magenta
📋 copy color: '#D542D9'red 213 ◦ green 66 ◦ blue 217
Shades of Free Speech Magenta #D542D9
Tints of Free Speech Magenta #D542D9
RGB
CMYK
RGB Variations
Color information
#D542D9 (or 0xD542D9) is known color: Free Speech Magenta. HEX triplet: D5, 42 and D9. RGB value is (213,66,217). Sum of RGB (Red+Green+Blue) = 213+66+217=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #D542D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542D9 is #2ABD26. Grayscale: #7E7E7E. Windows color (decimal): -2800935 or 14238421. OLE color: 14238421.
HSL color Cylindrical-coordinate representation of color #D542D9: hue angle of 298.41º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D542D9 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 66 | 217 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.15 |
| HSL | 298.41º | 0.67% | 0.55% | - |
| HSV(B) | 298.41º | 0.7% | 0.85% | - |
| XYZ | 41.91 | 23.05 | 67.89 | - |
| YUV | 127.17 | 178.7 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 217 | 0.02 | 0.70 | 0 | 0.15 | 298.41 | 0.67 | 0.55 |
| Hex | D5 | 42 | D9 | 2 | 46 | 0 | F | 12A | 43 | 37 |
| Octal | 325 | 102 | 331 | 2 | 106 | 0 | 17 | 452 | 103 | 67 |
| Binary | 11010101 | 1000010 | 11011001 | 10 | 1000110 | 0 | 1111 | 100101010 | 1000011 | 110111 |
Color Harmonies of #D542D9
Complementary color
Monochromatic Colors of #D542D9
Black with #D542D9
Text Example
Text Example
White with #D542D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542D9; }
p { color: rgb(213,66,217); }
H1.HeaderClassName
{
color: #D542D9;
}
.AnyTagClassName
{
color: #D542D9;
}
</style>
background-color css
<style>
a { background-color: #D542D9; }
a { background-color: rgb(213,66,217); }
div.DivClassName
{
background-color: #D542D9;
}
.BgClassName
{
background-color: #D542D9;
}
</style>
border-color css
<style>
span { border-color: #D542D9; }
span { border-color: rgb(213,66,217); }
td.TdClassName
{
border-color: #D542D9;
}
.TagClassName
{
border-color: #D542D9;
}
</style>