Html Css Color HEX #DD51E1 Free Speech Magenta
📋 copy color: '#DD51E1'red 221 ◦ green 81 ◦ blue 225
Shades of Free Speech Magenta #DD51E1
Tints of Free Speech Magenta #DD51E1
RGB
CMYK
RGB Variations
Color information
#DD51E1 (or 0xDD51E1) is known color: Free Speech Magenta. HEX triplet: DD, 51 and E1. RGB value is (221,81,225). Sum of RGB (Red+Green+Blue) = 221+81+225=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD51E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51E1 is #22AE1E. Grayscale: #8A8A8A. Windows color (decimal): -2272799 or 14766557. OLE color: 14766557.
HSL color Cylindrical-coordinate representation of color #DD51E1: hue angle of 298.33º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD51E1 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 81 | 225 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.12 |
| HSL | 298.33º | 0.71% | 0.6% | - |
| HSV(B) | 298.33º | 0.64% | 0.88% | - |
| XYZ | 46.35 | 26.69 | 73.94 | - |
| YUV | 139.28 | 176.38 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 225 | 0.02 | 0.64 | 0 | 0.12 | 298.33 | 0.71 | 0.6 |
| Hex | DD | 51 | E1 | 2 | 40 | 0 | C | 12A | 47 | 3C |
| Octal | 335 | 121 | 341 | 2 | 100 | 0 | 14 | 452 | 107 | 74 |
| Binary | 11011101 | 1010001 | 11100001 | 10 | 1000000 | 0 | 1100 | 100101010 | 1000111 | 111100 |
Color Harmonies of #DD51E1
Complementary color
Monochromatic Colors of #DD51E1
Black with #DD51E1
Text Example
Text Example
White with #DD51E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51E1; }
p { color: rgb(221,81,225); }
H1.HeaderClassName
{
color: #DD51E1;
}
.AnyTagClassName
{
color: #DD51E1;
}
</style>
background-color css
<style>
a { background-color: #DD51E1; }
a { background-color: rgb(221,81,225); }
div.DivClassName
{
background-color: #DD51E1;
}
.BgClassName
{
background-color: #DD51E1;
}
</style>
border-color css
<style>
span { border-color: #DD51E1; }
span { border-color: rgb(221,81,225); }
td.TdClassName
{
border-color: #DD51E1;
}
.TagClassName
{
border-color: #DD51E1;
}
</style>