Html Css Color HEX #DD64D8 Free Speech Magenta
📋 copy color: '#DD64D8'red 221 ◦ green 100 ◦ blue 216
Shades of Free Speech Magenta #DD64D8
Tints of Free Speech Magenta #DD64D8
RGB
CMYK
RGB Variations
Color information
#DD64D8 (or 0xDD64D8) is known color: Free Speech Magenta. HEX triplet: DD, 64 and D8. RGB value is (221,100,216). Sum of RGB (Red+Green+Blue) = 221+100+216=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD64D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD64D8 is #229B27. Grayscale: #959595. Windows color (decimal): -2267944 or 14181597. OLE color: 14181597.
HSL color Cylindrical-coordinate representation of color #DD64D8: hue angle of 302.48º 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 #DD64D8 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 216 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.13 |
| HSL | 302.48º | 0.64% | 0.63% | - |
| HSV(B) | 302.48º | 0.55% | 0.87% | - |
| XYZ | 46.77 | 29.44 | 68.18 | - |
| YUV | 149.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 216 | 0 | 0.55 | 0.02 | 0.13 | 302.48 | 0.64 | 0.63 |
| Hex | DD | 64 | D8 | 0 | 37 | 2 | D | 12E | 40 | 3F |
| Octal | 335 | 144 | 330 | 0 | 67 | 2 | 15 | 456 | 100 | 77 |
| Binary | 11011101 | 1100100 | 11011000 | 0 | 110111 | 10 | 1101 | 100101110 | 1000000 | 111111 |
Color Harmonies of #DD64D8
Complementary color
Monochromatic Colors of #DD64D8
Black with #DD64D8
Text Example
Text Example
White with #DD64D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64D8; }
p { color: rgb(221,100,216); }
H1.HeaderClassName
{
color: #DD64D8;
}
.AnyTagClassName
{
color: #DD64D8;
}
</style>
background-color css
<style>
a { background-color: #DD64D8; }
a { background-color: rgb(221,100,216); }
div.DivClassName
{
background-color: #DD64D8;
}
.BgClassName
{
background-color: #DD64D8;
}
</style>
border-color css
<style>
span { border-color: #DD64D8; }
span { border-color: rgb(221,100,216); }
td.TdClassName
{
border-color: #DD64D8;
}
.TagClassName
{
border-color: #DD64D8;
}
</style>