Html Css Color HEX #DD2EEA Free Speech Magenta
📋 copy color: '#DD2EEA'red 221 ◦ green 46 ◦ blue 234
Shades of Free Speech Magenta #DD2EEA
Tints of Free Speech Magenta #DD2EEA
RGB
CMYK
RGB Variations
Color information
#DD2EEA (or 0xDD2EEA) is known color: Free Speech Magenta. HEX triplet: DD, 2E and EA. RGB value is (221,46,234). Sum of RGB (Red+Green+Blue) = 221+46+234=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2EEA is #22D115. Grayscale: #777777. Windows color (decimal): -2281750 or 15347421. OLE color: 15347421.
HSL color Cylindrical-coordinate representation of color #DD2EEA: hue angle of 295.85º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2EEA is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 46 | 234 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.08 |
| HSL | 295.85º | 0.82% | 0.55% | - |
| HSV(B) | 295.85º | 0.8% | 0.92% | - |
| XYZ | 45.65 | 23.27 | 79.93 | - |
| YUV | 119.76 | 192.48 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 234 | 0.06 | 0.80 | 0 | 0.08 | 295.85 | 0.82 | 0.55 |
| Hex | DD | 2E | EA | 6 | 50 | 0 | 8 | 128 | 52 | 37 |
| Octal | 335 | 56 | 352 | 6 | 120 | 0 | 10 | 450 | 122 | 67 |
| Binary | 11011101 | 101110 | 11101010 | 110 | 1010000 | 0 | 1000 | 100101000 | 1010010 | 110111 |
Color Harmonies of #DD2EEA
Complementary color
Monochromatic Colors of #DD2EEA
Black with #DD2EEA
Text Example
Text Example
White with #DD2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EEA; }
p { color: rgb(221,46,234); }
H1.HeaderClassName
{
color: #DD2EEA;
}
.AnyTagClassName
{
color: #DD2EEA;
}
</style>
background-color css
<style>
a { background-color: #DD2EEA; }
a { background-color: rgb(221,46,234); }
div.DivClassName
{
background-color: #DD2EEA;
}
.BgClassName
{
background-color: #DD2EEA;
}
</style>
border-color css
<style>
span { border-color: #DD2EEA; }
span { border-color: rgb(221,46,234); }
td.TdClassName
{
border-color: #DD2EEA;
}
.TagClassName
{
border-color: #DD2EEA;
}
</style>