Html Css Color HEX #DD51E5 Free Speech Magenta
📋 copy color: '#DD51E5'red 221 ◦ green 81 ◦ blue 229
Shades of Free Speech Magenta #DD51E5
Tints of Free Speech Magenta #DD51E5
RGB
CMYK
RGB Variations
Color information
#DD51E5 (or 0xDD51E5) is known color: Free Speech Magenta. HEX triplet: DD, 51 and E5. RGB value is (221,81,229). Sum of RGB (Red+Green+Blue) = 221+81+229=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD51E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51E5 is #22AE1A. Grayscale: #8B8B8B. Windows color (decimal): -2272795 or 15028701. OLE color: 15028701.
HSL color Cylindrical-coordinate representation of color #DD51E5: hue angle of 296.76º degrees, saturation: 0.74, 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 #DD51E5 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 81 | 229 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.10 |
| HSL | 296.76º | 0.74% | 0.61% | - |
| HSV(B) | 296.76º | 0.65% | 0.9% | - |
| XYZ | 46.9 | 26.91 | 76.85 | - |
| YUV | 139.73 | 178.38 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 229 | 0.03 | 0.65 | 0 | 0.10 | 296.76 | 0.74 | 0.61 |
| Hex | DD | 51 | E5 | 3 | 41 | 0 | A | 129 | 4A | 3D |
| Octal | 335 | 121 | 345 | 3 | 101 | 0 | 12 | 451 | 112 | 75 |
| Binary | 11011101 | 1010001 | 11100101 | 11 | 1000001 | 0 | 1010 | 100101001 | 1001010 | 111101 |
Color Harmonies of #DD51E5
Complementary color
Monochromatic Colors of #DD51E5
Black with #DD51E5
Text Example
Text Example
White with #DD51E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51E5; }
p { color: rgb(221,81,229); }
H1.HeaderClassName
{
color: #DD51E5;
}
.AnyTagClassName
{
color: #DD51E5;
}
</style>
background-color css
<style>
a { background-color: #DD51E5; }
a { background-color: rgb(221,81,229); }
div.DivClassName
{
background-color: #DD51E5;
}
.BgClassName
{
background-color: #DD51E5;
}
</style>
border-color css
<style>
span { border-color: #DD51E5; }
span { border-color: rgb(221,81,229); }
td.TdClassName
{
border-color: #DD51E5;
}
.TagClassName
{
border-color: #DD51E5;
}
</style>