Html Css Color HEX #D646EC Free Speech Magenta
📋 copy color: '#D646EC'red 214 ◦ green 70 ◦ blue 236
Shades of Free Speech Magenta #D646EC
Tints of Free Speech Magenta #D646EC
RGB
CMYK
RGB Variations
Color information
#D646EC (or 0xD646EC) is known color: Free Speech Magenta. HEX triplet: D6, 46 and EC. RGB value is (214,70,236). Sum of RGB (Red+Green+Blue) = 214+70+236=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 70 (27.73% from 255 or 13.46% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #D646EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D646EC is #29B913. Grayscale: #838383. Windows color (decimal): -2734356 or 15484630. OLE color: 15484630.
HSL color Cylindrical-coordinate representation of color #D646EC: hue angle of 292.05º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D646EC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 70 | 236 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.07 |
| HSL | 292.05º | 0.81% | 0.6% | - |
| HSV(B) | 292.05º | 0.7% | 0.93% | - |
| XYZ | 45.06 | 24.73 | 81.76 | - |
| YUV | 131.98 | 186.71 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 236 | 0.09 | 0.70 | 0 | 0.07 | 292.05 | 0.81 | 0.6 |
| Hex | D6 | 46 | EC | 9 | 46 | 0 | 7 | 124 | 51 | 3C |
| Octal | 326 | 106 | 354 | 11 | 106 | 0 | 7 | 444 | 121 | 74 |
| Binary | 11010110 | 1000110 | 11101100 | 1001 | 1000110 | 0 | 111 | 100100100 | 1010001 | 111100 |
Color Harmonies of #D646EC
Complementary color
Monochromatic Colors of #D646EC
Black with #D646EC
Text Example
Text Example
White with #D646EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D646EC; }
p { color: rgb(214,70,236); }
H1.HeaderClassName
{
color: #D646EC;
}
.AnyTagClassName
{
color: #D646EC;
}
</style>
background-color css
<style>
a { background-color: #D646EC; }
a { background-color: rgb(214,70,236); }
div.DivClassName
{
background-color: #D646EC;
}
.BgClassName
{
background-color: #D646EC;
}
</style>
border-color css
<style>
span { border-color: #D646EC; }
span { border-color: rgb(214,70,236); }
td.TdClassName
{
border-color: #D646EC;
}
.TagClassName
{
border-color: #D646EC;
}
</style>