Html Css Color HEX #DD46D3 Free Speech Magenta
📋 copy color: '#DD46D3'red 221 ◦ green 70 ◦ blue 211
Shades of Free Speech Magenta #DD46D3
Tints of Free Speech Magenta #DD46D3
RGB
CMYK
RGB Variations
Color information
#DD46D3 (or 0xDD46D3) is known color: Free Speech Magenta. HEX triplet: DD, 46 and D3. RGB value is (221,70,211). Sum of RGB (Red+Green+Blue) = 221+70+211=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 70 (27.73% from 255 or 13.94% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46D3 is #22B92C. Grayscale: #828282. Windows color (decimal): -2275629 or 13846237. OLE color: 13846237.
HSL color Cylindrical-coordinate representation of color #DD46D3: hue angle of 303.97º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD46D3 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 211 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.13 |
| HSL | 303.97º | 0.69% | 0.57% | - |
| HSV(B) | 303.97º | 0.68% | 0.87% | - |
| XYZ | 43.77 | 24.46 | 64.04 | - |
| YUV | 131.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 211 | 0 | 0.68 | 0.05 | 0.13 | 303.97 | 0.69 | 0.57 |
| Hex | DD | 46 | D3 | 0 | 44 | 5 | D | 130 | 45 | 39 |
| Octal | 335 | 106 | 323 | 0 | 104 | 5 | 15 | 460 | 105 | 71 |
| Binary | 11011101 | 1000110 | 11010011 | 0 | 1000100 | 101 | 1101 | 100110000 | 1000101 | 111001 |
Color Harmonies of #DD46D3
Complementary color
Monochromatic Colors of #DD46D3
Black with #DD46D3
Text Example
Text Example
White with #DD46D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46D3; }
p { color: rgb(221,70,211); }
H1.HeaderClassName
{
color: #DD46D3;
}
.AnyTagClassName
{
color: #DD46D3;
}
</style>
background-color css
<style>
a { background-color: #DD46D3; }
a { background-color: rgb(221,70,211); }
div.DivClassName
{
background-color: #DD46D3;
}
.BgClassName
{
background-color: #DD46D3;
}
</style>
border-color css
<style>
span { border-color: #DD46D3; }
span { border-color: rgb(221,70,211); }
td.TdClassName
{
border-color: #DD46D3;
}
.TagClassName
{
border-color: #DD46D3;
}
</style>