Html Css Color HEX #DD50F0 Free Speech Magenta
📋 copy color: '#DD50F0'red 221 ◦ green 80 ◦ blue 240
Shades of Free Speech Magenta #DD50F0
Tints of Free Speech Magenta #DD50F0
RGB
CMYK
RGB Variations
Color information
#DD50F0 (or 0xDD50F0) is known color: Free Speech Magenta. HEX triplet: DD, 50 and F0. RGB value is (221,80,240). Sum of RGB (Red+Green+Blue) = 221+80+240=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD50F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50F0 is #22AF0F. Grayscale: #8B8B8B. Windows color (decimal): -2273040 or 15749341. OLE color: 15749341.
HSL color Cylindrical-coordinate representation of color #DD50F0: hue angle of 292.88º degrees, saturation: 0.84, 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 #DD50F0 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 80 | 240 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.06 |
| HSL | 292.88º | 0.84% | 0.63% | - |
| HSV(B) | 292.88º | 0.67% | 0.94% | - |
| XYZ | 48.42 | 27.4 | 85.18 | - |
| YUV | 140.4 | 184.21 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 240 | 0.08 | 0.67 | 0 | 0.06 | 292.88 | 0.84 | 0.63 |
| Hex | DD | 50 | F0 | 8 | 43 | 0 | 6 | 125 | 54 | 3F |
| Octal | 335 | 120 | 360 | 10 | 103 | 0 | 6 | 445 | 124 | 77 |
| Binary | 11011101 | 1010000 | 11110000 | 1000 | 1000011 | 0 | 110 | 100100101 | 1010100 | 111111 |
Color Harmonies of #DD50F0
Complementary color
Monochromatic Colors of #DD50F0
Black with #DD50F0
Text Example
Text Example
White with #DD50F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50F0; }
p { color: rgb(221,80,240); }
H1.HeaderClassName
{
color: #DD50F0;
}
.AnyTagClassName
{
color: #DD50F0;
}
</style>
background-color css
<style>
a { background-color: #DD50F0; }
a { background-color: rgb(221,80,240); }
div.DivClassName
{
background-color: #DD50F0;
}
.BgClassName
{
background-color: #DD50F0;
}
</style>
border-color css
<style>
span { border-color: #DD50F0; }
span { border-color: rgb(221,80,240); }
td.TdClassName
{
border-color: #DD50F0;
}
.TagClassName
{
border-color: #DD50F0;
}
</style>