Html Css Color HEX #DD58EC Free Speech Magenta
📋 copy color: '#DD58EC'red 221 ◦ green 88 ◦ blue 236
Shades of Free Speech Magenta #DD58EC
Tints of Free Speech Magenta #DD58EC
RGB
CMYK
RGB Variations
Color information
#DD58EC (or 0xDD58EC) is known color: Free Speech Magenta. HEX triplet: DD, 58 and EC. RGB value is (221,88,236). Sum of RGB (Red+Green+Blue) = 221+88+236=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD58EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD58EC is #22A713. Grayscale: #909090. Windows color (decimal): -2270996 or 15489245. OLE color: 15489245.
HSL color Cylindrical-coordinate representation of color #DD58EC: hue angle of 293.92º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD58EC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 88 | 236 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.07 |
| HSL | 293.92º | 0.8% | 0.64% | - |
| HSV(B) | 293.92º | 0.63% | 0.93% | - |
| XYZ | 48.45 | 28.41 | 82.29 | - |
| YUV | 144.64 | 179.56 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 236 | 0.06 | 0.63 | 0 | 0.07 | 293.92 | 0.8 | 0.64 |
| Hex | DD | 58 | EC | 6 | 3F | 0 | 7 | 126 | 50 | 40 |
| Octal | 335 | 130 | 354 | 6 | 77 | 0 | 7 | 446 | 120 | 100 |
| Binary | 11011101 | 1011000 | 11101100 | 110 | 111111 | 0 | 111 | 100100110 | 1010000 | 1000000 |
Color Harmonies of #DD58EC
Complementary color
Monochromatic Colors of #DD58EC
Black with #DD58EC
Text Example
Text Example
White with #DD58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58EC; }
p { color: rgb(221,88,236); }
H1.HeaderClassName
{
color: #DD58EC;
}
.AnyTagClassName
{
color: #DD58EC;
}
</style>
background-color css
<style>
a { background-color: #DD58EC; }
a { background-color: rgb(221,88,236); }
div.DivClassName
{
background-color: #DD58EC;
}
.BgClassName
{
background-color: #DD58EC;
}
</style>
border-color css
<style>
span { border-color: #DD58EC; }
span { border-color: rgb(221,88,236); }
td.TdClassName
{
border-color: #DD58EC;
}
.TagClassName
{
border-color: #DD58EC;
}
</style>