Html Css Color HEX #DD53CF Free Speech Magenta
📋 copy color: '#DD53CF'red 221 ◦ green 83 ◦ blue 207
Shades of Free Speech Magenta #DD53CF
Tints of Free Speech Magenta #DD53CF
RGB
CMYK
RGB Variations
Color information
#DD53CF (or 0xDD53CF) is known color: Free Speech Magenta. HEX triplet: DD, 53 and CF. RGB value is (221,83,207). Sum of RGB (Red+Green+Blue) = 221+83+207=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53CF is #22AC30. Grayscale: #8A8A8A. Windows color (decimal): -2272305 or 13587421. OLE color: 13587421.
HSL color Cylindrical-coordinate representation of color #DD53CF: hue angle of 306.09º 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 #DD53CF is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 207 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.13 |
| HSL | 306.09º | 0.67% | 0.6% | - |
| HSV(B) | 306.09º | 0.62% | 0.87% | - |
| XYZ | 44.17 | 26.06 | 61.73 | - |
| YUV | 138.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 207 | 0 | 0.62 | 0.06 | 0.13 | 306.09 | 0.67 | 0.6 |
| Hex | DD | 53 | CF | 0 | 3E | 6 | D | 132 | 43 | 3C |
| Octal | 335 | 123 | 317 | 0 | 76 | 6 | 15 | 462 | 103 | 74 |
| Binary | 11011101 | 1010011 | 11001111 | 0 | 111110 | 110 | 1101 | 100110010 | 1000011 | 111100 |
Color Harmonies of #DD53CF
Complementary color
Monochromatic Colors of #DD53CF
Black with #DD53CF
Text Example
Text Example
White with #DD53CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53CF; }
p { color: rgb(221,83,207); }
H1.HeaderClassName
{
color: #DD53CF;
}
.AnyTagClassName
{
color: #DD53CF;
}
</style>
background-color css
<style>
a { background-color: #DD53CF; }
a { background-color: rgb(221,83,207); }
div.DivClassName
{
background-color: #DD53CF;
}
.BgClassName
{
background-color: #DD53CF;
}
</style>
border-color css
<style>
span { border-color: #DD53CF; }
span { border-color: rgb(221,83,207); }
td.TdClassName
{
border-color: #DD53CF;
}
.TagClassName
{
border-color: #DD53CF;
}
</style>