Html Css Color HEX #DD46C5 Free Speech Magenta
📋 copy color: '#DD46C5'red 221 ◦ green 70 ◦ blue 197
Shades of Free Speech Magenta #DD46C5
Tints of Free Speech Magenta #DD46C5
RGB
CMYK
RGB Variations
Color information
#DD46C5 (or 0xDD46C5) is known color: Free Speech Magenta. HEX triplet: DD, 46 and C5. RGB value is (221,70,197). Sum of RGB (Red+Green+Blue) = 221+70+197=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46C5 is #22B93A. Grayscale: #818181. Windows color (decimal): -2275643 or 12928733. OLE color: 12928733.
HSL color Cylindrical-coordinate representation of color #DD46C5: hue angle of 309.54º 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 #DD46C5 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 197 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.13 |
| HSL | 309.54º | 0.69% | 0.57% | - |
| HSV(B) | 309.54º | 0.68% | 0.87% | - |
| XYZ | 42.09 | 23.78 | 55.2 | - |
| YUV | 129.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 197 | 0 | 0.68 | 0.11 | 0.13 | 309.54 | 0.69 | 0.57 |
| Hex | DD | 46 | C5 | 0 | 44 | B | D | 136 | 45 | 39 |
| Octal | 335 | 106 | 305 | 0 | 104 | 13 | 15 | 466 | 105 | 71 |
| Binary | 11011101 | 1000110 | 11000101 | 0 | 1000100 | 1011 | 1101 | 100110110 | 1000101 | 111001 |
Color Harmonies of #DD46C5
Complementary color
Monochromatic Colors of #DD46C5
Black with #DD46C5
Text Example
Text Example
White with #DD46C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46C5; }
p { color: rgb(221,70,197); }
H1.HeaderClassName
{
color: #DD46C5;
}
.AnyTagClassName
{
color: #DD46C5;
}
</style>
background-color css
<style>
a { background-color: #DD46C5; }
a { background-color: rgb(221,70,197); }
div.DivClassName
{
background-color: #DD46C5;
}
.BgClassName
{
background-color: #DD46C5;
}
</style>
border-color css
<style>
span { border-color: #DD46C5; }
span { border-color: rgb(221,70,197); }
td.TdClassName
{
border-color: #DD46C5;
}
.TagClassName
{
border-color: #DD46C5;
}
</style>