Html Css Color HEX #DC5DDC Free Speech Magenta
📋 copy color: '#DC5DDC'red 220 ◦ green 93 ◦ blue 220
Shades of Free Speech Magenta #DC5DDC
Tints of Free Speech Magenta #DC5DDC
RGB
CMYK
RGB Variations
Color information
#DC5DDC (or 0xDC5DDC) is known color: Free Speech Magenta. HEX triplet: DC, 5D and DC. RGB value is (220,93,220). Sum of RGB (Red+Green+Blue) = 220+93+220=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DDC is #23A223. Grayscale: #919191. Windows color (decimal): -2335268 or 14441948. OLE color: 14441948.
HSL color Cylindrical-coordinate representation of color #DC5DDC: hue angle of 300º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5DDC is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 220 | - |
| CMYK | 0 | 0.58 | 0 | 0.14 |
| HSL | 300º | 0.64% | 0.61% | - |
| HSV(B) | 300º | 0.58% | 0.86% | - |
| XYZ | 46.35 | 28.21 | 70.71 | - |
| YUV | 145.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 220 | 0 | 0.58 | 0 | 0.14 | 300 | 0.64 | 0.61 |
| Hex | DC | 5D | DC | 0 | 3A | 0 | E | 12C | 40 | 3D |
| Octal | 334 | 135 | 334 | 0 | 72 | 0 | 16 | 454 | 100 | 75 |
| Binary | 11011100 | 1011101 | 11011100 | 0 | 111010 | 0 | 1110 | 100101100 | 1000000 | 111101 |
Color Harmonies of #DC5DDC
Complementary color
Monochromatic Colors of #DC5DDC
Black with #DC5DDC
Text Example
Text Example
White with #DC5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DDC; }
p { color: rgb(220,93,220); }
H1.HeaderClassName
{
color: #DC5DDC;
}
.AnyTagClassName
{
color: #DC5DDC;
}
</style>
background-color css
<style>
a { background-color: #DC5DDC; }
a { background-color: rgb(220,93,220); }
div.DivClassName
{
background-color: #DC5DDC;
}
.BgClassName
{
background-color: #DC5DDC;
}
</style>
border-color css
<style>
span { border-color: #DC5DDC; }
span { border-color: rgb(220,93,220); }
td.TdClassName
{
border-color: #DC5DDC;
}
.TagClassName
{
border-color: #DC5DDC;
}
</style>