Html Css Color HEX #DC51BD Free Speech Magenta
📋 copy color: '#DC51BD'red 220 ◦ green 81 ◦ blue 189
Shades of Free Speech Magenta #DC51BD
Tints of Free Speech Magenta #DC51BD
RGB
CMYK
RGB Variations
Color information
#DC51BD (or 0xDC51BD) is known color: Free Speech Magenta. HEX triplet: DC, 51 and BD. RGB value is (220,81,189). Sum of RGB (Red+Green+Blue) = 220+81+189=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC51BD is #23AE42. Grayscale: #868686. Windows color (decimal): -2338371 or 12407260. OLE color: 12407260.
HSL color Cylindrical-coordinate representation of color #DC51BD: hue angle of 313.38º 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 #DC51BD is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 189 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.14 |
| HSL | 313.38º | 0.67% | 0.59% | - |
| HSV(B) | 313.38º | 0.63% | 0.86% | - |
| XYZ | 41.64 | 24.77 | 50.73 | - |
| YUV | 134.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 189 | 0 | 0.63 | 0.14 | 0.14 | 313.38 | 0.67 | 0.59 |
| Hex | DC | 51 | BD | 0 | 3F | E | E | 139 | 43 | 3B |
| Octal | 334 | 121 | 275 | 0 | 77 | 16 | 16 | 471 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10111101 | 0 | 111111 | 1110 | 1110 | 100111001 | 1000011 | 111011 |
Color Harmonies of #DC51BD
Complementary color
Monochromatic Colors of #DC51BD
Black with #DC51BD
Text Example
Text Example
White with #DC51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC51BD; }
p { color: rgb(220,81,189); }
H1.HeaderClassName
{
color: #DC51BD;
}
.AnyTagClassName
{
color: #DC51BD;
}
</style>
background-color css
<style>
a { background-color: #DC51BD; }
a { background-color: rgb(220,81,189); }
div.DivClassName
{
background-color: #DC51BD;
}
.BgClassName
{
background-color: #DC51BD;
}
</style>
border-color css
<style>
span { border-color: #DC51BD; }
span { border-color: rgb(220,81,189); }
td.TdClassName
{
border-color: #DC51BD;
}
.TagClassName
{
border-color: #DC51BD;
}
</style>