Html Css Color HEX #DD53D4 Free Speech Magenta
📋 copy color: '#DD53D4'red 221 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #DD53D4
Tints of Free Speech Magenta #DD53D4
RGB
CMYK
RGB Variations
Color information
#DD53D4 (or 0xDD53D4) is known color: Free Speech Magenta. HEX triplet: DD, 53 and D4. RGB value is (221,83,212). Sum of RGB (Red+Green+Blue) = 221+83+212=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53D4 is #22AC2B. Grayscale: #8A8A8A. Windows color (decimal): -2272300 or 13915101. OLE color: 13915101.
HSL color Cylindrical-coordinate representation of color #DD53D4: hue angle of 303.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53D4 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 212 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.13 |
| HSL | 303.91º | 0.67% | 0.6% | - |
| HSV(B) | 303.91º | 0.62% | 0.87% | - |
| XYZ | 44.8 | 26.31 | 65.01 | - |
| YUV | 138.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 212 | 0 | 0.62 | 0.04 | 0.13 | 303.91 | 0.67 | 0.6 |
| Hex | DD | 53 | D4 | 0 | 3E | 4 | D | 130 | 43 | 3C |
| Octal | 335 | 123 | 324 | 0 | 76 | 4 | 15 | 460 | 103 | 74 |
| Binary | 11011101 | 1010011 | 11010100 | 0 | 111110 | 100 | 1101 | 100110000 | 1000011 | 111100 |
Color Harmonies of #DD53D4
Complementary color
Monochromatic Colors of #DD53D4
Black with #DD53D4
Text Example
Text Example
White with #DD53D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53D4; }
p { color: rgb(221,83,212); }
H1.HeaderClassName
{
color: #DD53D4;
}
.AnyTagClassName
{
color: #DD53D4;
}
</style>
background-color css
<style>
a { background-color: #DD53D4; }
a { background-color: rgb(221,83,212); }
div.DivClassName
{
background-color: #DD53D4;
}
.BgClassName
{
background-color: #DD53D4;
}
</style>
border-color css
<style>
span { border-color: #DD53D4; }
span { border-color: rgb(221,83,212); }
td.TdClassName
{
border-color: #DD53D4;
}
.TagClassName
{
border-color: #DD53D4;
}
</style>