Html Css Color HEX #DC51D8 Free Speech Magenta
📋 copy color: '#DC51D8'red 220 ◦ green 81 ◦ blue 216
Shades of Free Speech Magenta #DC51D8
Tints of Free Speech Magenta #DC51D8
RGB
CMYK
RGB Variations
Color information
#DC51D8 (or 0xDC51D8) is known color: Free Speech Magenta. HEX triplet: DC, 51 and D8. RGB value is (220,81,216). Sum of RGB (Red+Green+Blue) = 220+81+216=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC51D8 is #23AE27. Grayscale: #898989. Windows color (decimal): -2338344 or 14176732. OLE color: 14176732.
HSL color Cylindrical-coordinate representation of color #DC51D8: hue angle of 301.73º 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 #DC51D8 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 216 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.14 |
| HSL | 301.73º | 0.67% | 0.59% | - |
| HSV(B) | 301.73º | 0.63% | 0.86% | - |
| XYZ | 44.85 | 26.06 | 67.63 | - |
| YUV | 137.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 216 | 0 | 0.63 | 0.02 | 0.14 | 301.73 | 0.67 | 0.59 |
| Hex | DC | 51 | D8 | 0 | 3F | 2 | E | 12E | 43 | 3B |
| Octal | 334 | 121 | 330 | 0 | 77 | 2 | 16 | 456 | 103 | 73 |
| Binary | 11011100 | 1010001 | 11011000 | 0 | 111111 | 10 | 1110 | 100101110 | 1000011 | 111011 |
Color Harmonies of #DC51D8
Complementary color
Monochromatic Colors of #DC51D8
Black with #DC51D8
Text Example
Text Example
White with #DC51D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51D8; }
p { color: rgb(220,81,216); }
H1.HeaderClassName
{
color: #DC51D8;
}
.AnyTagClassName
{
color: #DC51D8;
}
</style>
background-color css
<style>
a { background-color: #DC51D8; }
a { background-color: rgb(220,81,216); }
div.DivClassName
{
background-color: #DC51D8;
}
.BgClassName
{
background-color: #DC51D8;
}
</style>
border-color css
<style>
span { border-color: #DC51D8; }
span { border-color: rgb(220,81,216); }
td.TdClassName
{
border-color: #DC51D8;
}
.TagClassName
{
border-color: #DC51D8;
}
</style>