Html Css Color HEX #D540F1 Free Speech Magenta
📋 copy color: '#D540F1'red 213 ◦ green 64 ◦ blue 241
Shades of Free Speech Magenta #D540F1
Tints of Free Speech Magenta #D540F1
RGB
CMYK
RGB Variations
Color information
#D540F1 (or 0xD540F1) is known color: Free Speech Magenta. HEX triplet: D5, 40 and F1. RGB value is (213,64,241). Sum of RGB (Red+Green+Blue) = 213+64+241=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #D540F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D540F1 is #2ABF0E. Grayscale: #808080. Windows color (decimal): -2801423 or 15810773. OLE color: 15810773.
HSL color Cylindrical-coordinate representation of color #D540F1: hue angle of 290.51º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D540F1 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 64 | 241 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.05 |
| HSL | 290.51º | 0.86% | 0.6% | - |
| HSV(B) | 290.51º | 0.73% | 0.95% | - |
| XYZ | 45.15 | 24.16 | 85.5 | - |
| YUV | 128.73 | 191.36 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 241 | 0.12 | 0.73 | 0 | 0.05 | 290.51 | 0.86 | 0.6 |
| Hex | D5 | 40 | F1 | C | 49 | 0 | 5 | 123 | 56 | 3C |
| Octal | 325 | 100 | 361 | 14 | 111 | 0 | 5 | 443 | 126 | 74 |
| Binary | 11010101 | 1000000 | 11110001 | 1100 | 1001001 | 0 | 101 | 100100011 | 1010110 | 111100 |
Color Harmonies of #D540F1
Complementary color
Monochromatic Colors of #D540F1
Black with #D540F1
Text Example
Text Example
White with #D540F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540F1; }
p { color: rgb(213,64,241); }
H1.HeaderClassName
{
color: #D540F1;
}
.AnyTagClassName
{
color: #D540F1;
}
</style>
background-color css
<style>
a { background-color: #D540F1; }
a { background-color: rgb(213,64,241); }
div.DivClassName
{
background-color: #D540F1;
}
.BgClassName
{
background-color: #D540F1;
}
</style>
border-color css
<style>
span { border-color: #D540F1; }
span { border-color: rgb(213,64,241); }
td.TdClassName
{
border-color: #D540F1;
}
.TagClassName
{
border-color: #D540F1;
}
</style>