Html Css Color HEX #D548EC Free Speech Magenta
📋 copy color: '#D548EC'red 213 ◦ green 72 ◦ blue 236
Shades of Free Speech Magenta #D548EC
Tints of Free Speech Magenta #D548EC
RGB
CMYK
RGB Variations
Color information
#D548EC (or 0xD548EC) is known color: Free Speech Magenta. HEX triplet: D5, 48 and EC. RGB value is (213,72,236). Sum of RGB (Red+Green+Blue) = 213+72+236=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #D548EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D548EC is #2AB713. Grayscale: #848484. Windows color (decimal): -2799380 or 15485141. OLE color: 15485141.
HSL color Cylindrical-coordinate representation of color #D548EC: hue angle of 291.59º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D548EC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 72 | 236 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.07 |
| HSL | 291.59º | 0.81% | 0.6% | - |
| HSV(B) | 291.59º | 0.69% | 0.93% | - |
| XYZ | 44.9 | 24.84 | 81.78 | - |
| YUV | 132.86 | 186.21 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 236 | 0.10 | 0.69 | 0 | 0.07 | 291.59 | 0.81 | 0.6 |
| Hex | D5 | 48 | EC | A | 45 | 0 | 7 | 124 | 51 | 3C |
| Octal | 325 | 110 | 354 | 12 | 105 | 0 | 7 | 444 | 121 | 74 |
| Binary | 11010101 | 1001000 | 11101100 | 1010 | 1000101 | 0 | 111 | 100100100 | 1010001 | 111100 |
Color Harmonies of #D548EC
Complementary color
Monochromatic Colors of #D548EC
Black with #D548EC
Text Example
Text Example
White with #D548EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D548EC; }
p { color: rgb(213,72,236); }
H1.HeaderClassName
{
color: #D548EC;
}
.AnyTagClassName
{
color: #D548EC;
}
</style>
background-color css
<style>
a { background-color: #D548EC; }
a { background-color: rgb(213,72,236); }
div.DivClassName
{
background-color: #D548EC;
}
.BgClassName
{
background-color: #D548EC;
}
</style>
border-color css
<style>
span { border-color: #D548EC; }
span { border-color: rgb(213,72,236); }
td.TdClassName
{
border-color: #D548EC;
}
.TagClassName
{
border-color: #D548EC;
}
</style>