Html Css Color HEX #D547EA Free Speech Magenta
📋 copy color: '#D547EA'red 213 ◦ green 71 ◦ blue 234
Shades of Free Speech Magenta #D547EA
Tints of Free Speech Magenta #D547EA
RGB
CMYK
RGB Variations
Color information
#D547EA (or 0xD547EA) is known color: Free Speech Magenta. HEX triplet: D5, 47 and EA. RGB value is (213,71,234). Sum of RGB (Red+Green+Blue) = 213+71+234=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #D547EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D547EA is #2AB815. Grayscale: #838383. Windows color (decimal): -2799638 or 15353813. OLE color: 15353813.
HSL color Cylindrical-coordinate representation of color #D547EA: hue angle of 292.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D547EA is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 71 | 234 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.08 |
| HSL | 292.27º | 0.8% | 0.6% | - |
| HSV(B) | 292.27º | 0.7% | 0.92% | - |
| XYZ | 44.55 | 24.59 | 80.24 | - |
| YUV | 132.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 234 | 0.09 | 0.70 | 0 | 0.08 | 292.27 | 0.8 | 0.6 |
| Hex | D5 | 47 | EA | 9 | 46 | 0 | 8 | 124 | 50 | 3C |
| Octal | 325 | 107 | 352 | 11 | 106 | 0 | 10 | 444 | 120 | 74 |
| Binary | 11010101 | 1000111 | 11101010 | 1001 | 1000110 | 0 | 1000 | 100100100 | 1010000 | 111100 |
Color Harmonies of #D547EA
Complementary color
Monochromatic Colors of #D547EA
Black with #D547EA
Text Example
Text Example
White with #D547EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547EA; }
p { color: rgb(213,71,234); }
H1.HeaderClassName
{
color: #D547EA;
}
.AnyTagClassName
{
color: #D547EA;
}
</style>
background-color css
<style>
a { background-color: #D547EA; }
a { background-color: rgb(213,71,234); }
div.DivClassName
{
background-color: #D547EA;
}
.BgClassName
{
background-color: #D547EA;
}
</style>
border-color css
<style>
span { border-color: #D547EA; }
span { border-color: rgb(213,71,234); }
td.TdClassName
{
border-color: #D547EA;
}
.TagClassName
{
border-color: #D547EA;
}
</style>