Html Css Color HEX #DF63EC Free Speech Magenta
📋 copy color: '#DF63EC'red 223 ◦ green 99 ◦ blue 236
Shades of Free Speech Magenta #DF63EC
Tints of Free Speech Magenta #DF63EC
RGB
CMYK
RGB Variations
Color information
#DF63EC (or 0xDF63EC) is known color: Free Speech Magenta. HEX triplet: DF, 63 and EC. RGB value is (223,99,236). Sum of RGB (Red+Green+Blue) = 223+99+236=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF63EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF63EC is #209C13. Grayscale: #979797. Windows color (decimal): -2137108 or 15492063. OLE color: 15492063.
HSL color Cylindrical-coordinate representation of color #DF63EC: hue angle of 294.31º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF63EC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 99 | 236 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.07 |
| HSL | 294.31º | 0.78% | 0.66% | - |
| HSV(B) | 294.31º | 0.58% | 0.93% | - |
| XYZ | 50.03 | 30.67 | 82.64 | - |
| YUV | 151.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 236 | 0.06 | 0.58 | 0 | 0.07 | 294.31 | 0.78 | 0.66 |
| Hex | DF | 63 | EC | 6 | 3A | 0 | 7 | 126 | 4E | 42 |
| Octal | 337 | 143 | 354 | 6 | 72 | 0 | 7 | 446 | 116 | 102 |
| Binary | 11011111 | 1100011 | 11101100 | 110 | 111010 | 0 | 111 | 100100110 | 1001110 | 1000010 |
Color Harmonies of #DF63EC
Complementary color
Monochromatic Colors of #DF63EC
Black with #DF63EC
Text Example
Text Example
White with #DF63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63EC; }
p { color: rgb(223,99,236); }
H1.HeaderClassName
{
color: #DF63EC;
}
.AnyTagClassName
{
color: #DF63EC;
}
</style>
background-color css
<style>
a { background-color: #DF63EC; }
a { background-color: rgb(223,99,236); }
div.DivClassName
{
background-color: #DF63EC;
}
.BgClassName
{
background-color: #DF63EC;
}
</style>
border-color css
<style>
span { border-color: #DF63EC; }
span { border-color: rgb(223,99,236); }
td.TdClassName
{
border-color: #DF63EC;
}
.TagClassName
{
border-color: #DF63EC;
}
</style>