Html Css Color HEX #DD50E6 Free Speech Magenta
📋 copy color: '#DD50E6'red 221 ◦ green 80 ◦ blue 230
Shades of Free Speech Magenta #DD50E6
Tints of Free Speech Magenta #DD50E6
RGB
CMYK
RGB Variations
Color information
#DD50E6 (or 0xDD50E6) is known color: Free Speech Magenta. HEX triplet: DD, 50 and E6. RGB value is (221,80,230). Sum of RGB (Red+Green+Blue) = 221+80+230=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD50E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50E6 is #22AF19. Grayscale: #8A8A8A. Windows color (decimal): -2273050 or 15093981. OLE color: 15093981.
HSL color Cylindrical-coordinate representation of color #DD50E6: hue angle of 296.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD50E6 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 80 | 230 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.10 |
| HSL | 296.4º | 0.75% | 0.61% | - |
| HSV(B) | 296.4º | 0.65% | 0.9% | - |
| XYZ | 46.97 | 26.82 | 77.56 | - |
| YUV | 139.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 230 | 0.04 | 0.65 | 0 | 0.10 | 296.4 | 0.75 | 0.61 |
| Hex | DD | 50 | E6 | 4 | 41 | 0 | A | 128 | 4B | 3D |
| Octal | 335 | 120 | 346 | 4 | 101 | 0 | 12 | 450 | 113 | 75 |
| Binary | 11011101 | 1010000 | 11100110 | 100 | 1000001 | 0 | 1010 | 100101000 | 1001011 | 111101 |
Color Harmonies of #DD50E6
Complementary color
Monochromatic Colors of #DD50E6
Black with #DD50E6
Text Example
Text Example
White with #DD50E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50E6; }
p { color: rgb(221,80,230); }
H1.HeaderClassName
{
color: #DD50E6;
}
.AnyTagClassName
{
color: #DD50E6;
}
</style>
background-color css
<style>
a { background-color: #DD50E6; }
a { background-color: rgb(221,80,230); }
div.DivClassName
{
background-color: #DD50E6;
}
.BgClassName
{
background-color: #DD50E6;
}
</style>
border-color css
<style>
span { border-color: #DD50E6; }
span { border-color: rgb(221,80,230); }
td.TdClassName
{
border-color: #DD50E6;
}
.TagClassName
{
border-color: #DD50E6;
}
</style>