Html Css Color HEX #DC50D1 Free Speech Magenta
📋 copy color: '#DC50D1'red 220 ◦ green 80 ◦ blue 209
Shades of Free Speech Magenta #DC50D1
Tints of Free Speech Magenta #DC50D1
RGB
CMYK
RGB Variations
Color information
#DC50D1 (or 0xDC50D1) is known color: Free Speech Magenta. HEX triplet: DC, 50 and D1. RGB value is (220,80,209). Sum of RGB (Red+Green+Blue) = 220+80+209=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50D1 is #23AF2E. Grayscale: #888888. Windows color (decimal): -2338607 or 13717724. OLE color: 13717724.
HSL color Cylindrical-coordinate representation of color #DC50D1: hue angle of 304.71º 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 #DC50D1 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 209 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.14 |
| HSL | 304.71º | 0.67% | 0.59% | - |
| HSV(B) | 304.71º | 0.64% | 0.86% | - |
| XYZ | 43.89 | 25.56 | 62.94 | - |
| YUV | 136.57 | 168.88 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 209 | 0 | 0.64 | 0.05 | 0.14 | 304.71 | 0.67 | 0.59 |
| Hex | DC | 50 | D1 | 0 | 40 | 5 | E | 131 | 43 | 3B |
| Octal | 334 | 120 | 321 | 0 | 100 | 5 | 16 | 461 | 103 | 73 |
| Binary | 11011100 | 1010000 | 11010001 | 0 | 1000000 | 101 | 1110 | 100110001 | 1000011 | 111011 |
Color Harmonies of #DC50D1
Complementary color
Monochromatic Colors of #DC50D1
Black with #DC50D1
Text Example
Text Example
White with #DC50D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50D1; }
p { color: rgb(220,80,209); }
H1.HeaderClassName
{
color: #DC50D1;
}
.AnyTagClassName
{
color: #DC50D1;
}
</style>
background-color css
<style>
a { background-color: #DC50D1; }
a { background-color: rgb(220,80,209); }
div.DivClassName
{
background-color: #DC50D1;
}
.BgClassName
{
background-color: #DC50D1;
}
</style>
border-color css
<style>
span { border-color: #DC50D1; }
span { border-color: rgb(220,80,209); }
td.TdClassName
{
border-color: #DC50D1;
}
.TagClassName
{
border-color: #DC50D1;
}
</style>