Html Css Color HEX #DD42D1 Free Speech Magenta
📋 copy color: '#DD42D1'red 221 ◦ green 66 ◦ blue 209
Shades of Free Speech Magenta #DD42D1
Tints of Free Speech Magenta #DD42D1
RGB
CMYK
RGB Variations
Color information
#DD42D1 (or 0xDD42D1) is known color: Free Speech Magenta. HEX triplet: DD, 42 and D1. RGB value is (221,66,209). Sum of RGB (Red+Green+Blue) = 221+66+209=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42D1 is #22BD2E. Grayscale: #808080. Windows color (decimal): -2276655 or 13714141. OLE color: 13714141.
HSL color Cylindrical-coordinate representation of color #DD42D1: hue angle of 304.65º 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 #DD42D1 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 209 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.13 |
| HSL | 304.65º | 0.7% | 0.56% | - |
| HSV(B) | 304.65º | 0.7% | 0.87% | - |
| XYZ | 43.28 | 23.87 | 62.65 | - |
| YUV | 128.65 | 173.35 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 209 | 0 | 0.70 | 0.05 | 0.13 | 304.65 | 0.7 | 0.56 |
| Hex | DD | 42 | D1 | 0 | 46 | 5 | D | 131 | 46 | 38 |
| Octal | 335 | 102 | 321 | 0 | 106 | 5 | 15 | 461 | 106 | 70 |
| Binary | 11011101 | 1000010 | 11010001 | 0 | 1000110 | 101 | 1101 | 100110001 | 1000110 | 111000 |
Color Harmonies of #DD42D1
Complementary color
Monochromatic Colors of #DD42D1
Black with #DD42D1
Text Example
Text Example
White with #DD42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42D1; }
p { color: rgb(221,66,209); }
H1.HeaderClassName
{
color: #DD42D1;
}
.AnyTagClassName
{
color: #DD42D1;
}
</style>
background-color css
<style>
a { background-color: #DD42D1; }
a { background-color: rgb(221,66,209); }
div.DivClassName
{
background-color: #DD42D1;
}
.BgClassName
{
background-color: #DD42D1;
}
</style>
border-color css
<style>
span { border-color: #DD42D1; }
span { border-color: rgb(221,66,209); }
td.TdClassName
{
border-color: #DD42D1;
}
.TagClassName
{
border-color: #DD42D1;
}
</style>