Html Css Color HEX #DC51C8 Free Speech Magenta
📋 copy color: '#DC51C8'red 220 ◦ green 81 ◦ blue 200
Shades of Free Speech Magenta #DC51C8
Tints of Free Speech Magenta #DC51C8
RGB
CMYK
RGB Variations
Color information
#DC51C8 (or 0xDC51C8) is known color: Free Speech Magenta. HEX triplet: DC, 51 and C8. RGB value is (220,81,200). Sum of RGB (Red+Green+Blue) = 220+81+200=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC51C8 is #23AE37. Grayscale: #878787. Windows color (decimal): -2338360 or 13128156. OLE color: 13128156.
HSL color Cylindrical-coordinate representation of color #DC51C8: hue angle of 308.63º 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 #DC51C8 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 200 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.14 |
| HSL | 308.63º | 0.67% | 0.59% | - |
| HSV(B) | 308.63º | 0.63% | 0.86% | - |
| XYZ | 42.88 | 25.27 | 57.26 | - |
| YUV | 136.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 200 | 0 | 0.63 | 0.09 | 0.14 | 308.63 | 0.67 | 0.59 |
| Hex | DC | 51 | C8 | 0 | 3F | 9 | E | 135 | 43 | 3B |
| Octal | 334 | 121 | 310 | 0 | 77 | 11 | 16 | 465 | 103 | 73 |
| Binary | 11011100 | 1010001 | 11001000 | 0 | 111111 | 1001 | 1110 | 100110101 | 1000011 | 111011 |
Color Harmonies of #DC51C8
Complementary color
Monochromatic Colors of #DC51C8
Black with #DC51C8
Text Example
Text Example
White with #DC51C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51C8; }
p { color: rgb(220,81,200); }
H1.HeaderClassName
{
color: #DC51C8;
}
.AnyTagClassName
{
color: #DC51C8;
}
</style>
background-color css
<style>
a { background-color: #DC51C8; }
a { background-color: rgb(220,81,200); }
div.DivClassName
{
background-color: #DC51C8;
}
.BgClassName
{
background-color: #DC51C8;
}
</style>
border-color css
<style>
span { border-color: #DC51C8; }
span { border-color: rgb(220,81,200); }
td.TdClassName
{
border-color: #DC51C8;
}
.TagClassName
{
border-color: #DC51C8;
}
</style>