Html Css Color HEX #DC53DF Free Speech Magenta
📋 copy color: '#DC53DF'red 220 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #DC53DF
Tints of Free Speech Magenta #DC53DF
RGB
CMYK
RGB Variations
Color information
#DC53DF (or 0xDC53DF) is known color: Free Speech Magenta. HEX triplet: DC, 53 and DF. RGB value is (220,83,223). Sum of RGB (Red+Green+Blue) = 220+83+223=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53DF is #23AC20. Grayscale: #8B8B8B. Windows color (decimal): -2337825 or 14635996. OLE color: 14635996.
HSL color Cylindrical-coordinate representation of color #DC53DF: hue angle of 298.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC53DF is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 83 | 223 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.13 |
| HSL | 298.71º | 0.69% | 0.6% | - |
| HSV(B) | 298.71º | 0.63% | 0.87% | - |
| XYZ | 45.93 | 26.73 | 72.55 | - |
| YUV | 139.92 | 174.89 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 223 | 0.01 | 0.63 | 0 | 0.13 | 298.71 | 0.69 | 0.6 |
| Hex | DC | 53 | DF | 1 | 3F | 0 | D | 12B | 45 | 3C |
| Octal | 334 | 123 | 337 | 1 | 77 | 0 | 15 | 453 | 105 | 74 |
| Binary | 11011100 | 1010011 | 11011111 | 1 | 111111 | 0 | 1101 | 100101011 | 1000101 | 111100 |
Color Harmonies of #DC53DF
Complementary color
Monochromatic Colors of #DC53DF
Black with #DC53DF
Text Example
Text Example
White with #DC53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC53DF; }
p { color: rgb(220,83,223); }
H1.HeaderClassName
{
color: #DC53DF;
}
.AnyTagClassName
{
color: #DC53DF;
}
</style>
background-color css
<style>
a { background-color: #DC53DF; }
a { background-color: rgb(220,83,223); }
div.DivClassName
{
background-color: #DC53DF;
}
.BgClassName
{
background-color: #DC53DF;
}
</style>
border-color css
<style>
span { border-color: #DC53DF; }
span { border-color: rgb(220,83,223); }
td.TdClassName
{
border-color: #DC53DF;
}
.TagClassName
{
border-color: #DC53DF;
}
</style>