Html Css Color HEX #DF60EC Free Speech Magenta
📋 copy color: '#DF60EC'red 223 ◦ green 96 ◦ blue 236
Shades of Free Speech Magenta #DF60EC
Tints of Free Speech Magenta #DF60EC
RGB
CMYK
RGB Variations
Color information
#DF60EC (or 0xDF60EC) is known color: Free Speech Magenta. HEX triplet: DF, 60 and EC. RGB value is (223,96,236). Sum of RGB (Red+Green+Blue) = 223+96+236=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60EC is #209F13. Grayscale: #959595. Windows color (decimal): -2137876 or 15491295. OLE color: 15491295.
HSL color Cylindrical-coordinate representation of color #DF60EC: hue angle of 294.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF60EC is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 96 | 236 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.07 |
| HSL | 294.43º | 0.79% | 0.65% | - |
| HSV(B) | 294.43º | 0.59% | 0.93% | - |
| XYZ | 49.75 | 30.11 | 82.55 | - |
| YUV | 149.93 | 176.58 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 236 | 0.06 | 0.59 | 0 | 0.07 | 294.43 | 0.79 | 0.65 |
| Hex | DF | 60 | EC | 6 | 3B | 0 | 7 | 126 | 4F | 41 |
| Octal | 337 | 140 | 354 | 6 | 73 | 0 | 7 | 446 | 117 | 101 |
| Binary | 11011111 | 1100000 | 11101100 | 110 | 111011 | 0 | 111 | 100100110 | 1001111 | 1000001 |
Color Harmonies of #DF60EC
Complementary color
Monochromatic Colors of #DF60EC
Black with #DF60EC
Text Example
Text Example
White with #DF60EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60EC; }
p { color: rgb(223,96,236); }
H1.HeaderClassName
{
color: #DF60EC;
}
.AnyTagClassName
{
color: #DF60EC;
}
</style>
background-color css
<style>
a { background-color: #DF60EC; }
a { background-color: rgb(223,96,236); }
div.DivClassName
{
background-color: #DF60EC;
}
.BgClassName
{
background-color: #DF60EC;
}
</style>
border-color css
<style>
span { border-color: #DF60EC; }
span { border-color: rgb(223,96,236); }
td.TdClassName
{
border-color: #DF60EC;
}
.TagClassName
{
border-color: #DF60EC;
}
</style>