Html Css Color HEX #DD37F0 Free Speech Magenta
📋 copy color: '#DD37F0'red 221 ◦ green 55 ◦ blue 240
Shades of Free Speech Magenta #DD37F0
Tints of Free Speech Magenta #DD37F0
RGB
CMYK
RGB Variations
Color information
#DD37F0 (or 0xDD37F0) is known color: Free Speech Magenta. HEX triplet: DD, 37 and F0. RGB value is (221,55,240). Sum of RGB (Red+Green+Blue) = 221+55+240=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD37F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD37F0 is #22C80F. Grayscale: #7D7D7D. Windows color (decimal): -2279440 or 15742941. OLE color: 15742941.
HSL color Cylindrical-coordinate representation of color #DD37F0: hue angle of 293.84º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD37F0 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 55 | 240 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.06 |
| HSL | 293.84º | 0.86% | 0.58% | - |
| HSV(B) | 293.84º | 0.77% | 0.94% | - |
| XYZ | 46.91 | 24.4 | 84.67 | - |
| YUV | 125.72 | 192.5 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 240 | 0.08 | 0.77 | 0 | 0.06 | 293.84 | 0.86 | 0.58 |
| Hex | DD | 37 | F0 | 8 | 4D | 0 | 6 | 126 | 56 | 3A |
| Octal | 335 | 67 | 360 | 10 | 115 | 0 | 6 | 446 | 126 | 72 |
| Binary | 11011101 | 110111 | 11110000 | 1000 | 1001101 | 0 | 110 | 100100110 | 1010110 | 111010 |
Color Harmonies of #DD37F0
Complementary color
Monochromatic Colors of #DD37F0
Black with #DD37F0
Text Example
Text Example
White with #DD37F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37F0; }
p { color: rgb(221,55,240); }
H1.HeaderClassName
{
color: #DD37F0;
}
.AnyTagClassName
{
color: #DD37F0;
}
</style>
background-color css
<style>
a { background-color: #DD37F0; }
a { background-color: rgb(221,55,240); }
div.DivClassName
{
background-color: #DD37F0;
}
.BgClassName
{
background-color: #DD37F0;
}
</style>
border-color css
<style>
span { border-color: #DD37F0; }
span { border-color: rgb(221,55,240); }
td.TdClassName
{
border-color: #DD37F0;
}
.TagClassName
{
border-color: #DD37F0;
}
</style>