Html Css Color HEX #DD4DF1 Free Speech Magenta
📋 copy color: '#DD4DF1'red 221 ◦ green 77 ◦ blue 241
Shades of Free Speech Magenta #DD4DF1
Tints of Free Speech Magenta #DD4DF1
RGB
CMYK
RGB Variations
Color information
#DD4DF1 (or 0xDD4DF1) is known color: Free Speech Magenta. HEX triplet: DD, 4D and F1. RGB value is (221,77,241). Sum of RGB (Red+Green+Blue) = 221+77+241=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 77 (30.47% from 255 or 14.29% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD4DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DF1 is #22B20E. Grayscale: #8A8A8A. Windows color (decimal): -2273807 or 15814109. OLE color: 15814109.
HSL color Cylindrical-coordinate representation of color #DD4DF1: hue angle of 292.68º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4DF1 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 77 | 241 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.05 |
| HSL | 292.68º | 0.85% | 0.62% | - |
| HSV(B) | 292.68º | 0.68% | 0.95% | - |
| XYZ | 48.35 | 27.03 | 85.89 | - |
| YUV | 138.75 | 185.71 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 241 | 0.08 | 0.68 | 0 | 0.05 | 292.68 | 0.85 | 0.62 |
| Hex | DD | 4D | F1 | 8 | 44 | 0 | 5 | 125 | 55 | 3E |
| Octal | 335 | 115 | 361 | 10 | 104 | 0 | 5 | 445 | 125 | 76 |
| Binary | 11011101 | 1001101 | 11110001 | 1000 | 1000100 | 0 | 101 | 100100101 | 1010101 | 111110 |
Color Harmonies of #DD4DF1
Complementary color
Monochromatic Colors of #DD4DF1
Black with #DD4DF1
Text Example
Text Example
White with #DD4DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DF1; }
p { color: rgb(221,77,241); }
H1.HeaderClassName
{
color: #DD4DF1;
}
.AnyTagClassName
{
color: #DD4DF1;
}
</style>
background-color css
<style>
a { background-color: #DD4DF1; }
a { background-color: rgb(221,77,241); }
div.DivClassName
{
background-color: #DD4DF1;
}
.BgClassName
{
background-color: #DD4DF1;
}
</style>
border-color css
<style>
span { border-color: #DD4DF1; }
span { border-color: rgb(221,77,241); }
td.TdClassName
{
border-color: #DD4DF1;
}
.TagClassName
{
border-color: #DD4DF1;
}
</style>