Html Css Color HEX #D553EC Free Speech Magenta
📋 copy color: '#D553EC'red 213 ◦ green 83 ◦ blue 236
Shades of Free Speech Magenta #D553EC
Tints of Free Speech Magenta #D553EC
RGB
CMYK
RGB Variations
Color information
#D553EC (or 0xD553EC) is known color: Free Speech Magenta. HEX triplet: D5, 53 and EC. RGB value is (213,83,236). Sum of RGB (Red+Green+Blue) = 213+83+236=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #D553EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D553EC is #2AAC13. Grayscale: #8A8A8A. Windows color (decimal): -2796564 or 15487957. OLE color: 15487957.
HSL color Cylindrical-coordinate representation of color #D553EC: hue angle of 290.98º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D553EC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 83 | 236 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.07 |
| HSL | 290.98º | 0.8% | 0.63% | - |
| HSV(B) | 290.98º | 0.65% | 0.93% | - |
| XYZ | 45.67 | 26.39 | 82.04 | - |
| YUV | 139.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 236 | 0.10 | 0.65 | 0 | 0.07 | 290.98 | 0.8 | 0.63 |
| Hex | D5 | 53 | EC | A | 41 | 0 | 7 | 123 | 50 | 3F |
| Octal | 325 | 123 | 354 | 12 | 101 | 0 | 7 | 443 | 120 | 77 |
| Binary | 11010101 | 1010011 | 11101100 | 1010 | 1000001 | 0 | 111 | 100100011 | 1010000 | 111111 |
Color Harmonies of #D553EC
Complementary color
Monochromatic Colors of #D553EC
Black with #D553EC
Text Example
Text Example
White with #D553EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553EC; }
p { color: rgb(213,83,236); }
H1.HeaderClassName
{
color: #D553EC;
}
.AnyTagClassName
{
color: #D553EC;
}
</style>
background-color css
<style>
a { background-color: #D553EC; }
a { background-color: rgb(213,83,236); }
div.DivClassName
{
background-color: #D553EC;
}
.BgClassName
{
background-color: #D553EC;
}
</style>
border-color css
<style>
span { border-color: #D553EC; }
span { border-color: rgb(213,83,236); }
td.TdClassName
{
border-color: #D553EC;
}
.TagClassName
{
border-color: #D553EC;
}
</style>