Html Css Color HEX #DD4EF1 Free Speech Magenta
📋 copy color: '#DD4EF1'red 221 ◦ green 78 ◦ blue 241
Shades of Free Speech Magenta #DD4EF1
Tints of Free Speech Magenta #DD4EF1
RGB
CMYK
RGB Variations
Color information
#DD4EF1 (or 0xDD4EF1) is known color: Free Speech Magenta. HEX triplet: DD, 4E and F1. RGB value is (221,78,241). Sum of RGB (Red+Green+Blue) = 221+78+241=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 78 (30.86% from 255 or 14.44% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD4EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4EF1 is #22B10E. Grayscale: #8A8A8A. Windows color (decimal): -2273551 or 15814365. OLE color: 15814365.
HSL color Cylindrical-coordinate representation of color #DD4EF1: hue angle of 292.64º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4EF1 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 78 | 241 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.05 |
| HSL | 292.64º | 0.85% | 0.63% | - |
| HSV(B) | 292.64º | 0.68% | 0.95% | - |
| XYZ | 48.42 | 27.17 | 85.91 | - |
| YUV | 139.34 | 185.38 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 241 | 0.08 | 0.68 | 0 | 0.05 | 292.64 | 0.85 | 0.63 |
| Hex | DD | 4E | F1 | 8 | 44 | 0 | 5 | 125 | 55 | 3F |
| Octal | 335 | 116 | 361 | 10 | 104 | 0 | 5 | 445 | 125 | 77 |
| Binary | 11011101 | 1001110 | 11110001 | 1000 | 1000100 | 0 | 101 | 100100101 | 1010101 | 111111 |
Color Harmonies of #DD4EF1
Complementary color
Monochromatic Colors of #DD4EF1
Black with #DD4EF1
Text Example
Text Example
White with #DD4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4EF1; }
p { color: rgb(221,78,241); }
H1.HeaderClassName
{
color: #DD4EF1;
}
.AnyTagClassName
{
color: #DD4EF1;
}
</style>
background-color css
<style>
a { background-color: #DD4EF1; }
a { background-color: rgb(221,78,241); }
div.DivClassName
{
background-color: #DD4EF1;
}
.BgClassName
{
background-color: #DD4EF1;
}
</style>
border-color css
<style>
span { border-color: #DD4EF1; }
span { border-color: rgb(221,78,241); }
td.TdClassName
{
border-color: #DD4EF1;
}
.TagClassName
{
border-color: #DD4EF1;
}
</style>