Html Css Color HEX #DC50DA Free Speech Magenta
📋 copy color: '#DC50DA'red 220 ◦ green 80 ◦ blue 218
Shades of Free Speech Magenta #DC50DA
Tints of Free Speech Magenta #DC50DA
RGB
CMYK
RGB Variations
Color information
#DC50DA (or 0xDC50DA) is known color: Free Speech Magenta. HEX triplet: DC, 50 and DA. RGB value is (220,80,218). Sum of RGB (Red+Green+Blue) = 220+80+218=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50DA is #23AF25. Grayscale: #898989. Windows color (decimal): -2338598 or 14307548. OLE color: 14307548.
HSL color Cylindrical-coordinate representation of color #DC50DA: hue angle of 300.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC50DA is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 218 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.14 |
| HSL | 300.86º | 0.67% | 0.59% | - |
| HSV(B) | 300.86º | 0.64% | 0.86% | - |
| XYZ | 45.04 | 26.01 | 68.98 | - |
| YUV | 137.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 218 | 0 | 0.64 | 0.01 | 0.14 | 300.86 | 0.67 | 0.59 |
| Hex | DC | 50 | DA | 0 | 40 | 1 | E | 12D | 43 | 3B |
| Octal | 334 | 120 | 332 | 0 | 100 | 1 | 16 | 455 | 103 | 73 |
| Binary | 11011100 | 1010000 | 11011010 | 0 | 1000000 | 1 | 1110 | 100101101 | 1000011 | 111011 |
Color Harmonies of #DC50DA
Complementary color
Monochromatic Colors of #DC50DA
Black with #DC50DA
Text Example
Text Example
White with #DC50DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50DA; }
p { color: rgb(220,80,218); }
H1.HeaderClassName
{
color: #DC50DA;
}
.AnyTagClassName
{
color: #DC50DA;
}
</style>
background-color css
<style>
a { background-color: #DC50DA; }
a { background-color: rgb(220,80,218); }
div.DivClassName
{
background-color: #DC50DA;
}
.BgClassName
{
background-color: #DC50DA;
}
</style>
border-color css
<style>
span { border-color: #DC50DA; }
span { border-color: rgb(220,80,218); }
td.TdClassName
{
border-color: #DC50DA;
}
.TagClassName
{
border-color: #DC50DA;
}
</style>