Html Css Color HEX #DD46CE Free Speech Magenta
📋 copy color: '#DD46CE'red 221 ◦ green 70 ◦ blue 206
Shades of Free Speech Magenta #DD46CE
Tints of Free Speech Magenta #DD46CE
RGB
CMYK
RGB Variations
Color information
#DD46CE (or 0xDD46CE) is known color: Free Speech Magenta. HEX triplet: DD, 46 and CE. RGB value is (221,70,206). Sum of RGB (Red+Green+Blue) = 221+70+206=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46CE is #22B931. Grayscale: #828282. Windows color (decimal): -2275634 or 13518557. OLE color: 13518557.
HSL color Cylindrical-coordinate representation of color #DD46CE: hue angle of 305.96º 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 #DD46CE is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 206 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.13 |
| HSL | 305.96º | 0.69% | 0.57% | - |
| HSV(B) | 305.96º | 0.68% | 0.87% | - |
| XYZ | 43.15 | 24.21 | 60.79 | - |
| YUV | 130.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 206 | 0 | 0.68 | 0.07 | 0.13 | 305.96 | 0.69 | 0.57 |
| Hex | DD | 46 | CE | 0 | 44 | 7 | D | 132 | 45 | 39 |
| Octal | 335 | 106 | 316 | 0 | 104 | 7 | 15 | 462 | 105 | 71 |
| Binary | 11011101 | 1000110 | 11001110 | 0 | 1000100 | 111 | 1101 | 100110010 | 1000101 | 111001 |
Color Harmonies of #DD46CE
Complementary color
Monochromatic Colors of #DD46CE
Black with #DD46CE
Text Example
Text Example
White with #DD46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46CE; }
p { color: rgb(221,70,206); }
H1.HeaderClassName
{
color: #DD46CE;
}
.AnyTagClassName
{
color: #DD46CE;
}
</style>
background-color css
<style>
a { background-color: #DD46CE; }
a { background-color: rgb(221,70,206); }
div.DivClassName
{
background-color: #DD46CE;
}
.BgClassName
{
background-color: #DD46CE;
}
</style>
border-color css
<style>
span { border-color: #DD46CE; }
span { border-color: rgb(221,70,206); }
td.TdClassName
{
border-color: #DD46CE;
}
.TagClassName
{
border-color: #DD46CE;
}
</style>