Html Css Color HEX #DD56EC Free Speech Magenta
📋 copy color: '#DD56EC'red 221 ◦ green 86 ◦ blue 236
Shades of Free Speech Magenta #DD56EC
Tints of Free Speech Magenta #DD56EC
RGB
CMYK
RGB Variations
Color information
#DD56EC (or 0xDD56EC) is known color: Free Speech Magenta. HEX triplet: DD, 56 and EC. RGB value is (221,86,236). Sum of RGB (Red+Green+Blue) = 221+86+236=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 86 (33.98% from 255 or 15.84% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD56EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD56EC is #22A913. Grayscale: #8F8F8F. Windows color (decimal): -2271508 or 15488733. OLE color: 15488733.
HSL color Cylindrical-coordinate representation of color #DD56EC: hue angle of 294º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD56EC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 86 | 236 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.07 |
| HSL | 294º | 0.8% | 0.63% | - |
| HSV(B) | 294º | 0.64% | 0.93% | - |
| XYZ | 48.29 | 28.08 | 82.23 | - |
| YUV | 143.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 236 | 0.06 | 0.64 | 0 | 0.07 | 294 | 0.8 | 0.63 |
| Hex | DD | 56 | EC | 6 | 40 | 0 | 7 | 126 | 50 | 3F |
| Octal | 335 | 126 | 354 | 6 | 100 | 0 | 7 | 446 | 120 | 77 |
| Binary | 11011101 | 1010110 | 11101100 | 110 | 1000000 | 0 | 111 | 100100110 | 1010000 | 111111 |
Color Harmonies of #DD56EC
Complementary color
Monochromatic Colors of #DD56EC
Black with #DD56EC
Text Example
Text Example
White with #DD56EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56EC; }
p { color: rgb(221,86,236); }
H1.HeaderClassName
{
color: #DD56EC;
}
.AnyTagClassName
{
color: #DD56EC;
}
</style>
background-color css
<style>
a { background-color: #DD56EC; }
a { background-color: rgb(221,86,236); }
div.DivClassName
{
background-color: #DD56EC;
}
.BgClassName
{
background-color: #DD56EC;
}
</style>
border-color css
<style>
span { border-color: #DD56EC; }
span { border-color: rgb(221,86,236); }
td.TdClassName
{
border-color: #DD56EC;
}
.TagClassName
{
border-color: #DD56EC;
}
</style>