Html Css Color HEX #D541FA Free Speech Magenta
📋 copy color: '#D541FA'red 213 ◦ green 65 ◦ blue 250
Shades of Free Speech Magenta #D541FA
Tints of Free Speech Magenta #D541FA
RGB
CMYK
RGB Variations
Color information
#D541FA (or 0xD541FA) is known color: Free Speech Magenta. HEX triplet: D5, 41 and FA. RGB value is (213,65,250). Sum of RGB (Red+Green+Blue) = 213+65+250=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #D541FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D541FA is #2ABE05. Grayscale: #818181. Windows color (decimal): -2801158 or 16400853. OLE color: 16400853.
HSL color Cylindrical-coordinate representation of color #D541FA: hue angle of 288º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D541FA is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 65 | 250 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.02 |
| HSL | 288º | 0.95% | 0.62% | - |
| HSV(B) | 288º | 0.74% | 0.98% | - |
| XYZ | 46.59 | 24.83 | 92.78 | - |
| YUV | 130.34 | 195.53 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 250 | 0.15 | 0.74 | 0 | 0.02 | 288 | 0.95 | 0.62 |
| Hex | D5 | 41 | FA | F | 4A | 0 | 2 | 120 | 5F | 3E |
| Octal | 325 | 101 | 372 | 17 | 112 | 0 | 2 | 440 | 137 | 76 |
| Binary | 11010101 | 1000001 | 11111010 | 1111 | 1001010 | 0 | 10 | 100100000 | 1011111 | 111110 |
Color Harmonies of #D541FA
Complementary color
Monochromatic Colors of #D541FA
Black with #D541FA
Text Example
Text Example
White with #D541FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D541FA; }
p { color: rgb(213,65,250); }
H1.HeaderClassName
{
color: #D541FA;
}
.AnyTagClassName
{
color: #D541FA;
}
</style>
background-color css
<style>
a { background-color: #D541FA; }
a { background-color: rgb(213,65,250); }
div.DivClassName
{
background-color: #D541FA;
}
.BgClassName
{
background-color: #D541FA;
}
</style>
border-color css
<style>
span { border-color: #D541FA; }
span { border-color: rgb(213,65,250); }
td.TdClassName
{
border-color: #D541FA;
}
.TagClassName
{
border-color: #D541FA;
}
</style>