Html Css Color HEX #DC51DC Free Speech Magenta
📋 copy color: '#DC51DC'red 220 ◦ green 81 ◦ blue 220
Shades of Free Speech Magenta #DC51DC
Tints of Free Speech Magenta #DC51DC
RGB
CMYK
RGB Variations
Color information
#DC51DC (or 0xDC51DC) is known color: Free Speech Magenta. HEX triplet: DC, 51 and DC. RGB value is (220,81,220). Sum of RGB (Red+Green+Blue) = 220+81+220=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC51DC is #23AE23. Grayscale: #898989. Windows color (decimal): -2338340 or 14438876. OLE color: 14438876.
HSL color Cylindrical-coordinate representation of color #DC51DC: hue angle of 300º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC51DC is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 220 | - |
| CMYK | 0 | 0.63 | 0 | 0.14 |
| HSL | 300º | 0.67% | 0.59% | - |
| HSV(B) | 300º | 0.63% | 0.86% | - |
| XYZ | 45.38 | 26.27 | 70.39 | - |
| YUV | 138.41 | 174.05 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 220 | 0 | 0.63 | 0 | 0.14 | 300 | 0.67 | 0.59 |
| Hex | DC | 51 | DC | 0 | 3F | 0 | E | 12C | 43 | 3B |
| Octal | 334 | 121 | 334 | 0 | 77 | 0 | 16 | 454 | 103 | 73 |
| Binary | 11011100 | 1010001 | 11011100 | 0 | 111111 | 0 | 1110 | 100101100 | 1000011 | 111011 |
Color Harmonies of #DC51DC
Complementary color
Monochromatic Colors of #DC51DC
Black with #DC51DC
Text Example
Text Example
White with #DC51DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51DC; }
p { color: rgb(220,81,220); }
H1.HeaderClassName
{
color: #DC51DC;
}
.AnyTagClassName
{
color: #DC51DC;
}
</style>
background-color css
<style>
a { background-color: #DC51DC; }
a { background-color: rgb(220,81,220); }
div.DivClassName
{
background-color: #DC51DC;
}
.BgClassName
{
background-color: #DC51DC;
}
</style>
border-color css
<style>
span { border-color: #DC51DC; }
span { border-color: rgb(220,81,220); }
td.TdClassName
{
border-color: #DC51DC;
}
.TagClassName
{
border-color: #DC51DC;
}
</style>