Html Css Color HEX #DD42EE Free Speech Magenta
📋 copy color: '#DD42EE'red 221 ◦ green 66 ◦ blue 238
Shades of Free Speech Magenta #DD42EE
Tints of Free Speech Magenta #DD42EE
RGB
CMYK
RGB Variations
Color information
#DD42EE (or 0xDD42EE) is known color: Free Speech Magenta. HEX triplet: DD, 42 and EE. RGB value is (221,66,238). Sum of RGB (Red+Green+Blue) = 221+66+238=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD42EE is #22BD11. Grayscale: #838383. Windows color (decimal): -2276626 or 15614685. OLE color: 15614685.
HSL color Cylindrical-coordinate representation of color #DD42EE: hue angle of 294.07º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD42EE is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 66 | 238 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.07 |
| HSL | 294.07º | 0.83% | 0.6% | - |
| HSV(B) | 294.07º | 0.72% | 0.93% | - |
| XYZ | 47.2 | 25.44 | 83.31 | - |
| YUV | 131.95 | 187.85 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 238 | 0.07 | 0.72 | 0 | 0.07 | 294.07 | 0.83 | 0.6 |
| Hex | DD | 42 | EE | 7 | 48 | 0 | 7 | 126 | 53 | 3C |
| Octal | 335 | 102 | 356 | 7 | 110 | 0 | 7 | 446 | 123 | 74 |
| Binary | 11011101 | 1000010 | 11101110 | 111 | 1001000 | 0 | 111 | 100100110 | 1010011 | 111100 |
Color Harmonies of #DD42EE
Complementary color
Monochromatic Colors of #DD42EE
Black with #DD42EE
Text Example
Text Example
White with #DD42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42EE; }
p { color: rgb(221,66,238); }
H1.HeaderClassName
{
color: #DD42EE;
}
.AnyTagClassName
{
color: #DD42EE;
}
</style>
background-color css
<style>
a { background-color: #DD42EE; }
a { background-color: rgb(221,66,238); }
div.DivClassName
{
background-color: #DD42EE;
}
.BgClassName
{
background-color: #DD42EE;
}
</style>
border-color css
<style>
span { border-color: #DD42EE; }
span { border-color: rgb(221,66,238); }
td.TdClassName
{
border-color: #DD42EE;
}
.TagClassName
{
border-color: #DD42EE;
}
</style>