Html Css Color HEX #DD40E7 Free Speech Magenta
📋 copy color: '#DD40E7'red 221 ◦ green 64 ◦ blue 231
Shades of Free Speech Magenta #DD40E7
Tints of Free Speech Magenta #DD40E7
RGB
CMYK
RGB Variations
Color information
#DD40E7 (or 0xDD40E7) is known color: Free Speech Magenta. HEX triplet: DD, 40 and E7. RGB value is (221,64,231). Sum of RGB (Red+Green+Blue) = 221+64+231=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD40E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD40E7 is #22BF18. Grayscale: #818181. Windows color (decimal): -2277145 or 15155421. OLE color: 15155421.
HSL color Cylindrical-coordinate representation of color #DD40E7: hue angle of 296.41º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD40E7 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 64 | 231 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.09 |
| HSL | 296.41º | 0.78% | 0.58% | - |
| HSV(B) | 296.41º | 0.72% | 0.91% | - |
| XYZ | 46.08 | 24.81 | 77.96 | - |
| YUV | 129.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 231 | 0.04 | 0.72 | 0 | 0.09 | 296.41 | 0.78 | 0.58 |
| Hex | DD | 40 | E7 | 4 | 48 | 0 | 9 | 128 | 4E | 3A |
| Octal | 335 | 100 | 347 | 4 | 110 | 0 | 11 | 450 | 116 | 72 |
| Binary | 11011101 | 1000000 | 11100111 | 100 | 1001000 | 0 | 1001 | 100101000 | 1001110 | 111010 |
Color Harmonies of #DD40E7
Complementary color
Monochromatic Colors of #DD40E7
Black with #DD40E7
Text Example
Text Example
White with #DD40E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40E7; }
p { color: rgb(221,64,231); }
H1.HeaderClassName
{
color: #DD40E7;
}
.AnyTagClassName
{
color: #DD40E7;
}
</style>
background-color css
<style>
a { background-color: #DD40E7; }
a { background-color: rgb(221,64,231); }
div.DivClassName
{
background-color: #DD40E7;
}
.BgClassName
{
background-color: #DD40E7;
}
</style>
border-color css
<style>
span { border-color: #DD40E7; }
span { border-color: rgb(221,64,231); }
td.TdClassName
{
border-color: #DD40E7;
}
.TagClassName
{
border-color: #DD40E7;
}
</style>