Html Css Color HEX #DD64DC Free Speech Magenta
📋 copy color: '#DD64DC'red 221 ◦ green 100 ◦ blue 220
Shades of Free Speech Magenta #DD64DC
Tints of Free Speech Magenta #DD64DC
RGB
CMYK
RGB Variations
Color information
#DD64DC (or 0xDD64DC) is known color: Free Speech Magenta. HEX triplet: DD, 64 and DC. RGB value is (221,100,220). Sum of RGB (Red+Green+Blue) = 221+100+220=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD64DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD64DC is #229B23. Grayscale: #959595. Windows color (decimal): -2267940 or 14443741. OLE color: 14443741.
HSL color Cylindrical-coordinate representation of color #DD64DC: hue angle of 300.5º 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 #DD64DC is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 220 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.13 |
| HSL | 300.5º | 0.64% | 0.63% | - |
| HSV(B) | 300.5º | 0.55% | 0.87% | - |
| XYZ | 47.29 | 29.65 | 70.94 | - |
| YUV | 149.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 220 | 0 | 0.55 | 0.00 | 0.13 | 300.5 | 0.64 | 0.63 |
| Hex | DD | 64 | DC | 0 | 37 | 0 | D | 12C | 40 | 3F |
| Octal | 335 | 144 | 334 | 0 | 67 | 0 | 15 | 454 | 100 | 77 |
| Binary | 11011101 | 1100100 | 11011100 | 0 | 110111 | 0 | 1101 | 100101100 | 1000000 | 111111 |
Color Harmonies of #DD64DC
Complementary color
Monochromatic Colors of #DD64DC
Black with #DD64DC
Text Example
Text Example
White with #DD64DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64DC; }
p { color: rgb(221,100,220); }
H1.HeaderClassName
{
color: #DD64DC;
}
.AnyTagClassName
{
color: #DD64DC;
}
</style>
background-color css
<style>
a { background-color: #DD64DC; }
a { background-color: rgb(221,100,220); }
div.DivClassName
{
background-color: #DD64DC;
}
.BgClassName
{
background-color: #DD64DC;
}
</style>
border-color css
<style>
span { border-color: #DD64DC; }
span { border-color: rgb(221,100,220); }
td.TdClassName
{
border-color: #DD64DC;
}
.TagClassName
{
border-color: #DD64DC;
}
</style>