Html Css Color HEX #DD3DDE Free Speech Magenta
📋 copy color: '#DD3DDE'red 221 ◦ green 61 ◦ blue 222
Shades of Free Speech Magenta #DD3DDE
Tints of Free Speech Magenta #DD3DDE
RGB
CMYK
RGB Variations
Color information
#DD3DDE (or 0xDD3DDE) is known color: Free Speech Magenta. HEX triplet: DD, 3D and DE. RGB value is (221,61,222). Sum of RGB (Red+Green+Blue) = 221+61+222=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD3DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3DDE is #22C221. Grayscale: #7E7E7E. Windows color (decimal): -2277922 or 14564829. OLE color: 14564829.
HSL color Cylindrical-coordinate representation of color #DD3DDE: hue angle of 299.63º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3DDE is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 222 | - |
| CMYK | 0.00 | 0.73 | 0 | 0.13 |
| HSL | 299.63º | 0.71% | 0.55% | - |
| HSV(B) | 299.63º | 0.73% | 0.87% | - |
| XYZ | 44.67 | 23.98 | 71.38 | - |
| YUV | 127.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 222 | 0.00 | 0.73 | 0 | 0.13 | 299.63 | 0.71 | 0.55 |
| Hex | DD | 3D | DE | 0 | 49 | 0 | D | 12C | 47 | 37 |
| Octal | 335 | 75 | 336 | 0 | 111 | 0 | 15 | 454 | 107 | 67 |
| Binary | 11011101 | 111101 | 11011110 | 0 | 1001001 | 0 | 1101 | 100101100 | 1000111 | 110111 |
Color Harmonies of #DD3DDE
Complementary color
Monochromatic Colors of #DD3DDE
Black with #DD3DDE
Text Example
Text Example
White with #DD3DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3DDE; }
p { color: rgb(221,61,222); }
H1.HeaderClassName
{
color: #DD3DDE;
}
.AnyTagClassName
{
color: #DD3DDE;
}
</style>
background-color css
<style>
a { background-color: #DD3DDE; }
a { background-color: rgb(221,61,222); }
div.DivClassName
{
background-color: #DD3DDE;
}
.BgClassName
{
background-color: #DD3DDE;
}
</style>
border-color css
<style>
span { border-color: #DD3DDE; }
span { border-color: rgb(221,61,222); }
td.TdClassName
{
border-color: #DD3DDE;
}
.TagClassName
{
border-color: #DD3DDE;
}
</style>