Html Css Color HEX #DD37EF Free Speech Magenta
📋 copy color: '#DD37EF'red 221 ◦ green 55 ◦ blue 239
Shades of Free Speech Magenta #DD37EF
Tints of Free Speech Magenta #DD37EF
RGB
CMYK
RGB Variations
Color information
#DD37EF (or 0xDD37EF) is known color: Free Speech Magenta. HEX triplet: DD, 37 and EF. RGB value is (221,55,239). Sum of RGB (Red+Green+Blue) = 221+55+239=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 55 (21.88% from 255 or 10.68% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD37EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD37EF is #22C810. Grayscale: #7D7D7D. Windows color (decimal): -2279441 or 15677405. OLE color: 15677405.
HSL color Cylindrical-coordinate representation of color #DD37EF: hue angle of 294.13º degrees, saturation: 0.85, 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 #DD37EF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 55 | 239 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.06 |
| HSL | 294.13º | 0.85% | 0.58% | - |
| HSV(B) | 294.13º | 0.77% | 0.94% | - |
| XYZ | 46.76 | 24.34 | 83.89 | - |
| YUV | 125.61 | 192 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 239 | 0.08 | 0.77 | 0 | 0.06 | 294.13 | 0.85 | 0.58 |
| Hex | DD | 37 | EF | 8 | 4D | 0 | 6 | 126 | 55 | 3A |
| Octal | 335 | 67 | 357 | 10 | 115 | 0 | 6 | 446 | 125 | 72 |
| Binary | 11011101 | 110111 | 11101111 | 1000 | 1001101 | 0 | 110 | 100100110 | 1010101 | 111010 |
Color Harmonies of #DD37EF
Complementary color
Monochromatic Colors of #DD37EF
Black with #DD37EF
Text Example
Text Example
White with #DD37EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37EF; }
p { color: rgb(221,55,239); }
H1.HeaderClassName
{
color: #DD37EF;
}
.AnyTagClassName
{
color: #DD37EF;
}
</style>
background-color css
<style>
a { background-color: #DD37EF; }
a { background-color: rgb(221,55,239); }
div.DivClassName
{
background-color: #DD37EF;
}
.BgClassName
{
background-color: #DD37EF;
}
</style>
border-color css
<style>
span { border-color: #DD37EF; }
span { border-color: rgb(221,55,239); }
td.TdClassName
{
border-color: #DD37EF;
}
.TagClassName
{
border-color: #DD37EF;
}
</style>