Html Css Color HEX #DC50DD Free Speech Magenta
📋 copy color: '#DC50DD'red 220 ◦ green 80 ◦ blue 221
Shades of Free Speech Magenta #DC50DD
Tints of Free Speech Magenta #DC50DD
RGB
CMYK
RGB Variations
Color information
#DC50DD (or 0xDC50DD) is known color: Free Speech Magenta. HEX triplet: DC, 50 and DD. RGB value is (220,80,221). Sum of RGB (Red+Green+Blue) = 220+80+221=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50DD is #23AF22. Grayscale: #898989. Windows color (decimal): -2338595 or 14504156. OLE color: 14504156.
HSL color Cylindrical-coordinate representation of color #DC50DD: hue angle of 299.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC50DD is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 80 | 221 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.13 |
| HSL | 299.57º | 0.67% | 0.59% | - |
| HSV(B) | 299.57º | 0.64% | 0.87% | - |
| XYZ | 45.44 | 26.17 | 71.06 | - |
| YUV | 137.93 | 174.88 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 221 | 0.00 | 0.64 | 0 | 0.13 | 299.57 | 0.67 | 0.59 |
| Hex | DC | 50 | DD | 0 | 40 | 0 | D | 12C | 43 | 3B |
| Octal | 334 | 120 | 335 | 0 | 100 | 0 | 15 | 454 | 103 | 73 |
| Binary | 11011100 | 1010000 | 11011101 | 0 | 1000000 | 0 | 1101 | 100101100 | 1000011 | 111011 |
Color Harmonies of #DC50DD
Complementary color
Monochromatic Colors of #DC50DD
Black with #DC50DD
Text Example
Text Example
White with #DC50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC50DD; }
p { color: rgb(220,80,221); }
H1.HeaderClassName
{
color: #DC50DD;
}
.AnyTagClassName
{
color: #DC50DD;
}
</style>
background-color css
<style>
a { background-color: #DC50DD; }
a { background-color: rgb(220,80,221); }
div.DivClassName
{
background-color: #DC50DD;
}
.BgClassName
{
background-color: #DC50DD;
}
</style>
border-color css
<style>
span { border-color: #DC50DD; }
span { border-color: rgb(220,80,221); }
td.TdClassName
{
border-color: #DC50DD;
}
.TagClassName
{
border-color: #DC50DD;
}
</style>