Html Css Color HEX #DD53E8 Free Speech Magenta
📋 copy color: '#DD53E8'red 221 ◦ green 83 ◦ blue 232
Shades of Free Speech Magenta #DD53E8
Tints of Free Speech Magenta #DD53E8
RGB
CMYK
RGB Variations
Color information
#DD53E8 (or 0xDD53E8) is known color: Free Speech Magenta. HEX triplet: DD, 53 and E8. RGB value is (221,83,232). Sum of RGB (Red+Green+Blue) = 221+83+232=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD53E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53E8 is #22AC17. Grayscale: #8C8C8C. Windows color (decimal): -2272280 or 15225821. OLE color: 15225821.
HSL color Cylindrical-coordinate representation of color #DD53E8: hue angle of 295.57º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD53E8 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 83 | 232 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.09 |
| HSL | 295.57º | 0.76% | 0.62% | - |
| HSV(B) | 295.57º | 0.64% | 0.91% | - |
| XYZ | 47.48 | 27.38 | 79.13 | - |
| YUV | 141.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 232 | 0.05 | 0.64 | 0 | 0.09 | 295.57 | 0.76 | 0.62 |
| Hex | DD | 53 | E8 | 5 | 40 | 0 | 9 | 128 | 4C | 3E |
| Octal | 335 | 123 | 350 | 5 | 100 | 0 | 11 | 450 | 114 | 76 |
| Binary | 11011101 | 1010011 | 11101000 | 101 | 1000000 | 0 | 1001 | 100101000 | 1001100 | 111110 |
Color Harmonies of #DD53E8
Complementary color
Monochromatic Colors of #DD53E8
Black with #DD53E8
Text Example
Text Example
White with #DD53E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53E8; }
p { color: rgb(221,83,232); }
H1.HeaderClassName
{
color: #DD53E8;
}
.AnyTagClassName
{
color: #DD53E8;
}
</style>
background-color css
<style>
a { background-color: #DD53E8; }
a { background-color: rgb(221,83,232); }
div.DivClassName
{
background-color: #DD53E8;
}
.BgClassName
{
background-color: #DD53E8;
}
</style>
border-color css
<style>
span { border-color: #DD53E8; }
span { border-color: rgb(221,83,232); }
td.TdClassName
{
border-color: #DD53E8;
}
.TagClassName
{
border-color: #DD53E8;
}
</style>