Html Css Color HEX #DC51D7 Free Speech Magenta
📋 copy color: '#DC51D7'red 220 ◦ green 81 ◦ blue 215
Shades of Free Speech Magenta #DC51D7
Tints of Free Speech Magenta #DC51D7
RGB
CMYK
RGB Variations
Color information
#DC51D7 (or 0xDC51D7) is known color: Free Speech Magenta. HEX triplet: DC, 51 and D7. RGB value is (220,81,215). Sum of RGB (Red+Green+Blue) = 220+81+215=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC51D7 is #23AE28. Grayscale: #898989. Windows color (decimal): -2338345 or 14111196. OLE color: 14111196.
HSL color Cylindrical-coordinate representation of color #DC51D7: hue angle of 302.16º 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 #DC51D7 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 215 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.14 |
| HSL | 302.16º | 0.67% | 0.59% | - |
| HSV(B) | 302.16º | 0.63% | 0.86% | - |
| XYZ | 44.72 | 26.01 | 66.95 | - |
| YUV | 137.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 215 | 0 | 0.63 | 0.02 | 0.14 | 302.16 | 0.67 | 0.59 |
| Hex | DC | 51 | D7 | 0 | 3F | 2 | E | 12E | 43 | 3B |
| Octal | 334 | 121 | 327 | 0 | 77 | 2 | 16 | 456 | 103 | 73 |
| Binary | 11011100 | 1010001 | 11010111 | 0 | 111111 | 10 | 1110 | 100101110 | 1000011 | 111011 |
Color Harmonies of #DC51D7
Complementary color
Monochromatic Colors of #DC51D7
Black with #DC51D7
Text Example
Text Example
White with #DC51D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51D7; }
p { color: rgb(220,81,215); }
H1.HeaderClassName
{
color: #DC51D7;
}
.AnyTagClassName
{
color: #DC51D7;
}
</style>
background-color css
<style>
a { background-color: #DC51D7; }
a { background-color: rgb(220,81,215); }
div.DivClassName
{
background-color: #DC51D7;
}
.BgClassName
{
background-color: #DC51D7;
}
</style>
border-color css
<style>
span { border-color: #DC51D7; }
span { border-color: rgb(220,81,215); }
td.TdClassName
{
border-color: #DC51D7;
}
.TagClassName
{
border-color: #DC51D7;
}
</style>