Html Css Color HEX #DD42D7 Free Speech Magenta
📋 copy color: '#DD42D7'red 221 ◦ green 66 ◦ blue 215
Shades of Free Speech Magenta #DD42D7
Tints of Free Speech Magenta #DD42D7
RGB
CMYK
RGB Variations
Color information
#DD42D7 (or 0xDD42D7) is known color: Free Speech Magenta. HEX triplet: DD, 42 and D7. RGB value is (221,66,215). Sum of RGB (Red+Green+Blue) = 221+66+215=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42D7 is #22BD28. Grayscale: #808080. Windows color (decimal): -2276649 or 14107357. OLE color: 14107357.
HSL color Cylindrical-coordinate representation of color #DD42D7: hue angle of 302.32º 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 #DD42D7 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 215 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.13 |
| HSL | 302.32º | 0.7% | 0.56% | - |
| HSV(B) | 302.32º | 0.7% | 0.87% | - |
| XYZ | 44.03 | 24.17 | 66.64 | - |
| YUV | 129.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 215 | 0 | 0.70 | 0.03 | 0.13 | 302.32 | 0.7 | 0.56 |
| Hex | DD | 42 | D7 | 0 | 46 | 3 | D | 12E | 46 | 38 |
| Octal | 335 | 102 | 327 | 0 | 106 | 3 | 15 | 456 | 106 | 70 |
| Binary | 11011101 | 1000010 | 11010111 | 0 | 1000110 | 11 | 1101 | 100101110 | 1000110 | 111000 |
Color Harmonies of #DD42D7
Complementary color
Monochromatic Colors of #DD42D7
Black with #DD42D7
Text Example
Text Example
White with #DD42D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42D7; }
p { color: rgb(221,66,215); }
H1.HeaderClassName
{
color: #DD42D7;
}
.AnyTagClassName
{
color: #DD42D7;
}
</style>
background-color css
<style>
a { background-color: #DD42D7; }
a { background-color: rgb(221,66,215); }
div.DivClassName
{
background-color: #DD42D7;
}
.BgClassName
{
background-color: #DD42D7;
}
</style>
border-color css
<style>
span { border-color: #DD42D7; }
span { border-color: rgb(221,66,215); }
td.TdClassName
{
border-color: #DD42D7;
}
.TagClassName
{
border-color: #DD42D7;
}
</style>