Html Css Color HEX #DD52F0 Free Speech Magenta
📋 copy color: '#DD52F0'red 221 ◦ green 82 ◦ blue 240
Shades of Free Speech Magenta #DD52F0
Tints of Free Speech Magenta #DD52F0
RGB
CMYK
RGB Variations
Color information
#DD52F0 (or 0xDD52F0) is known color: Free Speech Magenta. HEX triplet: DD, 52 and F0. RGB value is (221,82,240). Sum of RGB (Red+Green+Blue) = 221+82+240=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 82 (32.42% from 255 or 15.10% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD52F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD52F0 is #22AD0F. Grayscale: #8D8D8D. Windows color (decimal): -2272528 or 15749853. OLE color: 15749853.
HSL color Cylindrical-coordinate representation of color #DD52F0: hue angle of 292.78º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD52F0 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 82 | 240 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.06 |
| HSL | 292.78º | 0.84% | 0.63% | - |
| HSV(B) | 292.78º | 0.66% | 0.94% | - |
| XYZ | 48.56 | 27.7 | 85.22 | - |
| YUV | 141.57 | 183.55 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 240 | 0.08 | 0.66 | 0 | 0.06 | 292.78 | 0.84 | 0.63 |
| Hex | DD | 52 | F0 | 8 | 42 | 0 | 6 | 125 | 54 | 3F |
| Octal | 335 | 122 | 360 | 10 | 102 | 0 | 6 | 445 | 124 | 77 |
| Binary | 11011101 | 1010010 | 11110000 | 1000 | 1000010 | 0 | 110 | 100100101 | 1010100 | 111111 |
Color Harmonies of #DD52F0
Complementary color
Monochromatic Colors of #DD52F0
Black with #DD52F0
Text Example
Text Example
White with #DD52F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52F0; }
p { color: rgb(221,82,240); }
H1.HeaderClassName
{
color: #DD52F0;
}
.AnyTagClassName
{
color: #DD52F0;
}
</style>
background-color css
<style>
a { background-color: #DD52F0; }
a { background-color: rgb(221,82,240); }
div.DivClassName
{
background-color: #DD52F0;
}
.BgClassName
{
background-color: #DD52F0;
}
</style>
border-color css
<style>
span { border-color: #DD52F0; }
span { border-color: rgb(221,82,240); }
td.TdClassName
{
border-color: #DD52F0;
}
.TagClassName
{
border-color: #DD52F0;
}
</style>