Html Css Color HEX #DD46C2 Free Speech Magenta
📋 copy color: '#DD46C2'red 221 ◦ green 70 ◦ blue 194
Shades of Free Speech Magenta #DD46C2
Tints of Free Speech Magenta #DD46C2
RGB
CMYK
RGB Variations
Color information
#DD46C2 (or 0xDD46C2) is known color: Free Speech Magenta. HEX triplet: DD, 46 and C2. RGB value is (221,70,194). Sum of RGB (Red+Green+Blue) = 221+70+194=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46C2 is #22B93D. Grayscale: #808080. Windows color (decimal): -2275646 or 12732125. OLE color: 12732125.
HSL color Cylindrical-coordinate representation of color #DD46C2: hue angle of 310.73º 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 #DD46C2 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 194 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.13 |
| HSL | 310.73º | 0.69% | 0.57% | - |
| HSV(B) | 310.73º | 0.68% | 0.87% | - |
| XYZ | 41.75 | 23.65 | 53.4 | - |
| YUV | 129.29 | 164.53 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 194 | 0 | 0.68 | 0.12 | 0.13 | 310.73 | 0.69 | 0.57 |
| Hex | DD | 46 | C2 | 0 | 44 | C | D | 137 | 45 | 39 |
| Octal | 335 | 106 | 302 | 0 | 104 | 14 | 15 | 467 | 105 | 71 |
| Binary | 11011101 | 1000110 | 11000010 | 0 | 1000100 | 1100 | 1101 | 100110111 | 1000101 | 111001 |
Color Harmonies of #DD46C2
Complementary color
Monochromatic Colors of #DD46C2
Black with #DD46C2
Text Example
Text Example
White with #DD46C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46C2; }
p { color: rgb(221,70,194); }
H1.HeaderClassName
{
color: #DD46C2;
}
.AnyTagClassName
{
color: #DD46C2;
}
</style>
background-color css
<style>
a { background-color: #DD46C2; }
a { background-color: rgb(221,70,194); }
div.DivClassName
{
background-color: #DD46C2;
}
.BgClassName
{
background-color: #DD46C2;
}
</style>
border-color css
<style>
span { border-color: #DD46C2; }
span { border-color: rgb(221,70,194); }
td.TdClassName
{
border-color: #DD46C2;
}
.TagClassName
{
border-color: #DD46C2;
}
</style>