Html Css Color HEX #DD31EC Free Speech Magenta
📋 copy color: '#DD31EC'red 221 ◦ green 49 ◦ blue 236
Shades of Free Speech Magenta #DD31EC
Tints of Free Speech Magenta #DD31EC
RGB
CMYK
RGB Variations
Color information
#DD31EC (or 0xDD31EC) is known color: Free Speech Magenta. HEX triplet: DD, 31 and EC. RGB value is (221,49,236). Sum of RGB (Red+Green+Blue) = 221+49+236=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD31EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD31EC is #22CE13. Grayscale: #797979. Windows color (decimal): -2280980 or 15479261. OLE color: 15479261.
HSL color Cylindrical-coordinate representation of color #DD31EC: hue angle of 295.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD31EC is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 49 | 236 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.07 |
| HSL | 295.19º | 0.83% | 0.56% | - |
| HSV(B) | 295.19º | 0.79% | 0.93% | - |
| XYZ | 46.06 | 23.62 | 81.49 | - |
| YUV | 121.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 236 | 0.06 | 0.79 | 0 | 0.07 | 295.19 | 0.83 | 0.56 |
| Hex | DD | 31 | EC | 6 | 4F | 0 | 7 | 127 | 53 | 38 |
| Octal | 335 | 61 | 354 | 6 | 117 | 0 | 7 | 447 | 123 | 70 |
| Binary | 11011101 | 110001 | 11101100 | 110 | 1001111 | 0 | 111 | 100100111 | 1010011 | 111000 |
Color Harmonies of #DD31EC
Complementary color
Monochromatic Colors of #DD31EC
Black with #DD31EC
Text Example
Text Example
White with #DD31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31EC; }
p { color: rgb(221,49,236); }
H1.HeaderClassName
{
color: #DD31EC;
}
.AnyTagClassName
{
color: #DD31EC;
}
</style>
background-color css
<style>
a { background-color: #DD31EC; }
a { background-color: rgb(221,49,236); }
div.DivClassName
{
background-color: #DD31EC;
}
.BgClassName
{
background-color: #DD31EC;
}
</style>
border-color css
<style>
span { border-color: #DD31EC; }
span { border-color: rgb(221,49,236); }
td.TdClassName
{
border-color: #DD31EC;
}
.TagClassName
{
border-color: #DD31EC;
}
</style>