Html Css Color HEX #DD3EDD Free Speech Magenta
📋 copy color: '#DD3EDD'red 221 ◦ green 62 ◦ blue 221
Shades of Free Speech Magenta #DD3EDD
Tints of Free Speech Magenta #DD3EDD
RGB
CMYK
RGB Variations
Color information
#DD3EDD (or 0xDD3EDD) is known color: Free Speech Magenta. HEX triplet: DD, 3E and DD. RGB value is (221,62,221). Sum of RGB (Red+Green+Blue) = 221+62+221=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3EDD is #22C122. Grayscale: #7F7F7F. Windows color (decimal): -2277667 or 14499549. OLE color: 14499549.
HSL color Cylindrical-coordinate representation of color #DD3EDD: hue angle of 300º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3EDD is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 221 | - |
| CMYK | 0 | 0.72 | 0 | 0.13 |
| HSL | 300º | 0.7% | 0.55% | - |
| HSV(B) | 300º | 0.72% | 0.87% | - |
| XYZ | 44.59 | 24.04 | 70.7 | - |
| YUV | 127.67 | 180.68 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 221 | 0 | 0.72 | 0 | 0.13 | 300 | 0.7 | 0.55 |
| Hex | DD | 3E | DD | 0 | 48 | 0 | D | 12C | 46 | 37 |
| Octal | 335 | 76 | 335 | 0 | 110 | 0 | 15 | 454 | 106 | 67 |
| Binary | 11011101 | 111110 | 11011101 | 0 | 1001000 | 0 | 1101 | 100101100 | 1000110 | 110111 |
Color Harmonies of #DD3EDD
Complementary color
Monochromatic Colors of #DD3EDD
Black with #DD3EDD
Text Example
Text Example
White with #DD3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3EDD; }
p { color: rgb(221,62,221); }
H1.HeaderClassName
{
color: #DD3EDD;
}
.AnyTagClassName
{
color: #DD3EDD;
}
</style>
background-color css
<style>
a { background-color: #DD3EDD; }
a { background-color: rgb(221,62,221); }
div.DivClassName
{
background-color: #DD3EDD;
}
.BgClassName
{
background-color: #DD3EDD;
}
</style>
border-color css
<style>
span { border-color: #DD3EDD; }
span { border-color: rgb(221,62,221); }
td.TdClassName
{
border-color: #DD3EDD;
}
.TagClassName
{
border-color: #DD3EDD;
}
</style>