Html Css Color HEX #DD4DF0 Free Speech Magenta
📋 copy color: '#DD4DF0'red 221 ◦ green 77 ◦ blue 240
Shades of Free Speech Magenta #DD4DF0
Tints of Free Speech Magenta #DD4DF0
RGB
CMYK
RGB Variations
Color information
#DD4DF0 (or 0xDD4DF0) is known color: Free Speech Magenta. HEX triplet: DD, 4D and F0. RGB value is (221,77,240). Sum of RGB (Red+Green+Blue) = 221+77+240=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 77 (30.47% from 255 or 14.31% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD4DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DF0 is #22B20F. Grayscale: #8A8A8A. Windows color (decimal): -2273808 or 15748573. OLE color: 15748573.
HSL color Cylindrical-coordinate representation of color #DD4DF0: hue angle of 293.01º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4DF0 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 77 | 240 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.06 |
| HSL | 293.01º | 0.84% | 0.62% | - |
| HSV(B) | 293.01º | 0.68% | 0.94% | - |
| XYZ | 48.2 | 26.97 | 85.1 | - |
| YUV | 138.64 | 185.21 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 240 | 0.08 | 0.68 | 0 | 0.06 | 293.01 | 0.84 | 0.62 |
| Hex | DD | 4D | F0 | 8 | 44 | 0 | 6 | 125 | 54 | 3E |
| Octal | 335 | 115 | 360 | 10 | 104 | 0 | 6 | 445 | 124 | 76 |
| Binary | 11011101 | 1001101 | 11110000 | 1000 | 1000100 | 0 | 110 | 100100101 | 1010100 | 111110 |
Color Harmonies of #DD4DF0
Complementary color
Monochromatic Colors of #DD4DF0
Black with #DD4DF0
Text Example
Text Example
White with #DD4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DF0; }
p { color: rgb(221,77,240); }
H1.HeaderClassName
{
color: #DD4DF0;
}
.AnyTagClassName
{
color: #DD4DF0;
}
</style>
background-color css
<style>
a { background-color: #DD4DF0; }
a { background-color: rgb(221,77,240); }
div.DivClassName
{
background-color: #DD4DF0;
}
.BgClassName
{
background-color: #DD4DF0;
}
</style>
border-color css
<style>
span { border-color: #DD4DF0; }
span { border-color: rgb(221,77,240); }
td.TdClassName
{
border-color: #DD4DF0;
}
.TagClassName
{
border-color: #DD4DF0;
}
</style>