Html Css Color HEX #DD53F0 Free Speech Magenta
📋 copy color: '#DD53F0'red 221 ◦ green 83 ◦ blue 240
Shades of Free Speech Magenta #DD53F0
Tints of Free Speech Magenta #DD53F0
RGB
CMYK
RGB Variations
Color information
#DD53F0 (or 0xDD53F0) is known color: Free Speech Magenta. HEX triplet: DD, 53 and F0. RGB value is (221,83,240). Sum of RGB (Red+Green+Blue) = 221+83+240=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD53F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53F0 is #22AC0F. Grayscale: #8D8D8D. Windows color (decimal): -2272272 or 15750109. OLE color: 15750109.
HSL color Cylindrical-coordinate representation of color #DD53F0: hue angle of 292.74º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD53F0 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 83 | 240 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.06 |
| HSL | 292.74º | 0.84% | 0.63% | - |
| HSV(B) | 292.74º | 0.65% | 0.94% | - |
| XYZ | 48.64 | 27.85 | 85.25 | - |
| YUV | 142.16 | 183.22 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 240 | 0.08 | 0.65 | 0 | 0.06 | 292.74 | 0.84 | 0.63 |
| Hex | DD | 53 | F0 | 8 | 41 | 0 | 6 | 125 | 54 | 3F |
| Octal | 335 | 123 | 360 | 10 | 101 | 0 | 6 | 445 | 124 | 77 |
| Binary | 11011101 | 1010011 | 11110000 | 1000 | 1000001 | 0 | 110 | 100100101 | 1010100 | 111111 |
Color Harmonies of #DD53F0
Complementary color
Monochromatic Colors of #DD53F0
Black with #DD53F0
Text Example
Text Example
White with #DD53F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53F0; }
p { color: rgb(221,83,240); }
H1.HeaderClassName
{
color: #DD53F0;
}
.AnyTagClassName
{
color: #DD53F0;
}
</style>
background-color css
<style>
a { background-color: #DD53F0; }
a { background-color: rgb(221,83,240); }
div.DivClassName
{
background-color: #DD53F0;
}
.BgClassName
{
background-color: #DD53F0;
}
</style>
border-color css
<style>
span { border-color: #DD53F0; }
span { border-color: rgb(221,83,240); }
td.TdClassName
{
border-color: #DD53F0;
}
.TagClassName
{
border-color: #DD53F0;
}
</style>