Html Css Color HEX #D544ED Free Speech Magenta
📋 copy color: '#D544ED'red 213 ◦ green 68 ◦ blue 237
Shades of Free Speech Magenta #D544ED
Tints of Free Speech Magenta #D544ED
RGB
CMYK
RGB Variations
Color information
#D544ED (or 0xD544ED) is known color: Free Speech Magenta. HEX triplet: D5, 44 and ED. RGB value is (213,68,237). Sum of RGB (Red+Green+Blue) = 213+68+237=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 68 (26.95% from 255 or 13.13% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #D544ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D544ED is #2ABB12. Grayscale: #828282. Windows color (decimal): -2800403 or 15549653. OLE color: 15549653.
HSL color Cylindrical-coordinate representation of color #D544ED: hue angle of 291.48º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D544ED is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 68 | 237 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.07 |
| HSL | 291.48º | 0.82% | 0.6% | - |
| HSV(B) | 291.48º | 0.71% | 0.93% | - |
| XYZ | 44.79 | 24.39 | 82.47 | - |
| YUV | 130.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 237 | 0.10 | 0.71 | 0 | 0.07 | 291.48 | 0.82 | 0.6 |
| Hex | D5 | 44 | ED | A | 47 | 0 | 7 | 123 | 52 | 3C |
| Octal | 325 | 104 | 355 | 12 | 107 | 0 | 7 | 443 | 122 | 74 |
| Binary | 11010101 | 1000100 | 11101101 | 1010 | 1000111 | 0 | 111 | 100100011 | 1010010 | 111100 |
Color Harmonies of #D544ED
Complementary color
Monochromatic Colors of #D544ED
Black with #D544ED
Text Example
Text Example
White with #D544ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D544ED; }
p { color: rgb(213,68,237); }
H1.HeaderClassName
{
color: #D544ED;
}
.AnyTagClassName
{
color: #D544ED;
}
</style>
background-color css
<style>
a { background-color: #D544ED; }
a { background-color: rgb(213,68,237); }
div.DivClassName
{
background-color: #D544ED;
}
.BgClassName
{
background-color: #D544ED;
}
</style>
border-color css
<style>
span { border-color: #D544ED; }
span { border-color: rgb(213,68,237); }
td.TdClassName
{
border-color: #D544ED;
}
.TagClassName
{
border-color: #D544ED;
}
</style>