Html Css Color HEX #DD64D9 Free Speech Magenta
📋 copy color: '#DD64D9'red 221 ◦ green 100 ◦ blue 217
Shades of Free Speech Magenta #DD64D9
Tints of Free Speech Magenta #DD64D9
RGB
CMYK
RGB Variations
Color information
#DD64D9 (or 0xDD64D9) is known color: Free Speech Magenta. HEX triplet: DD, 64 and D9. RGB value is (221,100,217). Sum of RGB (Red+Green+Blue) = 221+100+217=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD64D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD64D9 is #229B26. Grayscale: #959595. Windows color (decimal): -2267943 or 14247133. OLE color: 14247133.
HSL color Cylindrical-coordinate representation of color #DD64D9: hue angle of 301.98º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD64D9 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 217 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.13 |
| HSL | 301.98º | 0.64% | 0.63% | - |
| HSV(B) | 301.98º | 0.55% | 0.87% | - |
| XYZ | 46.9 | 29.5 | 68.87 | - |
| YUV | 149.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 217 | 0 | 0.55 | 0.02 | 0.13 | 301.98 | 0.64 | 0.63 |
| Hex | DD | 64 | D9 | 0 | 37 | 2 | D | 12E | 40 | 3F |
| Octal | 335 | 144 | 331 | 0 | 67 | 2 | 15 | 456 | 100 | 77 |
| Binary | 11011101 | 1100100 | 11011001 | 0 | 110111 | 10 | 1101 | 100101110 | 1000000 | 111111 |
Color Harmonies of #DD64D9
Complementary color
Monochromatic Colors of #DD64D9
Black with #DD64D9
Text Example
Text Example
White with #DD64D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64D9; }
p { color: rgb(221,100,217); }
H1.HeaderClassName
{
color: #DD64D9;
}
.AnyTagClassName
{
color: #DD64D9;
}
</style>
background-color css
<style>
a { background-color: #DD64D9; }
a { background-color: rgb(221,100,217); }
div.DivClassName
{
background-color: #DD64D9;
}
.BgClassName
{
background-color: #DD64D9;
}
</style>
border-color css
<style>
span { border-color: #DD64D9; }
span { border-color: rgb(221,100,217); }
td.TdClassName
{
border-color: #DD64D9;
}
.TagClassName
{
border-color: #DD64D9;
}
</style>