Html Css Color HEX #DD53CE Free Speech Magenta
📋 copy color: '#DD53CE'red 221 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #DD53CE
Tints of Free Speech Magenta #DD53CE
RGB
CMYK
RGB Variations
Color information
#DD53CE (or 0xDD53CE) is known color: Free Speech Magenta. HEX triplet: DD, 53 and CE. RGB value is (221,83,206). Sum of RGB (Red+Green+Blue) = 221+83+206=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53CE is #22AC31. Grayscale: #898989. Windows color (decimal): -2272306 or 13521885. OLE color: 13521885.
HSL color Cylindrical-coordinate representation of color #DD53CE: hue angle of 306.52º 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 #DD53CE is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 206 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.13 |
| HSL | 306.52º | 0.67% | 0.6% | - |
| HSV(B) | 306.52º | 0.62% | 0.87% | - |
| XYZ | 44.05 | 26.01 | 61.09 | - |
| YUV | 138.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 206 | 0 | 0.62 | 0.07 | 0.13 | 306.52 | 0.67 | 0.6 |
| Hex | DD | 53 | CE | 0 | 3E | 7 | D | 133 | 43 | 3C |
| Octal | 335 | 123 | 316 | 0 | 76 | 7 | 15 | 463 | 103 | 74 |
| Binary | 11011101 | 1010011 | 11001110 | 0 | 111110 | 111 | 1101 | 100110011 | 1000011 | 111100 |
Color Harmonies of #DD53CE
Complementary color
Monochromatic Colors of #DD53CE
Black with #DD53CE
Text Example
Text Example
White with #DD53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53CE; }
p { color: rgb(221,83,206); }
H1.HeaderClassName
{
color: #DD53CE;
}
.AnyTagClassName
{
color: #DD53CE;
}
</style>
background-color css
<style>
a { background-color: #DD53CE; }
a { background-color: rgb(221,83,206); }
div.DivClassName
{
background-color: #DD53CE;
}
.BgClassName
{
background-color: #DD53CE;
}
</style>
border-color css
<style>
span { border-color: #DD53CE; }
span { border-color: rgb(221,83,206); }
td.TdClassName
{
border-color: #DD53CE;
}
.TagClassName
{
border-color: #DD53CE;
}
</style>