Html Css Color HEX #DD45EC Free Speech Magenta
📋 copy color: '#DD45EC'red 221 ◦ green 69 ◦ blue 236
Shades of Free Speech Magenta #DD45EC
Tints of Free Speech Magenta #DD45EC
RGB
CMYK
RGB Variations
Color information
#DD45EC (or 0xDD45EC) is known color: Free Speech Magenta. HEX triplet: DD, 45 and EC. RGB value is (221,69,236). Sum of RGB (Red+Green+Blue) = 221+69+236=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 69 (27.34% from 255 or 13.12% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD45EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD45EC is #22BA13. Grayscale: #848484. Windows color (decimal): -2275860 or 15484381. OLE color: 15484381.
HSL color Cylindrical-coordinate representation of color #DD45EC: hue angle of 294.61º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD45EC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 69 | 236 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.07 |
| HSL | 294.61º | 0.81% | 0.6% | - |
| HSV(B) | 294.61º | 0.71% | 0.93% | - |
| XYZ | 47.09 | 25.68 | 81.83 | - |
| YUV | 133.49 | 185.86 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 236 | 0.06 | 0.71 | 0 | 0.07 | 294.61 | 0.81 | 0.6 |
| Hex | DD | 45 | EC | 6 | 47 | 0 | 7 | 127 | 51 | 3C |
| Octal | 335 | 105 | 354 | 6 | 107 | 0 | 7 | 447 | 121 | 74 |
| Binary | 11011101 | 1000101 | 11101100 | 110 | 1000111 | 0 | 111 | 100100111 | 1010001 | 111100 |
Color Harmonies of #DD45EC
Complementary color
Monochromatic Colors of #DD45EC
Black with #DD45EC
Text Example
Text Example
White with #DD45EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD45EC; }
p { color: rgb(221,69,236); }
H1.HeaderClassName
{
color: #DD45EC;
}
.AnyTagClassName
{
color: #DD45EC;
}
</style>
background-color css
<style>
a { background-color: #DD45EC; }
a { background-color: rgb(221,69,236); }
div.DivClassName
{
background-color: #DD45EC;
}
.BgClassName
{
background-color: #DD45EC;
}
</style>
border-color css
<style>
span { border-color: #DD45EC; }
span { border-color: rgb(221,69,236); }
td.TdClassName
{
border-color: #DD45EC;
}
.TagClassName
{
border-color: #DD45EC;
}
</style>