Html Css Color HEX #DD4DF6 Free Speech Magenta
📋 copy color: '#DD4DF6'red 221 ◦ green 77 ◦ blue 246
Shades of Free Speech Magenta #DD4DF6
Tints of Free Speech Magenta #DD4DF6
RGB
CMYK
RGB Variations
Color information
#DD4DF6 (or 0xDD4DF6) is known color: Free Speech Magenta. HEX triplet: DD, 4D and F6. RGB value is (221,77,246). Sum of RGB (Red+Green+Blue) = 221+77+246=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 77 (30.47% from 255 or 14.15% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD4DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DF6 is #22B209. Grayscale: #8A8A8A. Windows color (decimal): -2273802 or 16141789. OLE color: 16141789.
HSL color Cylindrical-coordinate representation of color #DD4DF6: hue angle of 291.12º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4DF6 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 77 | 246 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.04 |
| HSL | 291.12º | 0.9% | 0.63% | - |
| HSV(B) | 291.12º | 0.69% | 0.96% | - |
| XYZ | 49.11 | 27.33 | 89.88 | - |
| YUV | 139.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 246 | 0.10 | 0.69 | 0 | 0.04 | 291.12 | 0.9 | 0.63 |
| Hex | DD | 4D | F6 | A | 45 | 0 | 4 | 123 | 5A | 3F |
| Octal | 335 | 115 | 366 | 12 | 105 | 0 | 4 | 443 | 132 | 77 |
| Binary | 11011101 | 1001101 | 11110110 | 1010 | 1000101 | 0 | 100 | 100100011 | 1011010 | 111111 |
Color Harmonies of #DD4DF6
Complementary color
Monochromatic Colors of #DD4DF6
Black with #DD4DF6
Text Example
Text Example
White with #DD4DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DF6; }
p { color: rgb(221,77,246); }
H1.HeaderClassName
{
color: #DD4DF6;
}
.AnyTagClassName
{
color: #DD4DF6;
}
</style>
background-color css
<style>
a { background-color: #DD4DF6; }
a { background-color: rgb(221,77,246); }
div.DivClassName
{
background-color: #DD4DF6;
}
.BgClassName
{
background-color: #DD4DF6;
}
</style>
border-color css
<style>
span { border-color: #DD4DF6; }
span { border-color: rgb(221,77,246); }
td.TdClassName
{
border-color: #DD4DF6;
}
.TagClassName
{
border-color: #DD4DF6;
}
</style>