Html Css Color HEX #DC59DF Free Speech Magenta
📋 copy color: '#DC59DF'red 220 ◦ green 89 ◦ blue 223
Shades of Free Speech Magenta #DC59DF
Tints of Free Speech Magenta #DC59DF
RGB
CMYK
RGB Variations
Color information
#DC59DF (or 0xDC59DF) is known color: Free Speech Magenta. HEX triplet: DC, 59 and DF. RGB value is (220,89,223). Sum of RGB (Red+Green+Blue) = 220+89+223=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59DF is #23A620. Grayscale: #8F8F8F. Windows color (decimal): -2336289 or 14637532. OLE color: 14637532.
HSL color Cylindrical-coordinate representation of color #DC59DF: hue angle of 298.66º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59DF is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 89 | 223 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.13 |
| HSL | 298.66º | 0.68% | 0.61% | - |
| HSV(B) | 298.66º | 0.6% | 0.87% | - |
| XYZ | 46.41 | 27.69 | 72.71 | - |
| YUV | 143.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 223 | 0.01 | 0.60 | 0 | 0.13 | 298.66 | 0.68 | 0.61 |
| Hex | DC | 59 | DF | 1 | 3C | 0 | D | 12B | 44 | 3D |
| Octal | 334 | 131 | 337 | 1 | 74 | 0 | 15 | 453 | 104 | 75 |
| Binary | 11011100 | 1011001 | 11011111 | 1 | 111100 | 0 | 1101 | 100101011 | 1000100 | 111101 |
Color Harmonies of #DC59DF
Complementary color
Monochromatic Colors of #DC59DF
Black with #DC59DF
Text Example
Text Example
White with #DC59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59DF; }
p { color: rgb(220,89,223); }
H1.HeaderClassName
{
color: #DC59DF;
}
.AnyTagClassName
{
color: #DC59DF;
}
</style>
background-color css
<style>
a { background-color: #DC59DF; }
a { background-color: rgb(220,89,223); }
div.DivClassName
{
background-color: #DC59DF;
}
.BgClassName
{
background-color: #DC59DF;
}
</style>
border-color css
<style>
span { border-color: #DC59DF; }
span { border-color: rgb(220,89,223); }
td.TdClassName
{
border-color: #DC59DF;
}
.TagClassName
{
border-color: #DC59DF;
}
</style>