Html Css Color HEX #DE64DD Free Speech Magenta
📋 copy color: '#DE64DD'red 222 ◦ green 100 ◦ blue 221
Shades of Free Speech Magenta #DE64DD
Tints of Free Speech Magenta #DE64DD
RGB
CMYK
RGB Variations
Color information
#DE64DD (or 0xDE64DD) is known color: Free Speech Magenta. HEX triplet: DE, 64 and DD. RGB value is (222,100,221). Sum of RGB (Red+Green+Blue) = 222+100+221=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE64DD is #219B22. Grayscale: #959595. Windows color (decimal): -2202403 or 14509278. OLE color: 14509278.
HSL color Cylindrical-coordinate representation of color #DE64DD: hue angle of 300.49º degrees, saturation: 0.65, 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 #DE64DD is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 221 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.13 |
| HSL | 300.49º | 0.65% | 0.63% | - |
| HSV(B) | 300.49º | 0.55% | 0.87% | - |
| XYZ | 47.73 | 29.86 | 71.66 | - |
| YUV | 150.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 221 | 0 | 0.55 | 0.00 | 0.13 | 300.49 | 0.65 | 0.63 |
| Hex | DE | 64 | DD | 0 | 37 | 0 | D | 12C | 41 | 3F |
| Octal | 336 | 144 | 335 | 0 | 67 | 0 | 15 | 454 | 101 | 77 |
| Binary | 11011110 | 1100100 | 11011101 | 0 | 110111 | 0 | 1101 | 100101100 | 1000001 | 111111 |
Color Harmonies of #DE64DD
Complementary color
Monochromatic Colors of #DE64DD
Black with #DE64DD
Text Example
Text Example
White with #DE64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE64DD; }
p { color: rgb(222,100,221); }
H1.HeaderClassName
{
color: #DE64DD;
}
.AnyTagClassName
{
color: #DE64DD;
}
</style>
background-color css
<style>
a { background-color: #DE64DD; }
a { background-color: rgb(222,100,221); }
div.DivClassName
{
background-color: #DE64DD;
}
.BgClassName
{
background-color: #DE64DD;
}
</style>
border-color css
<style>
span { border-color: #DE64DD; }
span { border-color: rgb(222,100,221); }
td.TdClassName
{
border-color: #DE64DD;
}
.TagClassName
{
border-color: #DE64DD;
}
</style>