Html Css Color HEX #D542D1 Free Speech Magenta
📋 copy color: '#D542D1'red 213 ◦ green 66 ◦ blue 209
Shades of Free Speech Magenta #D542D1
Tints of Free Speech Magenta #D542D1
RGB
CMYK
RGB Variations
Color information
#D542D1 (or 0xD542D1) is known color: Free Speech Magenta. HEX triplet: D5, 42 and D1. RGB value is (213,66,209). Sum of RGB (Red+Green+Blue) = 213+66+209=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D542D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542D1 is #2ABD2E. Grayscale: #7D7D7D. Windows color (decimal): -2800943 or 13714133. OLE color: 13714133.
HSL color Cylindrical-coordinate representation of color #D542D1: hue angle of 301.63º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D542D1 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 209 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.16 |
| HSL | 301.63º | 0.64% | 0.55% | - |
| HSV(B) | 301.63º | 0.69% | 0.84% | - |
| XYZ | 40.9 | 22.65 | 62.54 | - |
| YUV | 126.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 209 | 0 | 0.69 | 0.02 | 0.16 | 301.63 | 0.64 | 0.55 |
| Hex | D5 | 42 | D1 | 0 | 45 | 2 | 10 | 12E | 40 | 37 |
| Octal | 325 | 102 | 321 | 0 | 105 | 2 | 20 | 456 | 100 | 67 |
| Binary | 11010101 | 1000010 | 11010001 | 0 | 1000101 | 10 | 10000 | 100101110 | 1000000 | 110111 |
Color Harmonies of #D542D1
Complementary color
Monochromatic Colors of #D542D1
Black with #D542D1
Text Example
Text Example
White with #D542D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542D1; }
p { color: rgb(213,66,209); }
H1.HeaderClassName
{
color: #D542D1;
}
.AnyTagClassName
{
color: #D542D1;
}
</style>
background-color css
<style>
a { background-color: #D542D1; }
a { background-color: rgb(213,66,209); }
div.DivClassName
{
background-color: #D542D1;
}
.BgClassName
{
background-color: #D542D1;
}
</style>
border-color css
<style>
span { border-color: #D542D1; }
span { border-color: rgb(213,66,209); }
td.TdClassName
{
border-color: #D542D1;
}
.TagClassName
{
border-color: #D542D1;
}
</style>