Html Css Color HEX #D550EC Free Speech Magenta
📋 copy color: '#D550EC'red 213 ◦ green 80 ◦ blue 236
Shades of Free Speech Magenta #D550EC
Tints of Free Speech Magenta #D550EC
RGB
CMYK
RGB Variations
Color information
#D550EC (or 0xD550EC) is known color: Free Speech Magenta. HEX triplet: D5, 50 and EC. RGB value is (213,80,236). Sum of RGB (Red+Green+Blue) = 213+80+236=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #D550EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D550EC is #2AAF13. Grayscale: #898989. Windows color (decimal): -2797332 or 15487189. OLE color: 15487189.
HSL color Cylindrical-coordinate representation of color #D550EC: hue angle of 291.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D550EC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 80 | 236 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.07 |
| HSL | 291.15º | 0.8% | 0.62% | - |
| HSV(B) | 291.15º | 0.66% | 0.93% | - |
| XYZ | 45.45 | 25.94 | 81.97 | - |
| YUV | 137.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 236 | 0.10 | 0.66 | 0 | 0.07 | 291.15 | 0.8 | 0.62 |
| Hex | D5 | 50 | EC | A | 42 | 0 | 7 | 123 | 50 | 3E |
| Octal | 325 | 120 | 354 | 12 | 102 | 0 | 7 | 443 | 120 | 76 |
| Binary | 11010101 | 1010000 | 11101100 | 1010 | 1000010 | 0 | 111 | 100100011 | 1010000 | 111110 |
Color Harmonies of #D550EC
Complementary color
Monochromatic Colors of #D550EC
Black with #D550EC
Text Example
Text Example
White with #D550EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550EC; }
p { color: rgb(213,80,236); }
H1.HeaderClassName
{
color: #D550EC;
}
.AnyTagClassName
{
color: #D550EC;
}
</style>
background-color css
<style>
a { background-color: #D550EC; }
a { background-color: rgb(213,80,236); }
div.DivClassName
{
background-color: #D550EC;
}
.BgClassName
{
background-color: #D550EC;
}
</style>
border-color css
<style>
span { border-color: #D550EC; }
span { border-color: rgb(213,80,236); }
td.TdClassName
{
border-color: #D550EC;
}
.TagClassName
{
border-color: #D550EC;
}
</style>