Html Css Color HEX #D547ED Free Speech Magenta
📋 copy color: '#D547ED'red 213 ◦ green 71 ◦ blue 237
Shades of Free Speech Magenta #D547ED
Tints of Free Speech Magenta #D547ED
RGB
CMYK
RGB Variations
Color information
#D547ED (or 0xD547ED) is known color: Free Speech Magenta. HEX triplet: D5, 47 and ED. RGB value is (213,71,237). Sum of RGB (Red+Green+Blue) = 213+71+237=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #D547ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D547ED is #2AB812. Grayscale: #838383. Windows color (decimal): -2799635 or 15550421. OLE color: 15550421.
HSL color Cylindrical-coordinate representation of color #D547ED: hue angle of 291.33º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D547ED is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 71 | 237 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.07 |
| HSL | 291.33º | 0.82% | 0.6% | - |
| HSV(B) | 291.33º | 0.7% | 0.93% | - |
| XYZ | 44.98 | 24.77 | 82.53 | - |
| YUV | 132.38 | 187.04 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 237 | 0.10 | 0.70 | 0 | 0.07 | 291.33 | 0.82 | 0.6 |
| Hex | D5 | 47 | ED | A | 46 | 0 | 7 | 123 | 52 | 3C |
| Octal | 325 | 107 | 355 | 12 | 106 | 0 | 7 | 443 | 122 | 74 |
| Binary | 11010101 | 1000111 | 11101101 | 1010 | 1000110 | 0 | 111 | 100100011 | 1010010 | 111100 |
Color Harmonies of #D547ED
Complementary color
Monochromatic Colors of #D547ED
Black with #D547ED
Text Example
Text Example
White with #D547ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547ED; }
p { color: rgb(213,71,237); }
H1.HeaderClassName
{
color: #D547ED;
}
.AnyTagClassName
{
color: #D547ED;
}
</style>
background-color css
<style>
a { background-color: #D547ED; }
a { background-color: rgb(213,71,237); }
div.DivClassName
{
background-color: #D547ED;
}
.BgClassName
{
background-color: #D547ED;
}
</style>
border-color css
<style>
span { border-color: #D547ED; }
span { border-color: rgb(213,71,237); }
td.TdClassName
{
border-color: #D547ED;
}
.TagClassName
{
border-color: #D547ED;
}
</style>