Html Css Color HEX #DD50EF Free Speech Magenta
📋 copy color: '#DD50EF'red 221 ◦ green 80 ◦ blue 239
Shades of Free Speech Magenta #DD50EF
Tints of Free Speech Magenta #DD50EF
RGB
CMYK
RGB Variations
Color information
#DD50EF (or 0xDD50EF) is known color: Free Speech Magenta. HEX triplet: DD, 50 and EF. RGB value is (221,80,239). Sum of RGB (Red+Green+Blue) = 221+80+239=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD50EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50EF is #22AF10. Grayscale: #8B8B8B. Windows color (decimal): -2273041 or 15683805. OLE color: 15683805.
HSL color Cylindrical-coordinate representation of color #DD50EF: hue angle of 293.21º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD50EF is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 80 | 239 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.06 |
| HSL | 293.21º | 0.83% | 0.63% | - |
| HSV(B) | 293.21º | 0.67% | 0.94% | - |
| XYZ | 48.27 | 27.34 | 84.39 | - |
| YUV | 140.29 | 183.71 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 239 | 0.08 | 0.67 | 0 | 0.06 | 293.21 | 0.83 | 0.63 |
| Hex | DD | 50 | EF | 8 | 43 | 0 | 6 | 125 | 53 | 3F |
| Octal | 335 | 120 | 357 | 10 | 103 | 0 | 6 | 445 | 123 | 77 |
| Binary | 11011101 | 1010000 | 11101111 | 1000 | 1000011 | 0 | 110 | 100100101 | 1010011 | 111111 |
Color Harmonies of #DD50EF
Complementary color
Monochromatic Colors of #DD50EF
Black with #DD50EF
Text Example
Text Example
White with #DD50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50EF; }
p { color: rgb(221,80,239); }
H1.HeaderClassName
{
color: #DD50EF;
}
.AnyTagClassName
{
color: #DD50EF;
}
</style>
background-color css
<style>
a { background-color: #DD50EF; }
a { background-color: rgb(221,80,239); }
div.DivClassName
{
background-color: #DD50EF;
}
.BgClassName
{
background-color: #DD50EF;
}
</style>
border-color css
<style>
span { border-color: #DD50EF; }
span { border-color: rgb(221,80,239); }
td.TdClassName
{
border-color: #DD50EF;
}
.TagClassName
{
border-color: #DD50EF;
}
</style>