Html Css Color HEX #D541DF Free Speech Magenta
📋 copy color: '#D541DF'red 213 ◦ green 65 ◦ blue 223
Shades of Free Speech Magenta #D541DF
Tints of Free Speech Magenta #D541DF
RGB
CMYK
RGB Variations
Color information
#D541DF (or 0xD541DF) is known color: Free Speech Magenta. HEX triplet: D5, 41 and DF. RGB value is (213,65,223). Sum of RGB (Red+Green+Blue) = 213+65+223=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #D541DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541DF is #2ABE20. Grayscale: #7E7E7E. Windows color (decimal): -2801185 or 14631381. OLE color: 14631381.
HSL color Cylindrical-coordinate representation of color #D541DF: hue angle of 296.2º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D541DF is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 65 | 223 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.13 |
| HSL | 296.2º | 0.71% | 0.56% | - |
| HSV(B) | 296.2º | 0.71% | 0.87% | - |
| XYZ | 42.65 | 23.25 | 72.05 | - |
| YUV | 127.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 223 | 0.04 | 0.71 | 0 | 0.13 | 296.2 | 0.71 | 0.56 |
| Hex | D5 | 41 | DF | 4 | 47 | 0 | D | 128 | 47 | 38 |
| Octal | 325 | 101 | 337 | 4 | 107 | 0 | 15 | 450 | 107 | 70 |
| Binary | 11010101 | 1000001 | 11011111 | 100 | 1000111 | 0 | 1101 | 100101000 | 1000111 | 111000 |
Color Harmonies of #D541DF
Complementary color
Monochromatic Colors of #D541DF
Black with #D541DF
Text Example
Text Example
White with #D541DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D541DF; }
p { color: rgb(213,65,223); }
H1.HeaderClassName
{
color: #D541DF;
}
.AnyTagClassName
{
color: #D541DF;
}
</style>
background-color css
<style>
a { background-color: #D541DF; }
a { background-color: rgb(213,65,223); }
div.DivClassName
{
background-color: #D541DF;
}
.BgClassName
{
background-color: #D541DF;
}
</style>
border-color css
<style>
span { border-color: #D541DF; }
span { border-color: rgb(213,65,223); }
td.TdClassName
{
border-color: #D541DF;
}
.TagClassName
{
border-color: #D541DF;
}
</style>