Html Css Color HEX #DD40E1 Free Speech Magenta
📋 copy color: '#DD40E1'red 221 ◦ green 64 ◦ blue 225
Shades of Free Speech Magenta #DD40E1
Tints of Free Speech Magenta #DD40E1
RGB
CMYK
RGB Variations
Color information
#DD40E1 (or 0xDD40E1) is known color: Free Speech Magenta. HEX triplet: DD, 40 and E1. RGB value is (221,64,225). Sum of RGB (Red+Green+Blue) = 221+64+225=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40E1 is #22BF1E. Grayscale: #808080. Windows color (decimal): -2277151 or 14762205. OLE color: 14762205.
HSL color Cylindrical-coordinate representation of color #DD40E1: hue angle of 298.51º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD40E1 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 64 | 225 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.12 |
| HSL | 298.51º | 0.73% | 0.57% | - |
| HSV(B) | 298.51º | 0.72% | 0.88% | - |
| XYZ | 45.24 | 24.48 | 73.57 | - |
| YUV | 129.3 | 182.01 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 225 | 0.02 | 0.72 | 0 | 0.12 | 298.51 | 0.73 | 0.57 |
| Hex | DD | 40 | E1 | 2 | 48 | 0 | C | 12B | 49 | 39 |
| Octal | 335 | 100 | 341 | 2 | 110 | 0 | 14 | 453 | 111 | 71 |
| Binary | 11011101 | 1000000 | 11100001 | 10 | 1001000 | 0 | 1100 | 100101011 | 1001001 | 111001 |
Color Harmonies of #DD40E1
Complementary color
Monochromatic Colors of #DD40E1
Black with #DD40E1
Text Example
Text Example
White with #DD40E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40E1; }
p { color: rgb(221,64,225); }
H1.HeaderClassName
{
color: #DD40E1;
}
.AnyTagClassName
{
color: #DD40E1;
}
</style>
background-color css
<style>
a { background-color: #DD40E1; }
a { background-color: rgb(221,64,225); }
div.DivClassName
{
background-color: #DD40E1;
}
.BgClassName
{
background-color: #DD40E1;
}
</style>
border-color css
<style>
span { border-color: #DD40E1; }
span { border-color: rgb(221,64,225); }
td.TdClassName
{
border-color: #DD40E1;
}
.TagClassName
{
border-color: #DD40E1;
}
</style>