Html Css Color HEX #DD64D3 Free Speech Magenta
📋 copy color: '#DD64D3'red 221 ◦ green 100 ◦ blue 211
Shades of Free Speech Magenta #DD64D3
Tints of Free Speech Magenta #DD64D3
RGB
CMYK
RGB Variations
Color information
#DD64D3 (or 0xDD64D3) is known color: Free Speech Magenta. HEX triplet: DD, 64 and D3. RGB value is (221,100,211). Sum of RGB (Red+Green+Blue) = 221+100+211=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD64D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD64D3 is #229B2C. Grayscale: #949494. Windows color (decimal): -2267949 or 13853917. OLE color: 13853917.
HSL color Cylindrical-coordinate representation of color #DD64D3: hue angle of 304.96º 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 #DD64D3 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 211 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.13 |
| HSL | 304.96º | 0.64% | 0.63% | - |
| HSV(B) | 304.96º | 0.55% | 0.87% | - |
| XYZ | 46.13 | 29.19 | 64.83 | - |
| YUV | 148.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 211 | 0 | 0.55 | 0.05 | 0.13 | 304.96 | 0.64 | 0.63 |
| Hex | DD | 64 | D3 | 0 | 37 | 5 | D | 131 | 40 | 3F |
| Octal | 335 | 144 | 323 | 0 | 67 | 5 | 15 | 461 | 100 | 77 |
| Binary | 11011101 | 1100100 | 11010011 | 0 | 110111 | 101 | 1101 | 100110001 | 1000000 | 111111 |
Color Harmonies of #DD64D3
Complementary color
Monochromatic Colors of #DD64D3
Black with #DD64D3
Text Example
Text Example
White with #DD64D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64D3; }
p { color: rgb(221,100,211); }
H1.HeaderClassName
{
color: #DD64D3;
}
.AnyTagClassName
{
color: #DD64D3;
}
</style>
background-color css
<style>
a { background-color: #DD64D3; }
a { background-color: rgb(221,100,211); }
div.DivClassName
{
background-color: #DD64D3;
}
.BgClassName
{
background-color: #DD64D3;
}
</style>
border-color css
<style>
span { border-color: #DD64D3; }
span { border-color: rgb(221,100,211); }
td.TdClassName
{
border-color: #DD64D3;
}
.TagClassName
{
border-color: #DD64D3;
}
</style>