Html Css Color HEX #DC5DDA Free Speech Magenta
📋 copy color: '#DC5DDA'red 220 ◦ green 93 ◦ blue 218
Shades of Free Speech Magenta #DC5DDA
Tints of Free Speech Magenta #DC5DDA
RGB
CMYK
RGB Variations
Color information
#DC5DDA (or 0xDC5DDA) is known color: Free Speech Magenta. HEX triplet: DC, 5D and DA. RGB value is (220,93,218). Sum of RGB (Red+Green+Blue) = 220+93+218=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DDA is #23A225. Grayscale: #909090. Windows color (decimal): -2335270 or 14310876. OLE color: 14310876.
HSL color Cylindrical-coordinate representation of color #DC5DDA: hue angle of 300.94º 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 #DC5DDA is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 93 | 218 | - |
CMYK | 0 | 0.58 | 0.01 | 0.14 |
HSL | 300.94º | 0.64% | 0.61% | - |
HSV(B) | 300.94º | 0.58% | 0.86% | - |
XYZ | 46.08 | 28.11 | 69.33 | - |
YUV | 145.22 | 169.08 | 181.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 93 | 218 | 0 | 0.58 | 0.01 | 0.14 | 300.94 | 0.64 | 0.61 |
Hex | DC | 5D | DA | 0 | 3A | 1 | E | 12D | 40 | 3D |
Octal | 334 | 135 | 332 | 0 | 72 | 1 | 16 | 455 | 100 | 75 |
Binary | 11011100 | 1011101 | 11011010 | 0 | 111010 | 1 | 1110 | 100101101 | 1000000 | 111101 |
Color Harmonies of #DC5DDA
Complementary color
Monochromatic Colors of #DC5DDA
Black with #DC5DDA
Text Example
Text Example
White with #DC5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DDA; }
p { color: rgb(220,93,218); }
H1.HeaderClassName
{
color: #DC5DDA;
}
.AnyTagClassName
{
color: #DC5DDA;
}
</style>
background-color css
<style>
a { background-color: #DC5DDA; }
a { background-color: rgb(220,93,218); }
div.DivClassName
{
background-color: #DC5DDA;
}
.BgClassName
{
background-color: #DC5DDA;
}
</style>
border-color css
<style>
span { border-color: #DC5DDA; }
span { border-color: rgb(220,93,218); }
td.TdClassName
{
border-color: #DC5DDA;
}
.TagClassName
{
border-color: #DC5DDA;
}
</style>