Html Css Color HEX #DD46C0 Free Speech Magenta
📋 copy color: '#DD46C0'red 221 ◦ green 70 ◦ blue 192
Shades of Free Speech Magenta #DD46C0
Tints of Free Speech Magenta #DD46C0
RGB
CMYK
RGB Variations
Color information
#DD46C0 (or 0xDD46C0) is known color: Free Speech Magenta. HEX triplet: DD, 46 and C0. RGB value is (221,70,192). Sum of RGB (Red+Green+Blue) = 221+70+192=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46C0 is #22B93F. Grayscale: #808080. Windows color (decimal): -2275648 or 12601053. OLE color: 12601053.
HSL color Cylindrical-coordinate representation of color #DD46C0: hue angle of 311.52º 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 #DD46C0 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 192 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.13 |
| HSL | 311.52º | 0.69% | 0.57% | - |
| HSV(B) | 311.52º | 0.68% | 0.87% | - |
| XYZ | 41.52 | 23.56 | 52.23 | - |
| YUV | 129.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 192 | 0 | 0.68 | 0.13 | 0.13 | 311.52 | 0.69 | 0.57 |
| Hex | DD | 46 | C0 | 0 | 44 | D | D | 138 | 45 | 39 |
| Octal | 335 | 106 | 300 | 0 | 104 | 15 | 15 | 470 | 105 | 71 |
| Binary | 11011101 | 1000110 | 11000000 | 0 | 1000100 | 1101 | 1101 | 100111000 | 1000101 | 111001 |
Color Harmonies of #DD46C0
Complementary color
Monochromatic Colors of #DD46C0
Black with #DD46C0
Text Example
Text Example
White with #DD46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46C0; }
p { color: rgb(221,70,192); }
H1.HeaderClassName
{
color: #DD46C0;
}
.AnyTagClassName
{
color: #DD46C0;
}
</style>
background-color css
<style>
a { background-color: #DD46C0; }
a { background-color: rgb(221,70,192); }
div.DivClassName
{
background-color: #DD46C0;
}
.BgClassName
{
background-color: #DD46C0;
}
</style>
border-color css
<style>
span { border-color: #DD46C0; }
span { border-color: rgb(221,70,192); }
td.TdClassName
{
border-color: #DD46C0;
}
.TagClassName
{
border-color: #DD46C0;
}
</style>