Html Css Color HEX #DD64E2 Free Speech Magenta
📋 copy color: '#DD64E2'red 221 ◦ green 100 ◦ blue 226
Shades of Free Speech Magenta #DD64E2
Tints of Free Speech Magenta #DD64E2
RGB
CMYK
RGB Variations
Color information
#DD64E2 (or 0xDD64E2) is known color: Free Speech Magenta. HEX triplet: DD, 64 and E2. RGB value is (221,100,226). Sum of RGB (Red+Green+Blue) = 221+100+226=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD64E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD64E2 is #229B1D. Grayscale: #969696. Windows color (decimal): -2267934 or 14836957. OLE color: 14836957.
HSL color Cylindrical-coordinate representation of color #DD64E2: hue angle of 297.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD64E2 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 100 | 226 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.11 |
| HSL | 297.62º | 0.68% | 0.64% | - |
| HSV(B) | 297.62º | 0.56% | 0.89% | - |
| XYZ | 48.1 | 29.98 | 75.2 | - |
| YUV | 150.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 226 | 0.02 | 0.56 | 0 | 0.11 | 297.62 | 0.68 | 0.64 |
| Hex | DD | 64 | E2 | 2 | 38 | 0 | B | 12A | 44 | 40 |
| Octal | 335 | 144 | 342 | 2 | 70 | 0 | 13 | 452 | 104 | 100 |
| Binary | 11011101 | 1100100 | 11100010 | 10 | 111000 | 0 | 1011 | 100101010 | 1000100 | 1000000 |
Color Harmonies of #DD64E2
Complementary color
Monochromatic Colors of #DD64E2
Black with #DD64E2
Text Example
Text Example
White with #DD64E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64E2; }
p { color: rgb(221,100,226); }
H1.HeaderClassName
{
color: #DD64E2;
}
.AnyTagClassName
{
color: #DD64E2;
}
</style>
background-color css
<style>
a { background-color: #DD64E2; }
a { background-color: rgb(221,100,226); }
div.DivClassName
{
background-color: #DD64E2;
}
.BgClassName
{
background-color: #DD64E2;
}
</style>
border-color css
<style>
span { border-color: #DD64E2; }
span { border-color: rgb(221,100,226); }
td.TdClassName
{
border-color: #DD64E2;
}
.TagClassName
{
border-color: #DD64E2;
}
</style>