Html Css Color HEX #DD39E1 Free Speech Magenta
📋 copy color: '#DD39E1'red 221 ◦ green 57 ◦ blue 225
Shades of Free Speech Magenta #DD39E1
Tints of Free Speech Magenta #DD39E1
RGB
CMYK
RGB Variations
Color information
#DD39E1 (or 0xDD39E1) is known color: Free Speech Magenta. HEX triplet: DD, 39 and E1. RGB value is (221,57,225). Sum of RGB (Red+Green+Blue) = 221+57+225=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD39E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD39E1 is #22C61E. Grayscale: #7C7C7C. Windows color (decimal): -2278943 or 14760413. OLE color: 14760413.
HSL color Cylindrical-coordinate representation of color #DD39E1: hue angle of 298.57º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD39E1 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 57 | 225 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.12 |
| HSL | 298.57º | 0.74% | 0.55% | - |
| HSV(B) | 298.57º | 0.75% | 0.88% | - |
| XYZ | 44.87 | 23.73 | 73.45 | - |
| YUV | 125.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 225 | 0.02 | 0.75 | 0 | 0.12 | 298.57 | 0.74 | 0.55 |
| Hex | DD | 39 | E1 | 2 | 4B | 0 | C | 12B | 4A | 37 |
| Octal | 335 | 71 | 341 | 2 | 113 | 0 | 14 | 453 | 112 | 67 |
| Binary | 11011101 | 111001 | 11100001 | 10 | 1001011 | 0 | 1100 | 100101011 | 1001010 | 110111 |
Color Harmonies of #DD39E1
Complementary color
Monochromatic Colors of #DD39E1
Black with #DD39E1
Text Example
Text Example
White with #DD39E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD39E1; }
p { color: rgb(221,57,225); }
H1.HeaderClassName
{
color: #DD39E1;
}
.AnyTagClassName
{
color: #DD39E1;
}
</style>
background-color css
<style>
a { background-color: #DD39E1; }
a { background-color: rgb(221,57,225); }
div.DivClassName
{
background-color: #DD39E1;
}
.BgClassName
{
background-color: #DD39E1;
}
</style>
border-color css
<style>
span { border-color: #DD39E1; }
span { border-color: rgb(221,57,225); }
td.TdClassName
{
border-color: #DD39E1;
}
.TagClassName
{
border-color: #DD39E1;
}
</style>