Html Css Color HEX #DD42DC Free Speech Magenta
📋 copy color: '#DD42DC'red 221 ◦ green 66 ◦ blue 220
Shades of Free Speech Magenta #DD42DC
Tints of Free Speech Magenta #DD42DC
RGB
CMYK
RGB Variations
Color information
#DD42DC (or 0xDD42DC) is known color: Free Speech Magenta. HEX triplet: DD, 42 and DC. RGB value is (221,66,220). Sum of RGB (Red+Green+Blue) = 221+66+220=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42DC is #22BD23. Grayscale: #818181. Windows color (decimal): -2276644 or 14435037. OLE color: 14435037.
HSL color Cylindrical-coordinate representation of color #DD42DC: hue angle of 300.39º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD42DC is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 220 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.13 |
| HSL | 300.39º | 0.7% | 0.56% | - |
| HSV(B) | 300.39º | 0.7% | 0.87% | - |
| XYZ | 44.69 | 24.44 | 70.07 | - |
| YUV | 129.9 | 178.85 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 220 | 0 | 0.70 | 0.00 | 0.13 | 300.39 | 0.7 | 0.56 |
| Hex | DD | 42 | DC | 0 | 46 | 0 | D | 12C | 46 | 38 |
| Octal | 335 | 102 | 334 | 0 | 106 | 0 | 15 | 454 | 106 | 70 |
| Binary | 11011101 | 1000010 | 11011100 | 0 | 1000110 | 0 | 1101 | 100101100 | 1000110 | 111000 |
Color Harmonies of #DD42DC
Complementary color
Monochromatic Colors of #DD42DC
Black with #DD42DC
Text Example
Text Example
White with #DD42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42DC; }
p { color: rgb(221,66,220); }
H1.HeaderClassName
{
color: #DD42DC;
}
.AnyTagClassName
{
color: #DD42DC;
}
</style>
background-color css
<style>
a { background-color: #DD42DC; }
a { background-color: rgb(221,66,220); }
div.DivClassName
{
background-color: #DD42DC;
}
.BgClassName
{
background-color: #DD42DC;
}
</style>
border-color css
<style>
span { border-color: #DD42DC; }
span { border-color: rgb(221,66,220); }
td.TdClassName
{
border-color: #DD42DC;
}
.TagClassName
{
border-color: #DD42DC;
}
</style>