Html Css Color HEX #DD40E9 Free Speech Magenta
📋 copy color: '#DD40E9'red 221 ◦ green 64 ◦ blue 233
Shades of Free Speech Magenta #DD40E9
Tints of Free Speech Magenta #DD40E9
RGB
CMYK
RGB Variations
Color information
#DD40E9 (or 0xDD40E9) is known color: Free Speech Magenta. HEX triplet: DD, 40 and E9. RGB value is (221,64,233). Sum of RGB (Red+Green+Blue) = 221+64+233=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD40E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD40E9 is #22BF16. Grayscale: #818181. Windows color (decimal): -2277143 or 15286493. OLE color: 15286493.
HSL color Cylindrical-coordinate representation of color #DD40E9: hue angle of 295.74º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD40E9 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 64 | 233 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.09 |
| HSL | 295.74º | 0.79% | 0.58% | - |
| HSV(B) | 295.74º | 0.73% | 0.91% | - |
| XYZ | 46.36 | 24.92 | 79.46 | - |
| YUV | 130.21 | 186.01 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 233 | 0.05 | 0.73 | 0 | 0.09 | 295.74 | 0.79 | 0.58 |
| Hex | DD | 40 | E9 | 5 | 49 | 0 | 9 | 128 | 4F | 3A |
| Octal | 335 | 100 | 351 | 5 | 111 | 0 | 11 | 450 | 117 | 72 |
| Binary | 11011101 | 1000000 | 11101001 | 101 | 1001001 | 0 | 1001 | 100101000 | 1001111 | 111010 |
Color Harmonies of #DD40E9
Complementary color
Monochromatic Colors of #DD40E9
Black with #DD40E9
Text Example
Text Example
White with #DD40E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40E9; }
p { color: rgb(221,64,233); }
H1.HeaderClassName
{
color: #DD40E9;
}
.AnyTagClassName
{
color: #DD40E9;
}
</style>
background-color css
<style>
a { background-color: #DD40E9; }
a { background-color: rgb(221,64,233); }
div.DivClassName
{
background-color: #DD40E9;
}
.BgClassName
{
background-color: #DD40E9;
}
</style>
border-color css
<style>
span { border-color: #DD40E9; }
span { border-color: rgb(221,64,233); }
td.TdClassName
{
border-color: #DD40E9;
}
.TagClassName
{
border-color: #DD40E9;
}
</style>