Html Css Color HEX #DC50D5 Free Speech Magenta
📋 copy color: '#DC50D5'red 220 ◦ green 80 ◦ blue 213
Shades of Free Speech Magenta #DC50D5
Tints of Free Speech Magenta #DC50D5
RGB
CMYK
RGB Variations
Color information
#DC50D5 (or 0xDC50D5) is known color: Free Speech Magenta. HEX triplet: DC, 50 and D5. RGB value is (220,80,213). Sum of RGB (Red+Green+Blue) = 220+80+213=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50D5 is #23AF2A. Grayscale: #888888. Windows color (decimal): -2338603 or 13979868. OLE color: 13979868.
HSL color Cylindrical-coordinate representation of color #DC50D5: hue angle of 303º 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 #DC50D5 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 213 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.14 |
| HSL | 303º | 0.67% | 0.59% | - |
| HSV(B) | 303º | 0.64% | 0.86% | - |
| XYZ | 44.39 | 25.76 | 65.58 | - |
| YUV | 137.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 213 | 0 | 0.64 | 0.03 | 0.14 | 303 | 0.67 | 0.59 |
| Hex | DC | 50 | D5 | 0 | 40 | 3 | E | 12F | 43 | 3B |
| Octal | 334 | 120 | 325 | 0 | 100 | 3 | 16 | 457 | 103 | 73 |
| Binary | 11011100 | 1010000 | 11010101 | 0 | 1000000 | 11 | 1110 | 100101111 | 1000011 | 111011 |
Color Harmonies of #DC50D5
Complementary color
Monochromatic Colors of #DC50D5
Black with #DC50D5
Text Example
Text Example
White with #DC50D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50D5; }
p { color: rgb(220,80,213); }
H1.HeaderClassName
{
color: #DC50D5;
}
.AnyTagClassName
{
color: #DC50D5;
}
</style>
background-color css
<style>
a { background-color: #DC50D5; }
a { background-color: rgb(220,80,213); }
div.DivClassName
{
background-color: #DC50D5;
}
.BgClassName
{
background-color: #DC50D5;
}
</style>
border-color css
<style>
span { border-color: #DC50D5; }
span { border-color: rgb(220,80,213); }
td.TdClassName
{
border-color: #DC50D5;
}
.TagClassName
{
border-color: #DC50D5;
}
</style>